Searched refs:isStarted (Results 1 – 11 of 11) sorted by relevance
/device/google/cuttlefish_common/guest/hals/camera/ |
D | EmulatedCameraDevice.h | 208 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
|
D | EmulatedQemuCameraDevice.cpp | 107 if (isStarted()) { in disconnectDevice() 137 if (isStarted()) { in startDevice() 181 if (!isStarted()) { in stopDevice()
|
D | EmulatedCameraDevice.cpp | 87 if (!isStarted()) { in startDeliveringFrames() 101 if (!isStarted()) { in stopDeliveringFrames() 114 if (!isStarted()) { in setExposureCompensation() 166 if (!isStarted()) { in getCurrentPreviewFrame()
|
D | EmulatedFakeCameraDevice.cpp | 91 if (isStarted()) { in disconnectDevice() 111 if (isStarted()) { in startDevice() 172 if (!isStarted()) { in stopDevice()
|
D | EmulatedCamera.cpp | 394 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/ |
D | EmulatedCameraDevice.h | 253 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
|
D | EmulatedQemuCameraDevice.cpp | 110 if (isStarted()) { in disconnectDevice() 142 if (isStarted()) { in startDevice() 188 if (!isStarted()) { in stopDevice() 222 if (!isStarted()) { in getCurrentFrame() 252 if (!isStarted()) { in getCurrentPreviewFrame()
|
D | EmulatedCameraDevice.cpp | 84 if (!isStarted()) { in startDeliveringFrames() 99 if (!isStarted()) { in stopDeliveringFrames() 120 if (!isStarted()) { in setExposureCompensation() 227 if (!isStarted()) { in getCurrentFrame() 255 if (!isStarted()) { in getCurrentPreviewFrame()
|
D | EmulatedFakeCameraDevice.cpp | 110 if (isStarted()) { in disconnectDevice() 132 if (isStarted()) { in startDevice() 191 if (!isStarted()) { in stopDevice()
|
D | EmulatedCamera.cpp | 398 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()
|
D | EmulatedFakeRotatingCameraDevice.cpp | 453 if (isStarted()) { in disconnectDevice() 475 if (isStarted()) { in startDevice() 494 if (!isStarted()) { in stopDevice()
|