Home
last modified time | relevance | path

Searched refs:EmulatedCameraFactory (Results 1 – 4 of 4) sorted by relevance

/device/generic/goldfish/camera/
DEmulatedCameraFactory.cpp43 android::EmulatedCameraFactory gEmulatedCameraFactory;
47 EmulatedCameraFactory::EmulatedCameraFactory() : in EmulatedCameraFactory() function in android::EmulatedCameraFactory
106 EmulatedCameraFactory::~EmulatedCameraFactory() { in ~EmulatedCameraFactory()
123 int EmulatedCameraFactory::cameraDeviceOpen(int cameraId, in cameraDeviceOpen()
144 int EmulatedCameraFactory::getCameraInfo(int cameraId, in getCameraInfo()
163 int EmulatedCameraFactory::setCallbacks( in setCallbacks()
172 void EmulatedCameraFactory::getVendorTagOps(vendor_tag_ops_t* ops) { in getVendorTagOps()
181 int EmulatedCameraFactory::device_open(const hw_module_t *module, const char in device_open()
201 int EmulatedCameraFactory::get_number_of_cameras() { in get_number_of_cameras()
205 int EmulatedCameraFactory::get_camera_info(int camera_id, in get_camera_info()
[all …]
DEmulatedCameraHal.cpp39 .methods = &android::EmulatedCameraFactory::mCameraModuleMethods,
43 .get_number_of_cameras = android::EmulatedCameraFactory::get_number_of_cameras,
44 .get_camera_info = android::EmulatedCameraFactory::get_camera_info,
45 .set_callbacks = android::EmulatedCameraFactory::set_callbacks,
46 .get_vendor_tag_ops = android::EmulatedCameraFactory::get_vendor_tag_ops,
47 .open_legacy = android::EmulatedCameraFactory::open_legacy
DEmulatedCameraFactory.h57 class EmulatedCameraFactory {
65 EmulatedCameraFactory();
70 ~EmulatedCameraFactory();
292 extern android::EmulatedCameraFactory gEmulatedCameraFactory;
DAndroid.bp30 "EmulatedCameraFactory.cpp",