Home
last modified time | relevance | path

Searched refs:getConcurrentCameraIds (Results 1 – 10 of 10) sorted by relevance

/hardware/interfaces/camera/provider/aidl/aidl_api/android.hardware.camera.provider/current/android/hardware/camera/provider/
DICameraProvider.aidl42 android.hardware.camera.provider.ConcurrentCameraIdCombination[] getConcurrentCameraIds(); in getConcurrentCameraIds() method
/hardware/interfaces/camera/provider/aidl/aidl_api/android.hardware.camera.provider/2/android/hardware/camera/provider/
DICameraProvider.aidl42 android.hardware.camera.provider.ConcurrentCameraIdCombination[] getConcurrentCameraIds(); in getConcurrentCameraIds() method
/hardware/interfaces/camera/provider/aidl/aidl_api/android.hardware.camera.provider/1/android/hardware/camera/provider/
DICameraProvider.aidl42 android.hardware.camera.provider.ConcurrentCameraIdCombination[] getConcurrentCameraIds(); in getConcurrentCameraIds() method
/hardware/interfaces/camera/provider/aidl/aidl_api/android.hardware.camera.provider/3/android/hardware/camera/provider/
DICameraProvider.aidl42 android.hardware.camera.provider.ConcurrentCameraIdCombination[] getConcurrentCameraIds(); in getConcurrentCameraIds() method
/hardware/interfaces/camera/provider/aidl/android/hardware/camera/provider/
DICameraProvider.aidl260 ConcurrentCameraIdCombination[] getConcurrentCameraIds(); in getConcurrentCameraIds() method
/hardware/google/camera/common/hal/aidl_service/
Daidl_camera_provider.h67 ScopedAStatus getConcurrentCameraIds(
Daidl_camera_provider.cc264 ScopedAStatus AidlCameraProvider::getConcurrentCameraIds( in getConcurrentCameraIds() function in android::hardware::camera::provider::implementation::AidlCameraProvider
/hardware/interfaces/camera/provider/default/
DExternalCameraProvider.h64 ndk::ScopedAStatus getConcurrentCameraIds(
DExternalCameraProvider.cpp156 ndk::ScopedAStatus ExternalCameraProvider::getConcurrentCameraIds( in getConcurrentCameraIds() function in android::hardware::camera::provider::implementation::ExternalCameraProvider
/hardware/interfaces/camera/provider/aidl/vts/
Dcamera_aidl_test.cpp2006 ndk::ScopedAStatus ret = provider->getConcurrentCameraIds(&combinations); in getConcurrentDeviceCombinations()