Home
last modified time | relevance | path

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

/aosp12/system/chre/core/
H A Dgnss_manager.cc202 GnssSession::GnssSession(uint16_t reportEventType) in GnssSession() function in chre::GnssSession
246 auto *session = static_cast<GnssSession *>(data); in handleStatusChange()
259 void GnssSession::handleReportEvent(void *event) { in handleReportEvent()
297 bool GnssSession::updatePlatformRequest(bool forceUpdate) { in updatePlatformRequest()
323 void GnssSession::handleRequestStateResyncCallbackSync() { in handleRequestStateResyncCallbackSync()
370 bool GnssSession::configure(Nanoapp *nanoapp, bool enable, in configure()
408 bool GnssSession::nanoappHasRequest(uint32_t instanceId, in nanoappHasRequest()
442 bool GnssSession::isEnabled() const { in isEnabled()
446 bool GnssSession::stateTransitionIsRequired(bool requestedState, in stateTransitionIsRequired()
666 void GnssSession::addSessionRequestLog(uint32_t nanoappInstanceId, in addSessionRequestLog()
[all …]
/aosp12/system/chre/core/include/chre/core/
H A Dgnss_manager.h37 class GnssSession {
227 GnssSession(uint16_t reportEventType);
400 GnssSession &getLocationSession() { in getLocationSession()
404 GnssSession &getMeasurementSession() { in getMeasurementSession()
448 friend class GnssSession;
454 GnssSession mLocationSession;
457 GnssSession mMeasurementSession;