/hardware/interfaces/automotive/evs/aidl/android/hardware/automotive/evs/ |
D | IEvsCamera.aidl | 91 int[] getIntParameter(in CameraParam id); in getIntParameter() method
|
/hardware/interfaces/automotive/evs/aidl/aidl_api/android.hardware.automotive.evs/current/android/hardware/automotive/evs/ |
D | IEvsCamera.aidl | 41 int[] getIntParameter(in android.hardware.automotive.evs.CameraParam id); in getIntParameter() method
|
/hardware/interfaces/automotive/evs/aidl/aidl_api/android.hardware.automotive.evs/1/android/hardware/automotive/evs/ |
D | IEvsCamera.aidl | 41 int[] getIntParameter(in android.hardware.automotive.evs.CameraParam id); in getIntParameter() method
|
/hardware/interfaces/automotive/evs/aidl/aidl_api/android.hardware.automotive.evs/2/android/hardware/automotive/evs/ |
D | IEvsCamera.aidl | 41 int[] getIntParameter(in android.hardware.automotive.evs.CameraParam id); in getIntParameter() method
|
/hardware/interfaces/automotive/evs/aidl/impl/default/include/ |
D | EvsMockCamera.h | 55 ndk::ScopedAStatus getIntParameter(evs::CameraParam id, std::vector<int32_t>* value) override;
|
D | EvsVideoEmulatedCamera.h | 57 ndk::ScopedAStatus getIntParameter(evs::CameraParam id, std::vector<int32_t>* value) override;
|
/hardware/interfaces/automotive/evs/1.1/default/ |
D | EvsCamera.h | 62 Return<void> getIntParameter(CameraParam id, getIntParameter_cb _hidl_cb) override;
|
D | EvsCamera.cpp | 328 Return<void> EvsCamera::getIntParameter([[maybe_unused]] CameraParam id, in getIntParameter() function in android::hardware::automotive::evs::V1_1::implementation::EvsCamera
|
/hardware/interfaces/automotive/evs/aidl/impl/default/tests/ |
D | EvsCameraStateTest.cpp | 119 MOCK_METHOD(::ndk::ScopedAStatus, getIntParameter,
|
D | EvsCameraBufferTest.cpp | 64 MOCK_METHOD(::ndk::ScopedAStatus, getIntParameter,
|
/hardware/interfaces/automotive/evs/aidl/impl/default/src/ |
D | EvsMockCamera.cpp | 185 ScopedAStatus EvsMockCamera::getIntParameter(CameraParam id, std::vector<int32_t>* value) { in getIntParameter() function in aidl::android::hardware::automotive::evs::implementation::EvsMockCamera
|
D | EvsVideoEmulatedCamera.cpp | 426 ndk::ScopedAStatus EvsVideoEmulatedCamera::getIntParameter(evs::CameraParam id, in getIntParameter() function in aidl::android::hardware::automotive::evs::implementation::EvsVideoEmulatedCamera
|
/hardware/interfaces/automotive/evs/1.1/ |
D | IEvsCamera.hal | 180 getIntParameter(CameraParam id) generates(EvsResult result, vec<int32_t> value);
|
/hardware/interfaces/automotive/evs/1.1/vts/functional/ |
D | VtsHalEvsV1_1TargetTest.cpp | 952 pCam->getIntParameter(cmd, in TEST_P() 1394 pCamPrimary->getIntParameter(cmd, in TEST_P() 1575 pCamSecondary->getIntParameter(cmd, in TEST_P()
|
/hardware/interfaces/automotive/evs/aidl/vts/ |
D | VtsHalEvsTargetTest.cpp | 860 ASSERT_TRUE(pCam->getIntParameter(cmd, &values).isOk()); in TEST_P() 1222 ASSERT_TRUE(pPrimaryCam->getIntParameter(cmd, &values).isOk()); in TEST_P() 1342 ASSERT_TRUE(pSecondaryCam->getIntParameter(cmd, &values).isOk()); in TEST_P()
|