Home
last modified time | relevance | path

Searched refs:getDisplayIdList (Results 1 – 9 of 9) sorted by relevance

/frameworks/hardware/interfaces/automotive/display/1.0/vts/functional/
DVtsHalAutomotiveDisplayV1_0TargetTest.cpp52 mDisplayProxy->getDisplayIdList([&displayIdList](const auto& list) { in TEST_P()
76 mDisplayProxy->getDisplayIdList([&displayIdList](const auto& list) { in TEST_P()
92 mDisplayProxy->getDisplayIdList([&displayIdList](const auto& list) { in TEST_P()
/frameworks/hardware/interfaces/automotive/display/aidl/aidl_api/android.frameworks.automotive.display/1/android/frameworks/automotive/display/
DICarDisplayProxy.aidl37 long[] getDisplayIdList(); in getDisplayIdList() method
/frameworks/hardware/interfaces/automotive/display/aidl/aidl_api/android.frameworks.automotive.display/current/android/frameworks/automotive/display/
DICarDisplayProxy.aidl37 long[] getDisplayIdList(); in getDisplayIdList() method
/frameworks/hardware/interfaces/automotive/display/aidl/aidl_api/android.frameworks.automotive.display/2/android/frameworks/automotive/display/
DICarDisplayProxy.aidl37 long[] getDisplayIdList(); in getDisplayIdList() method
/frameworks/hardware/interfaces/automotive/display/aidl/android/frameworks/automotive/display/
DICarDisplayProxy.aidl44 long[] getDisplayIdList(); in getDisplayIdList() method
/frameworks/native/services/automotive/display/include/
DAutomotiveDisplayProxyService.h51 Return<void> getDisplayIdList(getDisplayIdList_cb _cb) override;
/frameworks/hardware/interfaces/automotive/display/1.0/
DIAutomotiveDisplayProxyService.hal58 getDisplayIdList() generates (vec<uint64_t> ids);
/frameworks/hardware/interfaces/automotive/display/aidl/vts/functional/
DVtsHalCarDisplayTargetTest.cpp76 ASSERT_TRUE(mDisplayProxy->getDisplayIdList(&mDisplayIds).isOk()); in loadDisplayList()
/frameworks/native/services/automotive/display/
DAutomotiveDisplayProxyService.cpp143 Return<void> AutomotiveDisplayProxyService::getDisplayIdList(getDisplayIdList_cb _cb) { in getDisplayIdList() function in android::frameworks::automotive::display::V1_0::implementation::AutomotiveDisplayProxyService