Home
last modified time | relevance | path

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

/device/generic/goldfish/camera/
DEmulatedCameraDevice.h195 ALOGE_IF(!isStarted(), "%s: Device is not started", __FUNCTION__); in getFrameWidth()
207 ALOGE_IF(!isStarted(), "%s: Device is not started", __FUNCTION__); in getFrameHeight()
218 ALOGE_IF(!isStarted(), "%s: Device is not started", __FUNCTION__); in getFrameBufferSize()
229 ALOGE_IF(!isStarted(), "%s: Device is not started", __FUNCTION__); in getPixelNum()
255 ALOGE_IF(!isStarted(), "%s: Device is not started", __FUNCTION__); in getOriginalPixelFormat()
273 inline bool isStarted() const { in isStarted() function
DEmulatedQemuCameraDevice.cpp114 if (isStarted()) { in disconnectDevice()
146 if (isStarted()) { in startDevice()
190 if (!isStarted()) { in stopDevice()
DEmulatedCameraDevice.cpp89 if (!isStarted()) { in startDeliveringFrames()
104 if (!isStarted()) { in stopDeliveringFrames()
117 if (!isStarted()) { in setExposureCompensation()
160 if (!isStarted()) { in getCurrentPreviewFrame()
DEmulatedFakeCameraDevice.cpp93 if (isStarted()) { in disconnectDevice()
115 if (isStarted()) { in startDevice()
176 if (!isStarted()) { in stopDevice()
DEmulatedCamera.cpp378 if (camera_dev->isStarted()) { in takePicture()
540 if (camera_dev->isStarted()) { in doStartPreview()
630 if (getCameraDevice()->isStarted()) { in doStopPreview()
661 if (camera_dev->isStarted()) { in cleanupCamera()