Home
last modified time | relevance | path

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

/device/google/trout/hal/audiocontrol/aidl/1.0/libandroid_audio_controller/
Dandroid_audio_controller.cpp84 std::thread mRequestWorkerThread; member in android::hardware::automotive::audiocontrol::V2_0::implementation::AudioFocusControllerImpl
119 : mRequestWorkerThread(std::bind(&AudioFocusControllerImpl::RequestWorker, this)) {} in AudioFocusControllerImpl()
123 if (mRequestWorkerThread.joinable()) { in ~AudioFocusControllerImpl()
124 mRequestWorkerThread.join(); in ~AudioFocusControllerImpl()