• Home
  • Raw
  • Download

Lines Matching refs:mSessionId

789         uint32_t mSessionId;  in gnssDeleteAidingDataCommand()  member
798 mSessionId(sessionId), in gnssDeleteAidingDataCommand()
803 mAdapter.reportResponse(err, mSessionId); in gnssDeleteAidingDataCommand()
1238 uint32_t mSessionId; in startTrackingCommand() member
1249 mSessionId(sessionId), in startTrackingCommand()
1262 mAdapter.saveTrackingSession(mClient, mSessionId, mOptions); in startTrackingCommand()
1265 mAdapter.reportResponse(mClient, err, mSessionId); in startTrackingCommand()
1383 uint32_t mSessionId; in updateTrackingOptionsCommand() member
1394 mSessionId(sessionId), in updateTrackingOptionsCommand()
1397 if (mAdapter.isTrackingSession(mClient, mSessionId)) { in updateTrackingOptionsCommand()
1403 err = mAdapter.updateTrackingMultiplex(mClient, mSessionId, mOptions); in updateTrackingOptionsCommand()
1405 mAdapter.saveTrackingSession(mClient, mSessionId, mOptions); in updateTrackingOptionsCommand()
1408 mAdapter.reportResponse(mClient, err, mSessionId); in updateTrackingOptionsCommand()
1467 uint32_t mSessionId; in stopTrackingCommand() member
1476 mSessionId(sessionId) {} in stopTrackingCommand()
1478 if (mAdapter.isTrackingSession(mClient, mSessionId)) { in stopTrackingCommand()
1481 err = mAdapter.stopTrackingMultiplex(mClient, mSessionId); in stopTrackingCommand()
1483 mAdapter.eraseTrackingSession(mClient, mSessionId); in stopTrackingCommand()
1485 mAdapter.reportResponse(mClient, err, mSessionId); in stopTrackingCommand()
1624 uint32_t mSessionId; in gnssNiResponseCommand() member
1633 mSessionId(sessionId), in gnssNiResponseCommand()
1642 if (mSessionId == niData.sessionEs.reqID && in gnssNiResponseCommand()
1654 } else if (mSessionId == niData.session.reqID && in gnssNiResponseCommand()
1661 __func__, mResponse, mSessionId); in gnssNiResponseCommand()
1670 __func__, mSessionId); in gnssNiResponseCommand()
1673 mAdapter.reportResponse(mClient, err, mSessionId); in gnssNiResponseCommand()
1722 uint32_t mSessionId; in enableCommand() member
1733 mSessionId(sessionId), in enableCommand()
1744 mAdapter.setPowerVoteId(mSessionId); in enableCommand()
1747 mAdapter.reportResponse(err, mSessionId); in enableCommand()
1769 uint32_t mSessionId; in disableCommand() member
1778 mSessionId(sessionId) {} in disableCommand()
1782 if (powerVoteId != mSessionId) { in disableCommand()
1789 mAdapter.reportResponse(err, mSessionId); in disableCommand()