Home
last modified time | relevance | path

Searched refs:mState (Results 1 – 25 of 31) sorted by relevance

12

/hardware/google/pixel/power-libperfmgr/disp-power/
DInteractionHandler.cpp40 : mState(INTERACTION_STATE_UNINITIALIZED), in InteractionHandler()
65 if (mState != INTERACTION_STATE_UNINITIALIZED) in Init()
80 mState = INTERACTION_STATE_IDLE; in Init()
88 if (mState == INTERACTION_STATE_UNINITIALIZED) in Exit()
92 mState = INTERACTION_STATE_UNINITIALIZED; in Exit()
129 if (mState == INTERACTION_STATE_UNINITIALIZED) { in Acquire()
145 if (mState != INTERACTION_STATE_IDLE && finalDuration <= mDurationMs) { in Acquire()
160 if (mState == INTERACTION_STATE_WAITING) in Acquire()
162 else if (mState == INTERACTION_STATE_IDLE) in Acquire()
165 mState = INTERACTION_STATE_INTERACTION; in Acquire()
[all …]
DInteractionHandler.h56 enum interaction_state mState; variable
/hardware/qcom/sm7150/gps/gnss/
DAgps.cpp44 this, event, mState); in processAgpsEvent()
75 switch (mState) { in processAgpsEventSubscribe()
105 LOC_LOGE("Invalid state: %d", mState); in processAgpsEventSubscribe()
111 switch (mState) { in processAgpsEventUnsubscribe()
169 LOC_LOGE("Invalid state: %d", mState); in processAgpsEventUnsubscribe()
175 switch (mState) { in processAgpsEventGranted()
180 LOC_LOGE("Unexpected event GRANTED in state %d", mState); in processAgpsEventGranted()
192 LOC_LOGE("Invalid state: %d", mState); in processAgpsEventGranted()
198 switch (mState) { in processAgpsEventReleased()
239 LOC_LOGE("Invalid state: %d", mState); in processAgpsEventReleased()
[all …]
DAgps.h138 AgpsState mState; variable
160 mCurrentSubscriber(NULL), mState(AGPS_STATE_RELEASED), in AgpsStateMachine()
/hardware/qcom/sm8150p/gps/gnss/
DAgps.cpp44 this, event, mState); in processAgpsEvent()
75 switch (mState) { in processAgpsEventSubscribe()
105 LOC_LOGE("Invalid state: %d", mState); in processAgpsEventSubscribe()
111 switch (mState) { in processAgpsEventUnsubscribe()
169 LOC_LOGE("Invalid state: %d", mState); in processAgpsEventUnsubscribe()
175 switch (mState) { in processAgpsEventGranted()
180 LOC_LOGE("Unexpected event GRANTED in state %d", mState); in processAgpsEventGranted()
192 LOC_LOGE("Invalid state: %d", mState); in processAgpsEventGranted()
198 switch (mState) { in processAgpsEventReleased()
239 LOC_LOGE("Invalid state: %d", mState); in processAgpsEventReleased()
[all …]
DAgps.h138 AgpsState mState; variable
160 mCurrentSubscriber(NULL), mState(AGPS_STATE_RELEASED), in AgpsStateMachine()
/hardware/qcom/sm8150/gps/gnss/
DAgps.cpp44 this, event, mState); in processAgpsEvent()
75 switch (mState) { in processAgpsEventSubscribe()
105 LOC_LOGE("Invalid state: %d", mState); in processAgpsEventSubscribe()
111 switch (mState) { in processAgpsEventUnsubscribe()
169 LOC_LOGE("Invalid state: %d", mState); in processAgpsEventUnsubscribe()
175 switch (mState) { in processAgpsEventGranted()
180 LOC_LOGE("Unexpected event GRANTED in state %d", mState); in processAgpsEventGranted()
192 LOC_LOGE("Invalid state: %d", mState); in processAgpsEventGranted()
198 switch (mState) { in processAgpsEventReleased()
239 LOC_LOGE("Invalid state: %d", mState); in processAgpsEventReleased()
[all …]
DAgps.h138 AgpsState mState; variable
160 mCurrentSubscriber(NULL), mState(AGPS_STATE_RELEASED), in AgpsStateMachine()
/hardware/qcom/sdm845/gps/sdm845/gnss/
DAgps.cpp44 this, event, mState); in processAgpsEvent()
75 switch (mState) { in processAgpsEventSubscribe()
113 LOC_LOGE("Invalid state: %d", mState); in processAgpsEventSubscribe()
119 switch (mState) { in processAgpsEventUnsubscribe()
177 LOC_LOGE("Invalid state: %d", mState); in processAgpsEventUnsubscribe()
183 switch (mState) { in processAgpsEventGranted()
188 LOC_LOGE("Unexpected event GRANTED in state %d", mState); in processAgpsEventGranted()
200 LOC_LOGE("Invalid state: %d", mState); in processAgpsEventGranted()
206 switch (mState) { in processAgpsEventReleased()
247 LOC_LOGE("Invalid state: %d", mState); in processAgpsEventReleased()
[all …]
DAgps.h148 AgpsState mState; variable
167 mCurrentSubscriber(NULL), mState(AGPS_STATE_RELEASED), in AgpsStateMachine()
/hardware/qcom/sdm845/gps/msm8998/gnss/
DAgps.cpp43 this, event, mState); in processAgpsEvent()
74 switch (mState){ in processAgpsEventSubscribe()
112 LOC_LOGE("Invalid state: %d", mState); in processAgpsEventSubscribe()
118 switch (mState){ in processAgpsEventUnsubscribe()
180 LOC_LOGE("Invalid state: %d", mState); in processAgpsEventUnsubscribe()
186 switch (mState){ in processAgpsEventGranted()
191 LOC_LOGE("Unexpected event GRANTED in state %d", mState); in processAgpsEventGranted()
203 LOC_LOGE("Invalid state: %d", mState); in processAgpsEventGranted()
209 switch (mState){ in processAgpsEventReleased()
212 LOC_LOGE("Unexpected event RELEASED in state %d", mState); in processAgpsEventReleased()
[all …]
/hardware/qcom/gps/msm8909w_3100/gnss/
DAgps.cpp43 this, event, mState); in processAgpsEvent()
74 switch (mState){ in processAgpsEventSubscribe()
112 LOC_LOGE("Invalid state: %d", mState); in processAgpsEventSubscribe()
118 switch (mState){ in processAgpsEventUnsubscribe()
180 LOC_LOGE("Invalid state: %d", mState); in processAgpsEventUnsubscribe()
186 switch (mState){ in processAgpsEventGranted()
191 LOC_LOGE("Unexpected event GRANTED in state %d", mState); in processAgpsEventGranted()
203 LOC_LOGE("Invalid state: %d", mState); in processAgpsEventGranted()
209 switch (mState){ in processAgpsEventReleased()
250 LOC_LOGE("Invalid state: %d", mState); in processAgpsEventReleased()
[all …]
DAgps.h207 AgpsState mState; variable
226 mCurrentSubscriber(NULL), mState(AGPS_STATE_RELEASED), in AgpsStateMachine()
/hardware/qcom/gps/msm8998/gnss/
DAgps.cpp43 this, event, mState); in processAgpsEvent()
74 switch (mState) { in processAgpsEventSubscribe()
112 LOC_LOGE("Invalid state: %d", mState); in processAgpsEventSubscribe()
118 switch (mState) { in processAgpsEventUnsubscribe()
176 LOC_LOGE("Invalid state: %d", mState); in processAgpsEventUnsubscribe()
182 switch (mState) { in processAgpsEventGranted()
187 LOC_LOGE("Unexpected event GRANTED in state %d", mState); in processAgpsEventGranted()
199 LOC_LOGE("Invalid state: %d", mState); in processAgpsEventGranted()
205 switch (mState) { in processAgpsEventReleased()
246 LOC_LOGE("Invalid state: %d", mState); in processAgpsEventReleased()
[all …]
/hardware/qcom/camera/msm8998/QCamera2/util/
DQCameraPerf.cpp218 mState(LOCK_MGR_STATE_UNINITIALIZED) in QCameraPerfLockMgr()
224 mState = LOCK_MGR_STATE_ERROR; in QCameraPerfLockMgr()
234 mState = LOCK_MGR_STATE_READY; in QCameraPerfLockMgr()
275 if ((mState == LOCK_MGR_STATE_READY) && in acquirePerfLock()
300 if ((mState == LOCK_MGR_STATE_READY) && in acquirePerfLockIfExpired()
324 if ((mState == LOCK_MGR_STATE_READY) && in releasePerfLock()
350 if ((mState == LOCK_MGR_STATE_READY) && in powerHintInternal()
/hardware/google/pixel/vibrator/drv2624/
DHardware.h32 !hwapi->mState.is_open()) { in Create()
42 bool setState(bool value) override { return set(value, &mState); } in setState()
60 open("state", &mState); in HwApi()
76 std::ofstream mState; variable
/hardware/qcom/sdm845/gps/sdm845/core/data-items/
DDataItemConcreteTypesBase.h127 mState(state), in ScreenStateDataItemBase()
134 bool mState; variable
142 mState(state), in PowerConnectStateDataItemBase()
149 bool mState; variable
195 mState (state), in ShutdownStateDataItemBase()
202 bool mState; variable
360 mState((WifiSupplicantState)WIFI_SUPPLICANT_DEFAULT_STATE), in WifiSupplicantStatusDataItemBase()
388 WifiSupplicantState mState; variable
/hardware/qcom/sm8150/gps/core/data-items/
DDataItemConcreteTypesBase.h188 mState(state), in ScreenStateDataItemBase()
195 bool mState; variable
203 mState(state), in PowerConnectStateDataItemBase()
210 bool mState; variable
256 mState (state), in ShutdownStateDataItemBase()
263 bool mState; variable
418 mState((WifiSupplicantState)WIFI_SUPPLICANT_DEFAULT_STATE), in WifiSupplicantStatusDataItemBase()
446 WifiSupplicantState mState; variable
/hardware/qcom/sm8150p/gps/core/data-items/
DDataItemConcreteTypesBase.h188 mState(state), in ScreenStateDataItemBase()
195 bool mState; variable
203 mState(state), in PowerConnectStateDataItemBase()
210 bool mState; variable
256 mState (state), in ShutdownStateDataItemBase()
263 bool mState; variable
418 mState((WifiSupplicantState)WIFI_SUPPLICANT_DEFAULT_STATE), in WifiSupplicantStatusDataItemBase()
446 WifiSupplicantState mState; variable
/hardware/qcom/sm7150/gps/core/data-items/
DDataItemConcreteTypesBase.h188 mState(state), in ScreenStateDataItemBase()
195 bool mState; variable
203 mState(state), in PowerConnectStateDataItemBase()
210 bool mState; variable
256 mState (state), in ShutdownStateDataItemBase()
263 bool mState; variable
418 mState((WifiSupplicantState)WIFI_SUPPLICANT_DEFAULT_STATE), in WifiSupplicantStatusDataItemBase()
446 WifiSupplicantState mState; variable
/hardware/google/pixel/vibrator/cs40l25/
DHardware.h34 open("state", &mState); in HwApi()
61 bool setState(bool value) override { return set(value, &mState); } in setState()
84 std::ofstream mState; variable
/hardware/qcom/sdm845/gps/sdm845/core/
DSystemStatus.h600 return (mState == peer.mState); in equals()
613 return (mState == peer.mState); in equals()
658 return ((mState == peer.mState) && in equals()
674 return (mState == peer.mState); in equals()
/hardware/qcom/sm8150p/gps/core/
DSystemStatus.h673 return (mState == peer.mState); in equals()
686 return (mState == peer.mState); in equals()
731 return ((mState == peer.mState) && in equals()
747 return (mState == peer.mState); in equals()
/hardware/qcom/sm7150/gps/core/
DSystemStatus.h675 return (mState == peer.mState); in equals()
688 return (mState == peer.mState); in equals()
733 return ((mState == peer.mState) && in equals()
749 return (mState == peer.mState); in equals()
/hardware/qcom/sm8150/gps/core/
DSystemStatus.h678 return (mState == peer.mState); in equals()
691 return (mState == peer.mState); in equals()
736 return ((mState == peer.mState) && in equals()
752 return (mState == peer.mState); in equals()

12