Lines Matching refs:mSessionId
834 uint32_t mSessionId; in gnssDeleteAidingDataCommand() member
843 mSessionId(sessionId), in gnssDeleteAidingDataCommand()
848 mAdapter.reportResponse(err, mSessionId); in gnssDeleteAidingDataCommand()
1320 uint32_t mSessionId; in startTrackingCommand() member
1331 mSessionId(sessionId), in startTrackingCommand()
1344 mAdapter.saveTrackingSession(mClient, mSessionId, mOptions); in startTrackingCommand()
1347 mAdapter.reportResponse(mClient, err, mSessionId); in startTrackingCommand()
1465 uint32_t mSessionId; in updateTrackingOptionsCommand() member
1476 mSessionId(sessionId), in updateTrackingOptionsCommand()
1479 if (mAdapter.isTrackingSession(mClient, mSessionId)) { in updateTrackingOptionsCommand()
1485 err = mAdapter.updateTrackingMultiplex(mClient, mSessionId, mOptions); in updateTrackingOptionsCommand()
1487 mAdapter.saveTrackingSession(mClient, mSessionId, mOptions); in updateTrackingOptionsCommand()
1490 mAdapter.reportResponse(mClient, err, mSessionId); in updateTrackingOptionsCommand()
1549 uint32_t mSessionId; in stopTrackingCommand() member
1558 mSessionId(sessionId) {} in stopTrackingCommand()
1560 if (mAdapter.isTrackingSession(mClient, mSessionId)) { in stopTrackingCommand()
1563 err = mAdapter.stopTrackingMultiplex(mClient, mSessionId); in stopTrackingCommand()
1565 mAdapter.eraseTrackingSession(mClient, mSessionId); in stopTrackingCommand()
1567 mAdapter.reportResponse(mClient, err, mSessionId); in stopTrackingCommand()
1707 uint32_t mSessionId; in gnssNiResponseCommand() member
1716 mSessionId(sessionId), in gnssNiResponseCommand()
1725 if (mSessionId == niData.sessionEs.reqID && in gnssNiResponseCommand()
1737 } else if (mSessionId == niData.session.reqID && in gnssNiResponseCommand()
1744 __func__, mResponse, mSessionId); in gnssNiResponseCommand()
1753 __func__, mSessionId); in gnssNiResponseCommand()
1756 mAdapter.reportResponse(mClient, err, mSessionId); in gnssNiResponseCommand()
1805 uint32_t mSessionId; in enableCommand() member
1816 mSessionId(sessionId), in enableCommand()
1827 mAdapter.setPowerVoteId(mSessionId); in enableCommand()
1832 mAdapter.reportResponse(err, mSessionId); in enableCommand()
1854 uint32_t mSessionId; in disableCommand() member
1863 mSessionId(sessionId) {} in disableCommand()
1867 if (powerVoteId != mSessionId) { in disableCommand()
1876 mAdapter.reportResponse(err, mSessionId); in disableCommand()