Home
last modified time | relevance | path

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

/system/chre/core/
Dgnss_manager.cc202 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()
[all …]
/system/chre/core/include/chre/core/
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;