Home
last modified time | relevance | path

Searched refs:getGnssManager (Results 1 – 4 of 4) sorted by relevance

/system/chre/platform/shared/
Dchre_api_gnss.cc28 return chre::EventLoopManagerSingleton::get()->getGnssManager() in chreGnssGetCapabilities()
36 return chre::EventLoopManagerSingleton::get()->getGnssManager() in chreGnssLocationSessionStartAsync()
44 return chre::EventLoopManagerSingleton::get()->getGnssManager() in chreGnssLocationSessionStopAsync()
51 return chre::EventLoopManagerSingleton::get()->getGnssManager() in chreGnssMeasurementSessionStartAsync()
59 return chre::EventLoopManagerSingleton::get()->getGnssManager() in chreGnssMeasurementSessionStopAsync()
Dplatform_gnss.cc96 EventLoopManagerSingleton::get()->getGnssManager().getLocationSession() in locationStatusChangeCallback()
102 EventLoopManagerSingleton::get()->getGnssManager().getLocationSession() in locationEventCallback()
126 EventLoopManagerSingleton::get()->getGnssManager().getMeasurementSession() in measurementStatusChangeCallback()
132 EventLoopManagerSingleton::get()->getGnssManager().getMeasurementSession() in measurementEventCallback()
/system/chre/core/
Dgnss_manager.cc396 EventLoopManagerSingleton::get()->getGnssManager().mPlatformGnss in freeReportEventCallback()
402 EventLoopManagerSingleton::get()->getGnssManager().mPlatformGnss in freeReportEventCallback()
420 success = EventLoopManagerSingleton::get()->getGnssManager().mPlatformGnss in controlPlatform()
425 success = EventLoopManagerSingleton::get()->getGnssManager().mPlatformGnss in controlPlatform()
/system/chre/core/include/chre/core/
Devent_loop_manager.h159 GnssManager& getGnssManager() { in getGnssManager() function