Home
last modified time | relevance | path

Searched refs:EvsHotplugThread (Results 1 – 6 of 6) sorted by relevance

/packages/services/Car/cpp/evs/sampleDriver/hidl/
Dservice.cpp57 std::thread hotplugHandler(EvsEnumerator::EvsHotplugThread, std::ref(running)); in main()
DEvsEnumerator.h77 static void EvsHotplugThread(std::atomic<bool>& running);
DEvsEnumerator.cpp74 void EvsEnumerator::EvsHotplugThread(std::atomic<bool>& running) { in EvsHotplugThread() function in android::hardware::automotive::evs::V1_1::implementation::EvsEnumerator
/packages/services/Car/cpp/evs/sampleDriver/aidl/src/
Dservice.cpp69 std::thread hotplugHandler(EvsEnumerator::EvsHotplugThread, service, std::ref(running)); in main()
DEvsEnumerator.cpp79 void EvsEnumerator::EvsHotplugThread(std::shared_ptr<EvsEnumerator> service, in EvsHotplugThread() function in aidl::android::hardware::automotive::evs::implementation::EvsEnumerator
/packages/services/Car/cpp/evs/sampleDriver/aidl/include/
DEvsEnumerator.h82 static void EvsHotplugThread(std::shared_ptr<EvsEnumerator> service,