Home
last modified time | relevance | path

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

/system/chre/platform/shared/
Dchre_api_gnss.cc73 DLL_EXPORT bool chreGnssMeasurementSessionStopAsync(const void *cookie) { in chreGnssMeasurementSessionStopAsync() function
/system/chre/chre_api/legacy/v1_2/chre/
Dgnss.h475 bool chreGnssMeasurementSessionStopAsync(const void *cookie);
/system/chre/chre_api/legacy/v1_1/chre/
Dgnss.h468 bool chreGnssMeasurementSessionStopAsync(const void *cookie);
/system/chre/chre_api/include/chre_api/chre/
Dgnss.h505 bool chreGnssMeasurementSessionStopAsync(const void *cookie);
/system/chre/apps/gnss_world/
Dgnss_world.cc106 if (chreGnssMeasurementSessionStopAsync( in makeMeasurementRequest()