Lines Matching refs:GnssSession

202 GnssSession::GnssSession(uint16_t reportEventType)  in GnssSession()  function in chre::GnssSession
226 bool GnssSession::addRequest(Nanoapp *nanoapp, Milliseconds minInterval, in addRequest()
233 bool GnssSession::removeRequest(Nanoapp *nanoapp, const void *cookie) { in removeRequest()
239 void GnssSession::handleStatusChange(bool enabled, uint8_t errorCode) { in handleStatusChange()
246 auto *session = static_cast<GnssSession *>(data); in handleStatusChange()
259 void GnssSession::handleReportEvent(void *event) { in handleReportEvent()
284 void GnssSession::onSettingChanged(Setting setting, SettingState state) { in onSettingChanged()
297 bool GnssSession::updatePlatformRequest(bool forceUpdate) { in updatePlatformRequest()
323 void GnssSession::handleRequestStateResyncCallbackSync() { in handleRequestStateResyncCallbackSync()
333 void GnssSession::logStateToBuffer(DebugDumpWrapper &debugDump) const { in logStateToBuffer()
370 bool GnssSession::configure(Nanoapp *nanoapp, bool enable, in configure()
408 bool GnssSession::nanoappHasRequest(uint32_t instanceId, in nanoappHasRequest()
425 bool GnssSession::addRequestToQueue(uint32_t instanceId, bool enable, in addRequestToQueue()
442 bool GnssSession::isEnabled() const { in isEnabled()
446 bool GnssSession::stateTransitionIsRequired(bool requestedState, in stateTransitionIsRequired()
484 bool GnssSession::updateRequests(bool enable, Milliseconds minInterval, in updateRequests()
533 bool GnssSession::postAsyncResultEvent(uint32_t instanceId, bool success, in postAsyncResultEvent()
558 void GnssSession::postAsyncResultEventFatal(uint32_t instanceId, bool success, in postAsyncResultEventFatal()
569 void GnssSession::handleStatusChangeSync(bool enabled, uint8_t errorCode) { in handleStatusChangeSync()
613 void GnssSession::freeReportEventCallback(uint16_t eventType, void *eventData) { in freeReportEventCallback()
634 bool GnssSession::controlPlatform(bool enable, Milliseconds minInterval, in controlPlatform()
666 void GnssSession::addSessionRequestLog(uint32_t nanoappInstanceId, in addSessionRequestLog()
672 void GnssSession::dispatchQueuedStateTransitions() { in dispatchQueuedStateTransitions()