Home
last modified time | relevance | path

Searched refs:IEvsDisplay_1_1 (Results 1 – 3 of 3) sorted by relevance

/hardware/interfaces/automotive/evs/1.1/default/
DEvsEnumerator.h37 using IEvsDisplay_1_1 = ::android::hardware::automotive::evs::V1_1::IEvsDisplay; variable
69 Return<sp<IEvsDisplay_1_1>> openDisplay_1_1(uint8_t port) override;
DEvsCamera.h37 using IEvsDisplay_1_1 = ::android::hardware::automotive::evs::V1_1::IEvsDisplay; variable
/hardware/interfaces/automotive/evs/1.1/vts/functional/
DVtsHalEvsV1_1TargetTest.cpp80 using IEvsDisplay_1_1 = ::android::hardware::automotive::evs::V1_1::IEvsDisplay; typedef
639 sp<IEvsDisplay_1_1> pDisplay = pEnumerator->openDisplay_1_1(targetDisplayId); in TEST_P()