Home
last modified time | relevance | path

Searched defs:getDisplayIdList (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.aidl41 byte[] getDisplayIdList(); in getDisplayIdList() method
/hardware/interfaces/automotive/evs/aidl/aidl_api/android.hardware.automotive.evs/2/android/hardware/automotive/evs/
DIEvsEnumerator.aidl41 byte[] getDisplayIdList(); in getDisplayIdList() method
/hardware/interfaces/automotive/evs/aidl/aidl_api/android.hardware.automotive.evs/current/android/hardware/automotive/evs/
DIEvsEnumerator.aidl41 byte[] getDisplayIdList(); in getDisplayIdList() method
/hardware/interfaces/automotive/evs/aidl/android/hardware/automotive/evs/
DIEvsEnumerator.aidl78 byte[] getDisplayIdList(); in getDisplayIdList() method
/hardware/interfaces/automotive/evs/aidl/rust_impl/src/
Ddefault_evs_hal.rs55 fn getDisplayIdList(&self) -> std::result::Result<std::vec::Vec<u8>, binder::Status> { in getDisplayIdList() method
/hardware/interfaces/automotive/evs/1.1/default/
DEvsEnumerator.cpp199 Return<void> EvsEnumerator::getDisplayIdList(getDisplayIdList_cb _list_cb) { in getDisplayIdList() function in android::hardware::automotive::evs::V1_1::implementation::EvsEnumerator
/hardware/interfaces/automotive/evs/aidl/impl/default/src/
DEvsEnumerator.cpp414 ScopedAStatus EvsEnumerator::getDisplayIdList(std::vector<uint8_t>* list) { in getDisplayIdList() function in aidl::android::hardware::automotive::evs::implementation::EvsEnumerator