/hardware/google/pixel/power-libperfmgr/disp-power/ |
D | InteractionHandler.cpp | 40 : 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 …]
|
D | InteractionHandler.h | 56 enum interaction_state mState; variable
|
/hardware/qcom/sm7150/gps/gnss/ |
D | Agps.cpp | 44 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 …]
|
D | Agps.h | 138 AgpsState mState; variable 160 mCurrentSubscriber(NULL), mState(AGPS_STATE_RELEASED), in AgpsStateMachine()
|
/hardware/qcom/sm8150p/gps/gnss/ |
D | Agps.cpp | 44 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 …]
|
D | Agps.h | 138 AgpsState mState; variable 160 mCurrentSubscriber(NULL), mState(AGPS_STATE_RELEASED), in AgpsStateMachine()
|
/hardware/qcom/sm8150/gps/gnss/ |
D | Agps.cpp | 44 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 …]
|
D | Agps.h | 138 AgpsState mState; variable 160 mCurrentSubscriber(NULL), mState(AGPS_STATE_RELEASED), in AgpsStateMachine()
|
/hardware/qcom/sdm845/gps/sdm845/gnss/ |
D | Agps.cpp | 44 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 …]
|
D | Agps.h | 148 AgpsState mState; variable 167 mCurrentSubscriber(NULL), mState(AGPS_STATE_RELEASED), in AgpsStateMachine()
|
/hardware/qcom/sdm845/gps/msm8998/gnss/ |
D | Agps.cpp | 43 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/ |
D | Agps.cpp | 43 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 …]
|
D | Agps.h | 207 AgpsState mState; variable 226 mCurrentSubscriber(NULL), mState(AGPS_STATE_RELEASED), in AgpsStateMachine()
|
/hardware/qcom/gps/msm8998/gnss/ |
D | Agps.cpp | 43 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/ |
D | QCameraPerf.cpp | 218 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/ |
D | Hardware.h | 32 !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/ |
D | DataItemConcreteTypesBase.h | 127 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/ |
D | DataItemConcreteTypesBase.h | 188 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/ |
D | DataItemConcreteTypesBase.h | 188 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/ |
D | DataItemConcreteTypesBase.h | 188 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/ |
D | Hardware.h | 34 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/ |
D | SystemStatus.h | 600 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/ |
D | SystemStatus.h | 673 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/ |
D | SystemStatus.h | 675 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/ |
D | SystemStatus.h | 678 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()
|