Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/distributed_audio/services/test_example/
H A Ddistributedaudiotest.cpp141 static std::thread g_capingThread; variable
589 g_capingThread = std::thread(Capture); in StartCapture()
599 g_capingThread = std::thread(Capture); in StartCapture()
622 if (g_capingThread.joinable()) { in StopCapture()
623 g_capingThread.join(); in StopCapture()