Home
last modified time | relevance | path

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

/system/chre/apps/chqts/src/general_test/
Dbasic_gnss_test.cc39 if (!chreGnssLocationSessionStopAsync(nullptr /* cookie */)) { in testLocationSessionAsync()
/system/chre/platform/shared/
Dchre_api_gnss.cc50 DLL_EXPORT bool chreGnssLocationSessionStopAsync(const void *cookie) { in chreGnssLocationSessionStopAsync() function
/system/chre/chre_api/legacy/v1_2/chre/
Dgnss.h424 bool chreGnssLocationSessionStopAsync(const void *cookie);
/system/chre/chre_api/legacy/v1_1/chre/
Dgnss.h417 bool chreGnssLocationSessionStopAsync(const void *cookie);
/system/chre/chre_api/include/chre_api/chre/
Dgnss.h454 bool chreGnssLocationSessionStopAsync(const void *cookie);
/system/chre/apps/gnss_world/
Dgnss_world.cc80 if (chreGnssLocationSessionStopAsync( in makeLocationRequest()