Home
last modified time | relevance | path

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

/chre-3.4.0/platform/linux/
Dpal_wifi.cc37 std::thread gScanMonitorStatusThread; variable
63 if (gScanMonitorStatusThread.joinable()) { in stopScanMonitorThreads()
64 gScanMonitorStatusThread.join(); in stopScanMonitorThreads()
76 gScanMonitorStatusThread = std::thread(sendScanMonitorResponse, enable); in chrePalWifiConfigureScanMonitor()