Lines Matching refs:EmulatedQemuCameraDevice
30 EmulatedQemuCameraDevice::EmulatedQemuCameraDevice(EmulatedQemuCamera* camera_hal) in EmulatedQemuCameraDevice() function in android::EmulatedQemuCameraDevice
36 EmulatedQemuCameraDevice::~EmulatedQemuCameraDevice() in ~EmulatedQemuCameraDevice()
44 status_t EmulatedQemuCameraDevice::Initialize(const char* device_name) in Initialize()
71 status_t EmulatedQemuCameraDevice::connectDevice() in connectDevice()
100 status_t EmulatedQemuCameraDevice::disconnectDevice() in disconnectDevice()
130 status_t EmulatedQemuCameraDevice::startDevice(int width, in startDevice()
183 status_t EmulatedQemuCameraDevice::stopDevice() in stopDevice()
219 status_t EmulatedQemuCameraDevice::getCurrentFrame(void* buffer, in getCurrentFrame()
250 status_t EmulatedQemuCameraDevice::getCurrentPreviewFrame(void* buffer, in getCurrentPreviewFrame()
277 const void* EmulatedQemuCameraDevice::getCurrentFrame() { in getCurrentFrame()
293 bool EmulatedQemuCameraDevice::produceFrame(void* buffer, int64_t* timestamp) in produceFrame()
315 void* EmulatedQemuCameraDevice::getPrimaryBuffer() { in getPrimaryBuffer()
318 void* EmulatedQemuCameraDevice::getSecondaryBuffer() { in getSecondaryBuffer()