Home
last modified time | relevance | path

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

/system/chre/platform/linux/
Dpal_gnss.cc36 std::promise<void> gStopLocationEventsThread; variable
51 std::future<void> signal = gStopLocationEventsThread.get_future(); in sendLocationEvents()
87 gStopLocationEventsThread.set_value(); in stopLocationThreads()
114 gStopLocationEventsThread = std::promise<void>(); in chrePalControlLocationSession()