Searched refs:mGetServiceFuture (Results 1 – 3 of 3) sorted by relevance
120 std::future<void> mGetServiceFuture; member
266 mGetServiceFuture = std::async(std::launch::async, [this] { getResourceManagerService(); }); in binderDied()
472 mGetServiceFuture = std::async(std::launch::async, [this] { getService(); }); in binderDied()507 std::future<void> mGetServiceFuture; member