Home
last modified time | relevance | path

Searched refs:GnssSession (Results 1 – 2 of 2) sorted by relevance

/system/chre/core/
Dgnss_manager.cc236 GnssSession::GnssSession(uint16_t reportEventType) in GnssSession() function in chre::GnssSession
260 bool GnssSession::addRequest(Nanoapp *nanoapp, Milliseconds minInterval, in addRequest()
267 bool GnssSession::removeRequest(Nanoapp *nanoapp, const void *cookie) { in removeRequest()
273 void GnssSession::handleStatusChange(bool enabled, uint8_t errorCode) { in handleStatusChange()
280 auto *session = static_cast<GnssSession *>(data); in handleStatusChange()
293 void GnssSession::handleReportEvent(void *event) { in handleReportEvent()
319 void GnssSession::onSettingChanged(Setting setting, bool /*enabled*/) { in onSettingChanged()
332 bool GnssSession::updatePlatformRequest(bool forceUpdate) { in updatePlatformRequest()
359 void GnssSession::handleRequestStateResyncCallbackSync() { in handleRequestStateResyncCallbackSync()
369 void GnssSession::logStateToBuffer(DebugDumpWrapper &debugDump) const { in logStateToBuffer()
[all …]
/system/chre/core/include/chre/core/
Dgnss_manager.h38 class GnssSession {
241 GnssSession(uint16_t reportEventType);
414 GnssSession &getLocationSession() { in getLocationSession()
418 GnssSession &getMeasurementSession() { in getMeasurementSession()
472 friend class GnssSession;
478 GnssSession mLocationSession;
481 GnssSession mMeasurementSession;