Home
last modified time | relevance | path

Searched refs:unsetPrimaryClient (Results 1 – 11 of 11) sorted by relevance

/hardware/interfaces/automotive/evs/aidl/android/hardware/automotive/evs/
DIEvsCamera.aidl247 void unsetPrimaryClient(); in unsetPrimaryClient() method
/hardware/interfaces/automotive/evs/aidl/aidl_api/android.hardware.automotive.evs/2/android/hardware/automotive/evs/
DIEvsCamera.aidl54 void unsetPrimaryClient(); in unsetPrimaryClient() method
/hardware/interfaces/automotive/evs/aidl/aidl_api/android.hardware.automotive.evs/current/android/hardware/automotive/evs/
DIEvsCamera.aidl54 void unsetPrimaryClient(); in unsetPrimaryClient() method
/hardware/interfaces/automotive/evs/aidl/aidl_api/android.hardware.automotive.evs/1/android/hardware/automotive/evs/
DIEvsCamera.aidl54 void unsetPrimaryClient(); in unsetPrimaryClient() method
/hardware/interfaces/automotive/evs/aidl/impl/default/include/
DEvsMockCamera.h66 ndk::ScopedAStatus unsetPrimaryClient() override;
DEvsVideoEmulatedCamera.h68 ndk::ScopedAStatus unsetPrimaryClient() override;
/hardware/interfaces/automotive/evs/aidl/impl/default/tests/
DEvsCameraStateTest.cpp143 MOCK_METHOD(::ndk::ScopedAStatus, unsetPrimaryClient, (), (override));
DEvsCameraBufferTest.cpp88 MOCK_METHOD(::ndk::ScopedAStatus, unsetPrimaryClient, (), (override));
/hardware/interfaces/automotive/evs/aidl/impl/default/src/
DEvsMockCamera.cpp135 ScopedAStatus EvsMockCamera::unsetPrimaryClient() { in unsetPrimaryClient() function in aidl::android::hardware::automotive::evs::implementation::EvsMockCamera
DEvsVideoEmulatedCamera.cpp498 ndk::ScopedAStatus EvsVideoEmulatedCamera::unsetPrimaryClient() { in unsetPrimaryClient() function in aidl::android::hardware::automotive::evs::implementation::EvsVideoEmulatedCamera
/hardware/interfaces/automotive/evs/aidl/vts/
DVtsHalEvsTargetTest.cpp865 ASSERT_TRUE(pCam->unsetPrimaryClient().isOk()); in TEST_P()
982 ASSERT_TRUE(pPrimaryCam->unsetPrimaryClient().isOk()); in TEST_P()
1258 ASSERT_TRUE(pPrimaryCam->unsetPrimaryClient().isOk()); in TEST_P()
1371 ASSERT_TRUE(pSecondaryCam->unsetPrimaryClient().isOk()); in TEST_P()