Lines Matching refs:EmulatedCameraDevice
38 EmulatedCameraDevice::EmulatedCameraDevice(EmulatedCamera* camera_hal) in EmulatedCameraDevice() function in android::EmulatedCameraDevice
49 EmulatedCameraDevice::~EmulatedCameraDevice() { in ~EmulatedCameraDevice()
65 status_t EmulatedCameraDevice::Initialize() { in Initialize()
84 status_t EmulatedCameraDevice::startDeliveringFrames(bool one_burst) { in startDeliveringFrames()
98 status_t EmulatedCameraDevice::stopDeliveringFrames() { in stopDeliveringFrames()
111 void EmulatedCameraDevice::setExposureCompensation(const float ev) { in setExposureCompensation()
122 void EmulatedCameraDevice::initializeWhiteBalanceModes(const char* mode, in initializeWhiteBalanceModes()
133 void EmulatedCameraDevice::setWhiteBalanceMode(const char* mode) { in setWhiteBalanceMode()
138 void EmulatedCameraDevice::startAutoFocus() { mIsFocusing = true; } in startAutoFocus()
144 void EmulatedCameraDevice::changeWhiteBalance(uint8_t& y, uint8_t& u, in changeWhiteBalance()
157 void EmulatedCameraDevice::simulateAutoFocus() { in simulateAutoFocus()
165 status_t EmulatedCameraDevice::getCurrentPreviewFrame(void* buffer) { in getCurrentPreviewFrame()
201 status_t EmulatedCameraDevice::commonStartDevice(int width, int height, in commonStartDevice()
238 void EmulatedCameraDevice::commonStopDevice() { in commonStopDevice()
249 const CameraParameters* EmulatedCameraDevice::getCameraParameters() { in getCameraParameters()
257 status_t EmulatedCameraDevice::startWorkerThread(bool one_burst) { in startWorkerThread()
270 status_t EmulatedCameraDevice::stopWorkerThread() { in stopWorkerThread()
283 bool EmulatedCameraDevice::inWorkerThread() { in inWorkerThread()
293 status_t EmulatedCameraDevice::WorkerThread::readyToRun() { in readyToRun()
317 status_t EmulatedCameraDevice::WorkerThread::stopThread() { in stopThread()
367 EmulatedCameraDevice::WorkerThread::SelectRes
368 EmulatedCameraDevice::WorkerThread::Select(int fd, int timeout) { in Select()