Home
last modified time | relevance | path

Searched refs:mCameraHAL (Results 1 – 8 of 8) sorted by relevance

/device/generic/goldfish/camera/
DEmulatedCameraDevice.cpp44 mCameraHAL(camera_hal), in EmulatedCameraDevice()
169 mCameraHAL->autoFocusComplete(); in checkAutoFocusTrigger()
455 : WorkerThread("Camera_CameraThread", dev, dev->mCameraHAL), in CameraThread()
532 mCameraHAL->onNextFrameAvailable(mCurFrameTimestamp, mCameraDevice); in inWorkerThread()
565 : WorkerThread("Camera_FrameProducer", dev, dev->mCameraHAL), in FrameProducer()
619 mCameraHAL->onCameraDeviceError(CAMERA_ERROR_SERVER_DIED); in checkRestartRequest()
625 mCameraHAL->onCameraDeviceError(CAMERA_ERROR_SERVER_DIED); in checkRestartRequest()
632 mCameraHAL->onCameraDeviceError(CAMERA_ERROR_SERVER_DIED); in checkRestartRequest()
640 mCameraHAL->onCameraDeviceError(CAMERA_ERROR_SERVER_DIED); in checkRestartRequest()
644 mCameraHAL->setTakingPicture(true); in checkRestartRequest()
[all …]
DWorkerThread.h82 EmulatedCamera* mCameraHAL; variable
DWorkerThread.cpp32 mCameraHAL(cameraHAL), in WorkerThread()
DEmulatedCameraDevice.h574 EmulatedCamera* mCameraHAL; variable
/device/google/cuttlefish/guest/hals/camera/
DEmulatedQemuCameraDevice.cpp241 mCameraHAL->onNextFrameAvailable(mCurrentFrame, mCurFrameTimestamp, this); in inWorkerThread()
246 mCameraHAL->onCameraDeviceError(CAMERA_ERROR_SERVER_DIED); in inWorkerThread()
DEmulatedCameraDevice.cpp41 mCameraHAL(camera_hal), in EmulatedCameraDevice()
160 mCameraHAL->onCameraFocusAcquired(); in simulateAutoFocus()
250 return mCameraHAL->getCameraParameters(); in getCameraParameters()
DEmulatedCameraDevice.h497 EmulatedCamera* mCameraHAL; variable
DEmulatedFakeCameraDevice.cpp227 mCameraHAL->onNextFrameAvailable(mCurrentFrame, mCurFrameTimestamp, this); in inWorkerThread()