Loading camera/CameraWrapper.cpp +1 −8 Original line number Diff line number Diff line Loading @@ -80,14 +80,7 @@ static int camera_device_open(const hw_module_t* module, const char* name, if (name != NULL) { if (check_vendor_module()) return -EINVAL; if (isHAL3Enabled) { ALOGV("%s: using HAL3", __FUNCTION__); rv = camera3_device_open(module, name, device); } else { ALOGV("%s: using HAL2", __FUNCTION__); rv = camera2_device_open(module, name, device); } } ALOGV("%s: rv = %d", __FUNCTION__, rv); Loading Loading
camera/CameraWrapper.cpp +1 −8 Original line number Diff line number Diff line Loading @@ -80,14 +80,7 @@ static int camera_device_open(const hw_module_t* module, const char* name, if (name != NULL) { if (check_vendor_module()) return -EINVAL; if (isHAL3Enabled) { ALOGV("%s: using HAL3", __FUNCTION__); rv = camera3_device_open(module, name, device); } else { ALOGV("%s: using HAL2", __FUNCTION__); rv = camera2_device_open(module, name, device); } } ALOGV("%s: rv = %d", __FUNCTION__, rv); Loading