Searched refs:tryInsert (Results 1 – 2 of 2) sorted by relevance
107 bool tryInsert(int32_t id, std::shared_ptr<EvsGlDisplay> display);
451 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