Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/hals/camera/
DEmulatedCameraDevice.h203 ALOGE_IF(!isStarted(), "%s: Device is not started", __FUNCTION__); in getFrameWidth()
214 ALOGE_IF(!isStarted(), "%s: Device is not started", __FUNCTION__); in getFrameHeight()
224 ALOGE_IF(!isStarted(), "%s: Device is not started", __FUNCTION__); in getFrameBufferSize()
234 ALOGE_IF(!isStarted(), "%s: Device is not started", __FUNCTION__); in getPixelNum()
258 ALOGE_IF(!isStarted(), "%s: Device is not started", __FUNCTION__); in getOriginalPixelFormat()
282 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.cpp390 if (camera_dev->isStarted()) { in takePicture()
574 if (camera_dev->isStarted()) { in doStartPreview()
668 if (getCameraDevice()->isStarted()) { in doStopPreview()
698 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.cpp399 if (camera_dev == nullptr || !camera_dev->isStarted()) { in startRecording()
465 if (camera_dev && camera_dev->isStarted()) { in setAutoFocus()
478 if (camera_dev && camera_dev->isStarted()) { in cancelAutoFocus()
829 if (camera_dev->isStarted()) { in doStartPreview()
888 if (getCameraDevice()->isStarted()) { in doStopPreview()
919 if (camera_dev->isStarted()) { in cleanupCamera()
DEmulatedFakeRotatingCameraDevice.cpp453 if (isStarted()) { in disconnectDevice()
475 if (isStarted()) { in startDevice()
494 if (!isStarted()) { in stopDevice()