Home
last modified time | relevance | path

Searched refs:ECDS_CONNECTED (Results 1 – 9 of 9) sorted by relevance

/device/google/cuttlefish/guest/hals/camera/
DEmulatedCameraDevice.h280 return mState == ECDS_CONNECTED || mState == ECDS_STARTED; in isConnected()
542 ECDS_CONNECTED, enumerator
DEmulatedQemuCameraDevice.cpp89 mState = ECDS_CONNECTED; in connectDevice()
195 mState = ECDS_CONNECTED; in stopDevice()
DEmulatedFakeCameraDevice.cpp78 mState = ECDS_CONNECTED; in connectDevice()
179 mState = ECDS_CONNECTED; in stopDevice()
/device/generic/goldfish/camera/
DEmulatedCameraDevice.h344 return mState == ECDS_CONNECTED || mState == ECDS_STARTED; in isConnected()
630 ECDS_CONNECTED, enumerator
DEmulatedQemuCameraDevice.cpp91 mState = ECDS_CONNECTED; in connectDevice()
204 mState = ECDS_CONNECTED; in stopDevice()
DEmulatedFakeCameraDevice.cpp96 mState = ECDS_CONNECTED; in connectDevice()
197 mState = ECDS_CONNECTED; in stopDevice()
DEmulatedFakeRotatingCameraDevice.cpp439 mState = ECDS_CONNECTED; in connectDevice()
500 mState = ECDS_CONNECTED; in stopDevice()
/device/generic/goldfish/camera/qemu-pipeline3/
DQemuSensor.cpp105 mState = ECDS_CONNECTED; in startUp()
125 mState = ECDS_CONNECTED; in shutDown()
411 mState = ECDS_CONNECTED; in captureRGBA()
521 mState = ECDS_CONNECTED; in captureYU12()
DQemuSensor.h143 ECDS_CONNECTED, enumerator