Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/evs/aidl/android/hardware/automotive/evs/
DIEvsCamera.aidl57 void forcePrimaryClient(in IEvsDisplay display); in forcePrimaryClient() method
/hardware/interfaces/automotive/evs/aidl/aidl_api/android.hardware.automotive.evs/current/android/hardware/automotive/evs/
DIEvsCamera.aidl38 void forcePrimaryClient(in android.hardware.automotive.evs.IEvsDisplay display); in forcePrimaryClient() method
/hardware/interfaces/automotive/evs/aidl/aidl_api/android.hardware.automotive.evs/1/android/hardware/automotive/evs/
DIEvsCamera.aidl38 void forcePrimaryClient(in android.hardware.automotive.evs.IEvsDisplay display); in forcePrimaryClient() method
/hardware/interfaces/automotive/evs/aidl/aidl_api/android.hardware.automotive.evs/2/android/hardware/automotive/evs/
DIEvsCamera.aidl38 void forcePrimaryClient(in android.hardware.automotive.evs.IEvsDisplay display); in forcePrimaryClient() method
/hardware/interfaces/automotive/evs/aidl/impl/default/include/
DEvsMockCamera.h50 ndk::ScopedAStatus forcePrimaryClient(
DEvsVideoEmulatedCamera.h52 ndk::ScopedAStatus forcePrimaryClient(
/hardware/interfaces/automotive/evs/aidl/impl/default/tests/
DEvsCameraStateTest.cpp110 MOCK_METHOD(::ndk::ScopedAStatus, forcePrimaryClient,
DEvsCameraBufferTest.cpp55 MOCK_METHOD(::ndk::ScopedAStatus, forcePrimaryClient,
/hardware/interfaces/automotive/evs/aidl/impl/default/src/
DEvsMockCamera.cpp128 ScopedAStatus EvsMockCamera::forcePrimaryClient(const std::shared_ptr<IEvsDisplay>&) { in forcePrimaryClient() function in aidl::android::hardware::automotive::evs::implementation::EvsMockCamera
DEvsVideoEmulatedCamera.cpp401 ndk::ScopedAStatus EvsVideoEmulatedCamera::forcePrimaryClient( in forcePrimaryClient() function in aidl::android::hardware::automotive::evs::implementation::EvsVideoEmulatedCamera
/hardware/interfaces/automotive/evs/aidl/vts/
DVtsHalEvsTargetTest.cpp1594 ASSERT_TRUE(pCam0->forcePrimaryClient(pDisplay).isOk()); in TEST_P()