OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:openLegacy
(Results
1 - 12
of
12
) sorted by null
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
CameraOpenTest.java
36
* Test @hide android.hardware.Camera#
openLegacy
API that cannot be tested in CTS.
43
mCamera.
openLegacy
(id, Camera.CAMERA_HAL_API_VERSION_1_0);
/hardware/libhardware/modules/camera/3_4/
v4l2_camera_hal.h
46
int
openLegacy
(const hw_module_t* module,
v4l2_camera_hal.cpp
140
int V4L2CameraHAL::
openLegacy
(const hw_module_t* module,
200
return gCameraHAL.
openLegacy
(module, id, halVersion, device);
/device/google/marlin/camera/QCamera2/
QCamera2Factory.h
64
static int
openLegacy
(
QCamera2Factory.cpp
248
rc = gQCamera2Factory->
openLegacy
(atoi(id), halVersion, device);
455
* FUNCTION :
openLegacy
467
int QCamera2Factory::
openLegacy
(
472
LOGI("
openLegacy
halVersion: %d", halVersion);
/hardware/qcom/camera/msm8998/QCamera2/
QCamera2Factory.h
64
static int
openLegacy
(
QCamera2Factory.cpp
275
rc = gQCamera2Factory->
openLegacy
(atoi(id), halVersion, device);
486
* FUNCTION :
openLegacy
498
int QCamera2Factory::
openLegacy
(
503
LOGI("
openLegacy
halVersion: %d cameraId = %d", halVersion, cameraId);
/hardware/interfaces/camera/common/1.0/default/include/
CameraModule.h
54
int
openLegacy
(const char* id, uint32_t halVersion, struct hw_device_t** device);
/hardware/interfaces/camera/common/1.0/default/
CameraModule.cpp
354
int CameraModule::
openLegacy
(
/hardware/interfaces/camera/provider/2.4/default/
CameraProvider.cpp
92
int ret = mModule->
openLegacy
(cameraId, CAMERA_DEVICE_API_VERSION_1_0, &halDev);
293
// Setup callback now because we are going to try
openLegacy
next
/hardware/interfaces/camera/device/1.0/default/
CameraDevice.cpp
656
rc = mModule->
openLegacy
(mCameraId.c_str(),
[
all
...]
/frameworks/base/core/java/android/hardware/
Camera.java
454
public static Camera
openLegacy
(int cameraId, int halVersion) {
[
all
...]
Completed in 7829 milliseconds