Searched refs:openLegacy (Results 1 – 5 of 5) sorted by relevance
43 mCamera.openLegacy(id, Camera.CAMERA_HAL_API_VERSION_1_0); in testOpenLegacy()
45 int openLegacy(const char* id, uint32_t halVersion, struct hw_device_t** device);
325 int CameraModule::openLegacy( in openLegacy() function in android::CameraModule
113 rc = module->openLegacy(mName.string(), in initialize()
404 public static Camera openLegacy(int cameraId, int halVersion) { in openLegacy() method in Camera