Home
last modified time | relevance | path

Searched refs:getIntParameter (Results 1 – 15 of 15) sorted by relevance

/hardware/interfaces/automotive/evs/aidl/android/hardware/automotive/evs/
DIEvsCamera.aidl91 int[] getIntParameter(in CameraParam id); in getIntParameter() method
/hardware/interfaces/automotive/evs/aidl/aidl_api/android.hardware.automotive.evs/current/android/hardware/automotive/evs/
DIEvsCamera.aidl41 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/
DIEvsCamera.aidl41 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/
DIEvsCamera.aidl41 int[] getIntParameter(in android.hardware.automotive.evs.CameraParam id); in getIntParameter() method
/hardware/interfaces/automotive/evs/aidl/impl/default/include/
DEvsMockCamera.h55 ndk::ScopedAStatus getIntParameter(evs::CameraParam id, std::vector<int32_t>* value) override;
DEvsVideoEmulatedCamera.h57 ndk::ScopedAStatus getIntParameter(evs::CameraParam id, std::vector<int32_t>* value) override;
/hardware/interfaces/automotive/evs/1.1/default/
DEvsCamera.h62 Return<void> getIntParameter(CameraParam id, getIntParameter_cb _hidl_cb) override;
DEvsCamera.cpp328 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/
DEvsCameraStateTest.cpp119 MOCK_METHOD(::ndk::ScopedAStatus, getIntParameter,
DEvsCameraBufferTest.cpp64 MOCK_METHOD(::ndk::ScopedAStatus, getIntParameter,
/hardware/interfaces/automotive/evs/aidl/impl/default/src/
DEvsMockCamera.cpp185 ScopedAStatus EvsMockCamera::getIntParameter(CameraParam id, std::vector<int32_t>* value) { in getIntParameter() function in aidl::android::hardware::automotive::evs::implementation::EvsMockCamera
DEvsVideoEmulatedCamera.cpp426 ndk::ScopedAStatus EvsVideoEmulatedCamera::getIntParameter(evs::CameraParam id, in getIntParameter() function in aidl::android::hardware::automotive::evs::implementation::EvsVideoEmulatedCamera
/hardware/interfaces/automotive/evs/1.1/
DIEvsCamera.hal180 getIntParameter(CameraParam id) generates(EvsResult result, vec<int32_t> value);
/hardware/interfaces/automotive/evs/1.1/vts/functional/
DVtsHalEvsV1_1TargetTest.cpp952 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/
DVtsHalEvsTargetTest.cpp860 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()