Home
last modified time | relevance | path

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

/system/chre/platform/shared/
Dchre_api_gnss.cc29 return chre::EventLoopManagerSingleton::get()->getGnssManager() in chreGnssGetCapabilities()
41 return chre::EventLoopManagerSingleton::get()->getGnssManager() in chreGnssLocationSessionStartAsync()
53 return chre::EventLoopManagerSingleton::get()->getGnssManager() in chreGnssLocationSessionStopAsync()
64 return chre::EventLoopManagerSingleton::get()->getGnssManager() in chreGnssMeasurementSessionStartAsync()
76 return chre::EventLoopManagerSingleton::get()->getGnssManager() in chreGnssMeasurementSessionStopAsync()
Dplatform_gnss.cc94 EventLoopManagerSingleton::get()->getGnssManager().getLocationSession() in locationStatusChangeCallback()
100 EventLoopManagerSingleton::get()->getGnssManager().getLocationSession() in locationEventCallback()
124 EventLoopManagerSingleton::get()->getGnssManager().getMeasurementSession() in measurementStatusChangeCallback()
130 EventLoopManagerSingleton::get()->getGnssManager().getMeasurementSession() in measurementEventCallback()
/system/chre/core/
Dgnss_manager.cc373 EventLoopManagerSingleton::get()->getGnssManager().mPlatformGnss in freeReportEventCallback()
379 EventLoopManagerSingleton::get()->getGnssManager().mPlatformGnss in freeReportEventCallback()
397 success = EventLoopManagerSingleton::get()->getGnssManager().mPlatformGnss in controlPlatform()
402 success = EventLoopManagerSingleton::get()->getGnssManager().mPlatformGnss in controlPlatform()
/system/chre/core/include/chre/core/
Devent_loop_manager.h162 GnssManager& getGnssManager() { in getGnssManager() function