Lines Matching refs:EmulatedCameraFactory

42 android::EmulatedCameraFactory gEmulatedCameraFactory;
46 EmulatedCameraFactory::EmulatedCameraFactory() : in EmulatedCameraFactory() function in android::EmulatedCameraFactory
105 EmulatedCameraFactory::~EmulatedCameraFactory() { in ~EmulatedCameraFactory()
122 int EmulatedCameraFactory::cameraDeviceOpen(int cameraId, in cameraDeviceOpen()
143 int EmulatedCameraFactory::getCameraInfo(int cameraId, in getCameraInfo()
162 int EmulatedCameraFactory::setCallbacks( in setCallbacks()
171 void EmulatedCameraFactory::getVendorTagOps(vendor_tag_ops_t* ops) { in getVendorTagOps()
180 int EmulatedCameraFactory::device_open(const hw_module_t *module, const char in device_open()
200 int EmulatedCameraFactory::get_number_of_cameras() { in get_number_of_cameras()
204 int EmulatedCameraFactory::get_camera_info(int camera_id, in get_camera_info()
209 int EmulatedCameraFactory::set_callbacks( in set_callbacks()
214 void EmulatedCameraFactory::get_vendor_tag_ops(vendor_tag_ops_t *ops) { in get_vendor_tag_ops()
218 int EmulatedCameraFactory::open_legacy(const struct hw_module_t *module, in open_legacy()
240 bool EmulatedCameraFactory::getTokenValue(const char *token, in getTokenValue()
269 void EmulatedCameraFactory::findQemuCameras( in findQemuCameras()
321 EmulatedCameraFactory::createQemuCameraImpl(int halVersion, in createQemuCameraImpl()
355 void EmulatedCameraFactory::createQemuCameras( in createQemuCameras()
390 EmulatedCameraFactory::createFakeCameraImpl(bool backCamera, in createFakeCameraImpl()
419 void EmulatedCameraFactory::createFakeCamera(bool backCamera) { in createFakeCamera()
436 void EmulatedCameraFactory::waitForQemuSfFakeCameraPropertyAvailable() { in waitForQemuSfFakeCameraPropertyAvailable()
460 bool EmulatedCameraFactory::isFakeCameraEmulationOn(bool backCamera) { in isFakeCameraEmulationOn()
477 int EmulatedCameraFactory::getCameraHalVersion(bool backCamera) { in getCameraHalVersion()
499 void EmulatedCameraFactory::onStatusChanged(int cameraId, int newStatus) { in onStatusChanged()
534 struct hw_module_methods_t EmulatedCameraFactory::mCameraModuleMethods = {
535 .open = EmulatedCameraFactory::device_open