/hardware/interfaces/automotive/evs/aidl/android/hardware/automotive/evs/ |
D | IEvsCamera.aidl | 122 CameraDesc getPhysicalCameraInfo(in String deviceId); in getPhysicalCameraInfo() method
|
/hardware/interfaces/automotive/evs/aidl/aidl_api/android.hardware.automotive.evs/current/android/hardware/automotive/evs/ |
D | IEvsCamera.aidl | 44 android.hardware.automotive.evs.CameraDesc getPhysicalCameraInfo(in String deviceId); in getPhysicalCameraInfo() method
|
/hardware/interfaces/automotive/evs/aidl/aidl_api/android.hardware.automotive.evs/1/android/hardware/automotive/evs/ |
D | IEvsCamera.aidl | 44 android.hardware.automotive.evs.CameraDesc getPhysicalCameraInfo(in String deviceId); in getPhysicalCameraInfo() method
|
/hardware/interfaces/automotive/evs/aidl/aidl_api/android.hardware.automotive.evs/2/android/hardware/automotive/evs/ |
D | IEvsCamera.aidl | 44 android.hardware.automotive.evs.CameraDesc getPhysicalCameraInfo(in String deviceId); in getPhysicalCameraInfo() method
|
/hardware/interfaces/camera/common/default/include/ |
D | CameraModule.h | 70 int getPhysicalCameraInfo(int physicalCameraId, camera_metadata_t** physicalInfo);
|
/hardware/interfaces/automotive/evs/aidl/impl/default/include/ |
D | EvsMockCamera.h | 59 ndk::ScopedAStatus getPhysicalCameraInfo(const std::string& deviceId,
|
D | EvsVideoEmulatedCamera.h | 61 ndk::ScopedAStatus getPhysicalCameraInfo(const std::string& deviceId,
|
/hardware/interfaces/camera/device/3.5/default/ |
D | CameraDevice.cpp | 79 int ret = mModule->getPhysicalCameraInfo((int)id, &physicalInfo); in getPhysicalCameraCharacteristics()
|
/hardware/interfaces/automotive/evs/1.1/default/ |
D | EvsCamera.h | 50 Return<void> getPhysicalCameraInfo(const hidl_string& id,
|
D | EvsCamera.cpp | 244 Return<void> EvsCamera::getPhysicalCameraInfo([[maybe_unused]] const hidl_string& id, in getPhysicalCameraInfo() function in android::hardware::automotive::evs::V1_1::implementation::EvsCamera
|
/hardware/interfaces/automotive/evs/aidl/impl/default/tests/ |
D | EvsCameraStateTest.cpp | 131 MOCK_METHOD(::ndk::ScopedAStatus, getPhysicalCameraInfo,
|
D | EvsCameraBufferTest.cpp | 76 MOCK_METHOD(::ndk::ScopedAStatus, getPhysicalCameraInfo,
|
/hardware/interfaces/automotive/evs/aidl/impl/default/src/ |
D | EvsMockCamera.cpp | 112 ScopedAStatus EvsMockCamera::getPhysicalCameraInfo([[maybe_unused]] const std::string& id, in getPhysicalCameraInfo() function in aidl::android::hardware::automotive::evs::implementation::EvsMockCamera
|
D | EvsVideoEmulatedCamera.cpp | 462 ndk::ScopedAStatus EvsVideoEmulatedCamera::getPhysicalCameraInfo(const std::string& /* deviceId */, in getPhysicalCameraInfo() function in aidl::android::hardware::automotive::evs::implementation::EvsVideoEmulatedCamera
|
/hardware/interfaces/camera/common/default/ |
D | CameraModule.cpp | 310 int CameraModule::getPhysicalCameraInfo(int physicalCameraId, camera_metadata_t** physicalInfo) { in getPhysicalCameraInfo() function in android::hardware::camera::common::helper::CameraModule
|
/hardware/interfaces/automotive/evs/1.1/ |
D | IEvsCamera.hal | 51 getPhysicalCameraInfo(string deviceId) generates (CameraDesc info);
|
/hardware/interfaces/automotive/evs/1.1/vts/functional/ |
D | VtsHalEvsV1_1TargetTest.cpp | 315 pCam->getPhysicalCameraInfo(devName, in TEST_P()
|
/hardware/interfaces/automotive/evs/aidl/vts/ |
D | VtsHalEvsTargetTest.cpp | 306 ASSERT_TRUE(pCam->getPhysicalCameraInfo(devName, &cameraInfo).isOk()); in TEST_P()
|