Home
last modified time | relevance | path

Searched refs:isStarted (Results 1 – 11 of 11) sorted by relevance

/device/google/cuttlefish_common/guest/hals/camera/
DEmulatedCameraDevice.h208 ALOGE_IF(!isStarted(), "%s: Device is not started", __FUNCTION__); in getFrameWidth()
219 ALOGE_IF(!isStarted(), "%s: Device is not started", __FUNCTION__); in getFrameHeight()
229 ALOGE_IF(!isStarted(), "%s: Device is not started", __FUNCTION__); in getFrameBufferSize()
239 ALOGE_IF(!isStarted(), "%s: Device is not started", __FUNCTION__); in getPixelNum()
263 ALOGE_IF(!isStarted(), "%s: Device is not started", __FUNCTION__); in getOriginalPixelFormat()
287 inline bool isStarted() const { return mState == ECDS_STARTED; } in isStarted() function
DEmulatedQemuCameraDevice.cpp107 if (isStarted()) { in disconnectDevice()
137 if (isStarted()) { in startDevice()
181 if (!isStarted()) { in stopDevice()
DEmulatedCameraDevice.cpp87 if (!isStarted()) { in startDeliveringFrames()
101 if (!isStarted()) { in stopDeliveringFrames()
114 if (!isStarted()) { in setExposureCompensation()
166 if (!isStarted()) { in getCurrentPreviewFrame()
DEmulatedFakeCameraDevice.cpp91 if (isStarted()) { in disconnectDevice()
111 if (isStarted()) { in startDevice()
172 if (!isStarted()) { in stopDevice()
DEmulatedCamera.cpp394 if (camera_dev->isStarted()) { in takePicture()
578 if (camera_dev->isStarted()) { in doStartPreview()
672 if (getCameraDevice()->isStarted()) { in doStopPreview()
702 if (camera_dev->isStarted()) { in cleanupCamera()
/device/generic/goldfish/camera/
DEmulatedCameraDevice.h253 ALOGE_IF(!isStarted(), "%s: Device is not started", __FUNCTION__); in getFrameWidth()
265 ALOGE_IF(!isStarted(), "%s: Device is not started", __FUNCTION__); in getFrameHeight()
276 ALOGE_IF(!isStarted(), "%s: Device is not started", __FUNCTION__); in getFrameBufferSize()
288 ALOGE_IF(!isStarted(), "%s: Device is not started", __FUNCTION__); in getVideoFrameBufferSize()
304 ALOGE_IF(!isStarted(), "%s: Device is not started", __FUNCTION__); in getPixelNum()
330 ALOGE_IF(!isStarted(), "%s: Device is not started", __FUNCTION__); in getOriginalPixelFormat()
346 inline bool isStarted() const { in isStarted() function
DEmulatedQemuCameraDevice.cpp110 if (isStarted()) { in disconnectDevice()
142 if (isStarted()) { in startDevice()
188 if (!isStarted()) { in stopDevice()
222 if (!isStarted()) { in getCurrentFrame()
252 if (!isStarted()) { in getCurrentPreviewFrame()
DEmulatedCameraDevice.cpp84 if (!isStarted()) { in startDeliveringFrames()
99 if (!isStarted()) { in stopDeliveringFrames()
120 if (!isStarted()) { in setExposureCompensation()
227 if (!isStarted()) { in getCurrentFrame()
255 if (!isStarted()) { in getCurrentPreviewFrame()
DEmulatedFakeCameraDevice.cpp110 if (isStarted()) { in disconnectDevice()
132 if (isStarted()) { in startDevice()
191 if (!isStarted()) { in stopDevice()
DEmulatedCamera.cpp398 if (camera_dev == nullptr || !camera_dev->isStarted()) { in startRecording()
464 if (camera_dev && camera_dev->isStarted()) { in setAutoFocus()
477 if (camera_dev && camera_dev->isStarted()) { in cancelAutoFocus()
828 if (camera_dev->isStarted()) { in doStartPreview()
887 if (getCameraDevice()->isStarted()) { in doStopPreview()
918 if (camera_dev->isStarted()) { in cleanupCamera()
DEmulatedFakeRotatingCameraDevice.cpp453 if (isStarted()) { in disconnectDevice()
475 if (isStarted()) { in startDevice()
494 if (!isStarted()) { in stopDevice()