Searched refs:chreGnssLocationSessionStartAsync (Results 1 – 13 of 13) sorted by relevance
/system/chre/chre_api/include/chre_api/chre/ |
D | gnss.h | 458 bool chreGnssLocationSessionStartAsync(uint32_t minIntervalMs, 583 #define chreGnssLocationSessionStartAsync(...) \ macro
|
/system/chre/apps/test/chqts/src/general_test/ |
D | basic_gnss_test.cc | 35 if (!chreGnssLocationSessionStartAsync(1000 /* minIntervalMs */, in testLocationSessionAsync()
|
/system/chre/apps/test/common/permission_test/src/ |
D | permission_test.cc | 59 if (chreGnssLocationSessionStartAsync(kGnssMinInterval.toRawNanoseconds(), in checkGnssApis()
|
/system/chre/platform/shared/ |
D | chre_api_gnss.cc | 39 DLL_EXPORT bool chreGnssLocationSessionStartAsync(uint32_t minIntervalMs, in chreGnssLocationSessionStartAsync() function
|
D | nanoapp_loader.cc | 210 ADD_EXPORTED_C_SYMBOL(chreGnssLocationSessionStartAsync),
|
/system/chre/chre_api/legacy/v1_1/chre/ |
D | gnss.h | 390 bool chreGnssLocationSessionStartAsync(uint32_t minIntervalMs,
|
/system/chre/chre_api/legacy/v1_2/chre/ |
D | gnss.h | 397 bool chreGnssLocationSessionStartAsync(uint32_t minIntervalMs,
|
/system/chre/chre_api/legacy/v1_4/chre/ |
D | gnss.h | 441 bool chreGnssLocationSessionStartAsync(uint32_t minIntervalMs,
|
/system/chre/chre_api/legacy/v1_3/chre/ |
D | gnss.h | 427 bool chreGnssLocationSessionStartAsync(uint32_t minIntervalMs,
|
/system/chre/apps/gnss_world/ |
D | gnss_world.cc | 66 if (chreGnssLocationSessionStartAsync( in makeLocationRequest()
|
/system/chre/apps/power_test/common/ |
D | request_manager.cc | 164 success = chreGnssLocationSessionStartAsync( in requestGnssLocation()
|
/system/chre/apps/test/common/chre_stress_test/src/ |
D | chre_stress_test_manager.cc | 459 success = chreGnssLocationSessionStartAsync( in makeGnssLocationRequest()
|
/system/chre/apps/test/common/chre_settings_test/src/ |
D | chre_settings_test_manager.cc | 312 success = chreGnssLocationSessionStartAsync(1000 /* minIntervalMs */, in startTestForFeature()
|