Home
last modified time | relevance | path

Searched refs:tryInsert (Results 1 – 2 of 2) sorted by relevance

/packages/services/Car/cpp/evs/sampleDriver/aidl/include/
DEvsEnumerator.h107 bool tryInsert(int32_t id, std::shared_ptr<EvsGlDisplay> display);
/packages/services/Car/cpp/evs/sampleDriver/aidl/src/
DEvsEnumerator.cpp451 if (auto insert_result = displays.tryInsert(id, pActiveDisplay); !insert_result) { in openDisplay()
722 bool EvsEnumerator::ActiveDisplays::tryInsert(int32_t id, std::shared_ptr<EvsGlDisplay> display) { in tryInsert() function in aidl::android::hardware::automotive::evs::implementation::EvsEnumerator::ActiveDisplays