Home
last modified time | relevance | path

Searched defs:openDisplay (Results 1 – 7 of 7) sorted by relevance

/hardware/interfaces/automotive/evs/aidl/aidl_api/android.hardware.automotive.evs/1/android/hardware/automotive/evs/
DIEvsEnumerator.aidl47 android.hardware.automotive.evs.IEvsDisplay openDisplay(in int id); in openDisplay() method
/hardware/interfaces/automotive/evs/aidl/android/hardware/automotive/evs/
DIEvsEnumerator.aidl149 IEvsDisplay openDisplay(in int id); in openDisplay() method
/hardware/interfaces/automotive/evs/aidl/aidl_api/android.hardware.automotive.evs/2/android/hardware/automotive/evs/
DIEvsEnumerator.aidl47 android.hardware.automotive.evs.IEvsDisplay openDisplay(in int id); in openDisplay() method
/hardware/interfaces/automotive/evs/aidl/aidl_api/android.hardware.automotive.evs/current/android/hardware/automotive/evs/
DIEvsEnumerator.aidl47 android.hardware.automotive.evs.IEvsDisplay openDisplay(in int id); in openDisplay() method
/hardware/interfaces/automotive/evs/1.0/default/
DEvsEnumerator.cpp161 Return<sp<IEvsDisplay>> EvsEnumerator::openDisplay() { in openDisplay() function in android::hardware::automotive::evs::V1_0::implementation::EvsEnumerator
/hardware/interfaces/automotive/evs/1.1/default/
DEvsEnumerator.cpp180 Return<sp<V1_0::IEvsDisplay>> EvsEnumerator::openDisplay() { in openDisplay() function in android::hardware::automotive::evs::V1_1::implementation::EvsEnumerator
/hardware/interfaces/automotive/evs/aidl/impl/default/src/
DEvsEnumerator.cpp311 ScopedAStatus EvsEnumerator::openDisplay(int32_t id, std::shared_ptr<IEvsDisplay>* displayObj) { in openDisplay() function in aidl::android::hardware::automotive::evs::implementation::EvsEnumerator