Home | History | Annotate | Download | only in camera

Lines Matching refs:EmulatedCameraFactory

18  * Contains implementation of a class EmulatedCameraFactory that manages cameras
31 #include "EmulatedCameraFactory.h"
35 /* A global instance of EmulatedCameraFactory is statically instantiated and
38 android::EmulatedCameraFactory gEmulatedCameraFactory;
42 EmulatedCameraFactory::EmulatedCameraFactory()
189 EmulatedCameraFactory::~EmulatedCameraFactory()
214 int EmulatedCameraFactory::cameraDeviceOpen(int camera_id, hw_device_t** device)
221 ALOGE("%s: EmulatedCameraFactory has failed to initialize", __FUNCTION__);
234 int EmulatedCameraFactory::getCameraInfo(int camera_id, struct camera_info* info)
239 ALOGE("%s: EmulatedCameraFactory has failed to initialize", __FUNCTION__);
252 int EmulatedCameraFactory::setCallbacks(
262 void EmulatedCameraFactory::getVendorTagOps(vendor_tag_ops_t* ops) {
272 int EmulatedCameraFactory::device_open(const hw_module_t* module,
278 * EmulatedCameraFactory instance.
294 int EmulatedCameraFactory::get_number_of_cameras(void)
299 int EmulatedCameraFactory::get_camera_info(int camera_id,
305 int EmulatedCameraFactory::set_callbacks(
311 void EmulatedCameraFactory::get_vendor_tag_ops(vendor_tag_ops_t* ops)
316 int EmulatedCameraFactory::open_legacy(const struct hw_module_t* module,
337 void EmulatedCameraFactory::createQemuCameras()
440 bool EmulatedCameraFactory::isBackFakeCameraEmulationOn()
454 int EmulatedCameraFactory::getBackCameraHalVersion()
471 bool EmulatedCameraFactory
485 int EmulatedCameraFactory::getFrontCameraHalVersion()
502 void EmulatedCameraFactory::onStatusChanged(int cameraId, int newStatus) {
538 struct hw_module_methods_t EmulatedCameraFactory::mCameraModuleMethods = {
539 open: EmulatedCameraFactory::device_open