• Home
  • Raw
  • Download

Lines Matching refs:mSessionId

786         uint32_t mSessionId;  in gnssDeleteAidingDataCommand()  member
795 mSessionId(sessionId), in gnssDeleteAidingDataCommand()
800 mAdapter.reportResponse(err, mSessionId); in gnssDeleteAidingDataCommand()
1232 uint32_t mSessionId; in startTrackingCommand() member
1243 mSessionId(sessionId), in startTrackingCommand()
1256 mAdapter.saveTrackingSession(mClient, mSessionId, mOptions); in startTrackingCommand()
1259 mAdapter.reportResponse(mClient, err, mSessionId); in startTrackingCommand()
1377 uint32_t mSessionId; in updateTrackingOptionsCommand() member
1388 mSessionId(sessionId), in updateTrackingOptionsCommand()
1391 if (mAdapter.isTrackingSession(mClient, mSessionId)) { in updateTrackingOptionsCommand()
1397 err = mAdapter.updateTrackingMultiplex(mClient, mSessionId, mOptions); in updateTrackingOptionsCommand()
1399 mAdapter.saveTrackingSession(mClient, mSessionId, mOptions); in updateTrackingOptionsCommand()
1402 mAdapter.reportResponse(mClient, err, mSessionId); in updateTrackingOptionsCommand()
1461 uint32_t mSessionId; in stopTrackingCommand() member
1470 mSessionId(sessionId) {} in stopTrackingCommand()
1472 if (mAdapter.isTrackingSession(mClient, mSessionId)) { in stopTrackingCommand()
1475 err = mAdapter.stopTrackingMultiplex(mClient, mSessionId); in stopTrackingCommand()
1477 mAdapter.eraseTrackingSession(mClient, mSessionId); in stopTrackingCommand()
1479 mAdapter.reportResponse(mClient, err, mSessionId); in stopTrackingCommand()
1618 uint32_t mSessionId; in gnssNiResponseCommand() member
1627 mSessionId(sessionId), in gnssNiResponseCommand()
1636 if (mSessionId == niData.sessionEs.reqID && in gnssNiResponseCommand()
1648 } else if (mSessionId == niData.session.reqID && in gnssNiResponseCommand()
1655 __func__, mResponse, mSessionId); in gnssNiResponseCommand()
1664 __func__, mSessionId); in gnssNiResponseCommand()
1667 mAdapter.reportResponse(mClient, err, mSessionId); in gnssNiResponseCommand()
1716 uint32_t mSessionId; in enableCommand() member
1727 mSessionId(sessionId), in enableCommand()
1738 mAdapter.setPowerVoteId(mSessionId); in enableCommand()
1741 mAdapter.reportResponse(err, mSessionId); in enableCommand()
1763 uint32_t mSessionId; in disableCommand() member
1772 mSessionId(sessionId) {} in disableCommand()
1776 if (powerVoteId != mSessionId) { in disableCommand()
1783 mAdapter.reportResponse(err, mSessionId); in disableCommand()