Home
last modified time | relevance | path

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

/system/chre/platform/linux/
Dpal_audio.cc39 std::promise<void> gStopHandle0Thread; variable
47 gStopHandle0Thread.set_value(); in stopHandle0Thread()
71 std::future<void> signal = gStopHandle0Thread.get_future(); in sendHandle0Events()
98 gStopHandle0Thread = std::promise<void>(); in chrePalAudioApiRequestAudioDataEvent()