Searched refs:getDisplayIdList (Results 1 – 9 of 9) sorted by relevance
52 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()
37 long[] getDisplayIdList(); in getDisplayIdList() method
44 long[] getDisplayIdList(); in getDisplayIdList() method
51 Return<void> getDisplayIdList(getDisplayIdList_cb _cb) override;
58 getDisplayIdList() generates (vec<uint64_t> ids);
76 ASSERT_TRUE(mDisplayProxy->getDisplayIdList(&mDisplayIds).isOk()); in loadDisplayList()
143 Return<void> AutomotiveDisplayProxyService::getDisplayIdList(getDisplayIdList_cb _cb) { in getDisplayIdList() function in android::frameworks::automotive::display::V1_0::implementation::AutomotiveDisplayProxyService