Home
last modified time | relevance | path

Searched refs:STOPPING (Results 1 – 23 of 23) sorted by relevance

/hardware/qcom/sm7250/gps/android/2.1/location_api/
DBatchingAPIClient.h47 enum BATCHING_STATE { STARTED, STOPPING, STOPPED }; enumerator
DBatchingAPIClient.cpp175 mState = STOPPING; in stopSession()
217 case STOPPING: in onBatchingCb()
/hardware/qcom/sm8150/gps/android/2.0/location_api/
DBatchingAPIClient.h46 enum BATCHING_STATE { STARTED, STOPPING, STOPPED }; enumerator
DBatchingAPIClient.cpp176 mState = STOPPING; in stopSession()
218 case STOPPING: in onBatchingCb()
/hardware/qcom/sm8150/gps/android/2.1/location_api/
DBatchingAPIClient.h46 enum BATCHING_STATE { STARTED, STOPPING, STOPPED }; enumerator
DBatchingAPIClient.cpp176 mState = STOPPING; in stopSession()
218 case STOPPING: in onBatchingCb()
/hardware/interfaces/automotive/sv/1.0/default/
DSurroundView2dSession.h70 STOPPING, enumerator
DSurroundView3dSession.h71 STOPPING, enumerator
DSurroundView2dSession.cpp76 mStreamState = STOPPING; in stopStream()
DSurroundView3dSession.cpp88 mStreamState = STOPPING; in stopStream()
/hardware/interfaces/automotive/evs/aidl/impl/default/include/
DEvsGlDisplay.h62 STOPPING = 1, enumerator
DEvsCamera.h118 STOPPING = 2, enumerator
/hardware/interfaces/automotive/evs/1.0/default/
DEvsCamera.h96 STOPPING, enumerator
DEvsCamera.cpp218 mStreamState = STOPPING; in stopVideoStream()
/hardware/interfaces/wifi/aidl/default/
Dwifi.cpp249 } else if (run_state_ == RunState::STOPPING) { in startInternal()
306 } else if (run_state_ == RunState::STOPPING) { in stopInternal()
390 run_state_ = RunState::STOPPING; in stopLegacyHalAndDeinitializeModeController()
Dwifi.h62 enum class RunState { STOPPED, STARTED, STOPPING }; enumerator
/hardware/interfaces/automotive/evs/1.1/default/
DEvsUltrasonicsArray.h96 STOPPING, enumerator
DEvsCamera.h123 STOPPING, enumerator
DEvsUltrasonicsArray.cpp297 mStreamState = STOPPING; in stopStream()
DEvsCamera.cpp188 mStreamState = STOPPING; in stopVideoStream()
/hardware/interfaces/automotive/evs/aidl/impl/default/tests/
DEvsCameraStateTest.cpp93 EXPECT_EQ(mStreamState, StreamState::STOPPING); in stopVideoStreamImpl_locked()
/hardware/interfaces/automotive/evs/aidl/impl/default/src/
DEvsGlDisplay.cpp92 mState = STOPPING; in forceShutdown()
DEvsCamera.cpp164 mStreamState = StreamState::STOPPING; in preVideoStreamStop_locked()