Home
last modified time | relevance | path

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

/system/chre/platform/linux/
Dpal_gnss.cc46 std::thread gMeasurementStatusThread; variable
100 if (gMeasurementStatusThread.joinable()) { in stopMeasurementThreads()
101 gMeasurementStatusThread.join(); in stopMeasurementThreads()
135 gMeasurementStatusThread = std::thread(stopMeasurement); in chrePalControlMeasurementSession()