Home
last modified time | relevance | path

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

/system/chre/core/
Dgnss_manager.cc46 GnssSession::GnssSession(uint16_t reportEventType) in GnssSession() function in chre::GnssSession
70 bool GnssSession::addRequest(Nanoapp *nanoapp, Milliseconds minInterval, in addRequest()
77 bool GnssSession::removeRequest(Nanoapp *nanoapp, const void *cookie) { in removeRequest()
83 void GnssSession::handleStatusChange(bool enabled, uint8_t errorCode) { in handleStatusChange()
87 GnssSession *session; in handleStatusChange()
109 void GnssSession::handleReportEvent(void *event) { in handleReportEvent()
114 void GnssSession::logStateToBuffer( in logStateToBuffer()
138 bool GnssSession::configure( in configure()
167 bool GnssSession::nanoappHasRequest( in nanoappHasRequest()
184 bool GnssSession::addRequestToQueue( in addRequestToQueue()
[all …]
/system/chre/core/include/chre/core/
Dgnss_manager.h35 class GnssSession {
161 GnssSession(uint16_t reportEventType);
318 GnssSession& getLocationSession() { in getLocationSession()
322 GnssSession& getMeasurementSession() { in getMeasurementSession()
341 friend class GnssSession;
347 GnssSession mLocationSession;
350 GnssSession mMeasurementSession;