Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/evs/aidl/android/hardware/automotive/evs/
DIEvsCamera.aidl183 int[] setIntParameter(in CameraParam id, in int value); in setIntParameter() method
/hardware/interfaces/automotive/evs/aidl/aidl_api/android.hardware.automotive.evs/current/android/hardware/automotive/evs/
DIEvsCamera.aidl49 int[] setIntParameter(in android.hardware.automotive.evs.CameraParam id, in int value); in setIntParameter() method
/hardware/interfaces/automotive/evs/aidl/aidl_api/android.hardware.automotive.evs/1/android/hardware/automotive/evs/
DIEvsCamera.aidl49 int[] setIntParameter(in android.hardware.automotive.evs.CameraParam id, in int value); in setIntParameter() method
/hardware/interfaces/automotive/evs/aidl/aidl_api/android.hardware.automotive.evs/2/android/hardware/automotive/evs/
DIEvsCamera.aidl49 int[] setIntParameter(in android.hardware.automotive.evs.CameraParam id, in int value); in setIntParameter() method
/hardware/interfaces/automotive/evs/1.1/vts/functional/
DVtsHalEvsV1_1TargetTest.cpp918 pCam->setIntParameter(CameraParam::AUTO_FOCUS, 0, in TEST_P()
939 pCam->setIntParameter(cmd, val0, in TEST_P()
1283 pCamPrimary->setIntParameter(CameraParam::AUTO_FOCUS, 0, in TEST_P()
1352 pCamPrimary->setIntParameter(cmd, val0, in TEST_P()
1411 pCamSecondary->setIntParameter(camSecondaryCmds[0], val0, in TEST_P()
1461 pCamPrimary->setIntParameter(camPrimaryCmds[0], val0, in TEST_P()
1494 pCamSecondary->setIntParameter(CameraParam::AUTO_FOCUS, 0, in TEST_P()
1561 pCamSecondary->setIntParameter(cmd, val0, in TEST_P()
1761 pCam1->setIntParameter(CameraParam::AUTO_FOCUS, 0, in TEST_P()
1815 pCam1->setIntParameter(cam1Cmds[0], val0, in TEST_P()
[all …]
/hardware/interfaces/automotive/evs/aidl/vts/
DVtsHalEvsTargetTest.cpp845 ASSERT_TRUE(pCam->setIntParameter(CameraParam::AUTO_FOCUS, 0, &values).isOk()); in TEST_P()
857 ASSERT_TRUE(pCam->setIntParameter(cmd, val0, &values).isOk()); in TEST_P()
1136 pPrimaryCam->setIntParameter(CameraParam::AUTO_FOCUS, 0, &values).isOk()); in TEST_P()
1192 ASSERT_TRUE(pPrimaryCam->setIntParameter(cmd, val0, &values).isOk()); in TEST_P()
1230 ASSERT_FALSE(pSecondaryCam->setIntParameter(camSecondaryCmds[0], val0, &values).isOk()); in TEST_P()
1267 ASSERT_FALSE(pPrimaryCam->setIntParameter(camPrimaryCmds[0], val0, &values).isOk()); in TEST_P()
1283 pSecondaryCam->setIntParameter(CameraParam::AUTO_FOCUS, 0, &values).isOk()); in TEST_P()
1337 ASSERT_TRUE(pSecondaryCam->setIntParameter(cmd, val0, &values).isOk()); in TEST_P()
1511 ASSERT_TRUE(pCam1->setIntParameter(CameraParam::AUTO_FOCUS, 0, &values).isOk()); in TEST_P()
1555 ASSERT_TRUE(pCam1->setIntParameter(cam1Cmds[0], val0, &values).isOk()); in TEST_P()
[all …]
/hardware/interfaces/automotive/evs/aidl/impl/default/include/
DEvsMockCamera.h63 ndk::ScopedAStatus setIntParameter(evs::CameraParam id, int32_t value,
DEvsVideoEmulatedCamera.h65 ndk::ScopedAStatus setIntParameter(evs::CameraParam id, int32_t value,
/hardware/interfaces/automotive/evs/1.1/default/
DEvsCamera.h60 Return<void> setIntParameter(CameraParam id, int32_t value,
DEvsCamera.cpp320 Return<void> EvsCamera::setIntParameter(CameraParam id, int32_t value, in setIntParameter() function in android::hardware::automotive::evs::V1_1::implementation::EvsCamera
/hardware/interfaces/automotive/evs/aidl/impl/default/tests/
DEvsCameraStateTest.cpp138 MOCK_METHOD(::ndk::ScopedAStatus, setIntParameter,
DEvsCameraBufferTest.cpp83 MOCK_METHOD(::ndk::ScopedAStatus, setIntParameter,
/hardware/interfaces/automotive/evs/aidl/impl/default/src/
DEvsMockCamera.cpp167 ScopedAStatus EvsMockCamera::setIntParameter(CameraParam id, int32_t value, in setIntParameter() function in aidl::android::hardware::automotive::evs::implementation::EvsMockCamera
DEvsVideoEmulatedCamera.cpp473 ndk::ScopedAStatus EvsVideoEmulatedCamera::setIntParameter(evs::CameraParam id, int32_t value, in setIntParameter() function in aidl::android::hardware::automotive::evs::implementation::EvsVideoEmulatedCamera
/hardware/interfaces/automotive/evs/1.1/
DIEvsCamera.hal167 setIntParameter(CameraParam id, int32_t value)