Home
last modified time | relevance | path

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

/system/chre/apps/chqts/src/general_test/
Dbasic_gnss_test.cc33 if (!chreGnssLocationSessionStartAsync( in testLocationSessionAsync()
/system/chre/platform/shared/
Dchre_api_gnss.cc36 DLL_EXPORT bool chreGnssLocationSessionStartAsync(uint32_t minIntervalMs, in chreGnssLocationSessionStartAsync() function
/system/chre/chre_api/legacy/v1_2/chre/
Dgnss.h397 bool chreGnssLocationSessionStartAsync(uint32_t minIntervalMs,
/system/chre/chre_api/legacy/v1_1/chre/
Dgnss.h390 bool chreGnssLocationSessionStartAsync(uint32_t minIntervalMs,
/system/chre/chre_api/include/chre_api/chre/
Dgnss.h427 bool chreGnssLocationSessionStartAsync(uint32_t minIntervalMs,
/system/chre/apps/gnss_world/
Dgnss_world.cc71 if (chreGnssLocationSessionStartAsync( in makeLocationRequest()