Home | History | Annotate | Download | only in camera

Lines Matching defs:EmulatedCameraDevice

18  * Contains implementation of an abstract class EmulatedCameraDevice that defines
31 #include "EmulatedCameraDevice.h"
36 EmulatedCameraDevice::EmulatedCameraDevice(EmulatedCamera* camera_hal)
48 EmulatedCameraDevice::~EmulatedCameraDevice()
50 ALOGV("EmulatedCameraDevice destructor");
65 status_t EmulatedCameraDevice::Initialize()
85 status_t EmulatedCameraDevice::startDeliveringFrames(bool one_burst)
100 status_t EmulatedCameraDevice::stopDeliveringFrames()
114 void EmulatedCameraDevice::setExposureCompensation(const float ev) {
125 void EmulatedCameraDevice::initializeWhiteBalanceModes(const char* mode,
134 void EmulatedCameraDevice::setWhiteBalanceMode(const char* mode) {
144 void EmulatedCameraDevice::changeWhiteBalance(uint8_t& y,
158 status_t EmulatedCameraDevice::getCurrentPreviewFrame(void* buffer)
195 status_t EmulatedCameraDevice::commonStartDevice(int width,
232 void EmulatedCameraDevice::commonStopDevice()
247 status_t EmulatedCameraDevice::startWorkerThread(bool one_burst)
261 status_t EmulatedCameraDevice::stopWorkerThread()
275 bool EmulatedCameraDevice::inWorkerThread()
286 status_t EmulatedCameraDevice::WorkerThread::readyToRun()
311 status_t EmulatedCameraDevice::WorkerThread::stopThread()
362 EmulatedCameraDevice::WorkerThread::SelectRes
363 EmulatedCameraDevice::WorkerThread::Select(int fd, int timeout)