Home
last modified time | relevance | path

Searched refs:isConcurrentStreamCombinationSupported (Results 1 – 16 of 16) sorted by relevance

/hardware/interfaces/camera/provider/2.7/
DICameraProvider.hal25 * Adds support for the isConcurrentStreamCombinationSupported() with
32 * Identical to @2.6::isConcurrentStreamCombinationSupported except that
/hardware/interfaces/camera/provider/2.7/default/
DCameraProvider_2_7.h97 Return<void> isConcurrentStreamCombinationSupported( in isConcurrentStreamCombinationSupported() function
102 return impl.isConcurrentStreamCombinationSupported(configs, _hidl_cb); in isConcurrentStreamCombinationSupported()
DExternalCameraProviderImpl_2_7.h85 Return<void> isConcurrentStreamCombinationSupported(
DExternalCameraProviderImpl_2_7.cpp374 Return<void> ExternalCameraProviderImpl_2_7::isConcurrentStreamCombinationSupported( in isConcurrentStreamCombinationSupported() function in android::hardware::camera::provider::V2_7::implementation::ExternalCameraProviderImpl_2_7
/hardware/interfaces/camera/provider/aidl/aidl_api/android.hardware.camera.provider/current/android/hardware/camera/provider/
DICameraProvider.aidl43 …boolean isConcurrentStreamCombinationSupported(in android.hardware.camera.provider.CameraIdAndStre… in isConcurrentStreamCombinationSupported() method
/hardware/interfaces/camera/provider/aidl/aidl_api/android.hardware.camera.provider/2/android/hardware/camera/provider/
DICameraProvider.aidl43 …boolean isConcurrentStreamCombinationSupported(in android.hardware.camera.provider.CameraIdAndStre… in isConcurrentStreamCombinationSupported() method
/hardware/interfaces/camera/provider/aidl/aidl_api/android.hardware.camera.provider/1/android/hardware/camera/provider/
DICameraProvider.aidl43 …boolean isConcurrentStreamCombinationSupported(in android.hardware.camera.provider.CameraIdAndStre… in isConcurrentStreamCombinationSupported() method
/hardware/interfaces/camera/provider/aidl/aidl_api/android.hardware.camera.provider/3/android/hardware/camera/provider/
DICameraProvider.aidl43 …boolean isConcurrentStreamCombinationSupported(in android.hardware.camera.provider.CameraIdAndStre… in isConcurrentStreamCombinationSupported() method
/hardware/interfaces/camera/provider/aidl/android/hardware/camera/provider/
DICameraProvider.aidl306 boolean isConcurrentStreamCombinationSupported(in CameraIdAndStreamCombination[] configs); in isConcurrentStreamCombinationSupported() method
/hardware/google/camera/common/hal/aidl_service/
Daidl_camera_provider.h70 ScopedAStatus isConcurrentStreamCombinationSupported(
Daidl_camera_provider.cc297 ScopedAStatus AidlCameraProvider::isConcurrentStreamCombinationSupported( in isConcurrentStreamCombinationSupported() function in android::hardware::camera::provider::implementation::AidlCameraProvider
/hardware/interfaces/camera/provider/2.6/
DICameraProvider.hal27 * isConcurrentStreamCombinationSupported()
104 * isConcurrentStreamCombinationSupported:
149 isConcurrentStreamCombinationSupported(vec<CameraIdAndStreamCombination> configs)
/hardware/interfaces/camera/provider/default/
DExternalCameraProvider.h66 ndk::ScopedAStatus isConcurrentStreamCombinationSupported(
DExternalCameraProvider.cpp165 ndk::ScopedAStatus ExternalCameraProvider::isConcurrentStreamCombinationSupported( in isConcurrentStreamCombinationSupported() function in android::hardware::camera::provider::implementation::ExternalCameraProvider
/hardware/interfaces/camera/provider/aidl/vts/
DVtsAidlHalCameraProvider_TargetTest.cpp776 ndk::ScopedAStatus ret = mProvider->isConcurrentStreamCombinationSupported( in TEST_P()
/hardware/interfaces/camera/provider/2.4/vts/functional/
DVtsHalCameraProviderV2_4TargetTest.cpp3541 auto ret = mProvider2_6->isConcurrentStreamCombinationSupported( in TEST_P()