OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:supportsCameraApi
(Results
1 - 7
of
7
) sorted by null
/frameworks/av/camera/aidl/android/hardware/
ICameraService.aidl
129
* apiVersion constants for
supportsCameraApi
135
boolean
supportsCameraApi
(int cameraId, int apiVersion);
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/integration/
CameraBinderTest.java
120
boolean supports = mUtils.getCameraService().
supportsCameraApi
(cameraId, API_VERSION_2);
131
boolean supports = mUtils.getCameraService().
supportsCameraApi
(cameraId, API_VERSION_1);
/frameworks/av/camera/ndk/impl/
ACameraManager.cpp
325
serviceRet = cs->
supportsCameraApi
(i, hardware::ICameraService::API_VERSION_2,
/frameworks/av/camera/tests/
CameraBinderTests.cpp
311
res = service->
supportsCameraApi
(i,
/frameworks/av/services/camera/libcameraservice/
CameraService.h
149
virtual binder::Status
supportsCameraApi
(
[
all
...]
CameraService.cpp
[
all
...]
/frameworks/base/core/java/android/hardware/camera2/
CameraManager.java
[
all
...]
Completed in 442 milliseconds