Lines Matching refs:GnssSession
46 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()
201 bool GnssSession::isEnabled() const { in isEnabled()
205 bool GnssSession::stateTransitionIsRequired( in stateTransitionIsRequired()
241 bool GnssSession::updateRequests( in updateRequests()
281 bool GnssSession::postAsyncResultEvent( in postAsyncResultEvent()
309 void GnssSession::postAsyncResultEventFatal( in postAsyncResultEventFatal()
318 void GnssSession::handleStatusChangeSync(bool enabled, uint8_t errorCode) { in handleStatusChangeSync()
370 void GnssSession::freeReportEventCallback(uint16_t eventType, void *eventData) { in freeReportEventCallback()
389 bool GnssSession::controlPlatform( in controlPlatform()