Searched refs:releaseLocationEvent (Results 1 - 4 of 4) sorted by relevance

/system/chre/platform/include/chre/platform/
H A Dplatform_gnss.h66 void releaseLocationEvent(chreGnssLocationEvent *event);
/system/chre/platform/shared/
H A Dplatform_gnss.cc81 void PlatformGnss::releaseLocationEvent(chreGnssLocationEvent *event) { function in class:chre::PlatformGnss
84 mGnssApi->releaseLocationEvent(event);
/system/chre/pal/include/chre/pal/
H A Dgnss.h96 * to the releaseLocationEvent function in struct chrePalGnssApi.
200 void (*releaseLocationEvent)(struct chreGnssLocationEvent *event); member in struct:chrePalGnssApi
/system/chre/core/
H A Dgnss_request_manager.cc405 mPlatformGnss.releaseLocationEvent(event);

Completed in 197 milliseconds