Searched refs:minTimeToNext (Results 1 – 2 of 2) sorted by relevance
/system/chre/core/include/chre/core/ |
D | gnss_manager.h | 51 Milliseconds minTimeToNext, const void *cookie); 176 Milliseconds minTimeToNext, const void *cookie); 289 Milliseconds minTimeToNext);
|
/system/chre/core/ |
D | gnss_manager.cc | 71 Milliseconds minTimeToNext, const void *cookie) { in addRequest() argument 73 return configure(nanoapp, true /* enable */, minInterval, minTimeToNext, in addRequest() 140 Milliseconds minTimeToNext, const void *cookie) { in configure() argument 151 success = controlPlatform(enable, minInterval, minTimeToNext); in configure()
|