Home
last modified time | relevance | path

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

/system/chre/platform/linux/
Dpal_gnss.cc35 std::thread gLocationEventsThread; variable
86 if (gLocationEventsThread.joinable()) { in stopLocationThreads()
88 gLocationEventsThread.join(); in stopLocationThreads()
115 gLocationEventsThread = std::thread(sendLocationEvents, minIntervalMs); in chrePalControlLocationSession()