Searched refs:EvsHotplugThread (Results 1 – 6 of 6) sorted by relevance
57 std::thread hotplugHandler(EvsEnumerator::EvsHotplugThread, std::ref(running)); in main()
77 static void EvsHotplugThread(std::atomic<bool>& running);
74 void EvsEnumerator::EvsHotplugThread(std::atomic<bool>& running) { in EvsHotplugThread() function in android::hardware::automotive::evs::V1_1::implementation::EvsEnumerator
69 std::thread hotplugHandler(EvsEnumerator::EvsHotplugThread, service, std::ref(running)); in main()
79 void EvsEnumerator::EvsHotplugThread(std::shared_ptr<EvsEnumerator> service, in EvsHotplugThread() function in aidl::android::hardware::automotive::evs::implementation::EvsEnumerator
82 static void EvsHotplugThread(std::shared_ptr<EvsEnumerator> service,