Searched refs:connectLegacy (Results 1 – 7 of 7) sorted by relevance
/frameworks/av/camera/aidl/android/hardware/ |
D | ICameraService.aidl | 98 ICamera connectLegacy(ICameraClient client, in connectLegacy() method
|
/frameworks/av/camera/ |
D | Camera.cpp | 80 status_t Camera::connectLegacy(int cameraId, int halVersion, in connectLegacy() function in android::Camera 93 ret = cs.get()->connectLegacy(cl, cameraId, halVersion, clientPackageName, in connectLegacy()
|
/frameworks/av/include/camera/ |
D | Camera.h | 84 static status_t connectLegacy(int cameraId, int halVersion,
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/integration/ |
D | CameraBinderTest.java | 179 .connectLegacy(dummyCallbacks, cameraId, CAMERA_HAL_API_VERSION_1_0, in testConnectLegacy()
|
/frameworks/av/services/camera/libcameraservice/ |
D | CameraService.h | 121 virtual binder::Status connectLegacy(const sp<hardware::ICameraClient>& cameraClient,
|
D | CameraService.cpp | 1276 Status CameraService::connectLegacy( in connectLegacy() function in android::CameraService
|
/frameworks/base/core/jni/ |
D | android_hardware_Camera.cpp | 545 jint status = Camera::connectLegacy(cameraId, halVersion, clientName, in android_hardware_Camera_native_setup()
|