/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/rtt/ |
D | RttNativeTest.java | 127 int cmdId = 55; in testRangeRequest() local 131 mDut.rangeRequest(cmdId, request, true); in testRangeRequest() 134 verify(mockRttController).rangeRequest(eq(cmdId), mRttConfigCaptor.capture()); in testRangeRequest() 175 int cmdId = 66; in testRangeRequestNotPrivilegedNo80211mcSupportMixed() local 182 mDut.rangeRequest(cmdId, request, false); in testRangeRequestNotPrivilegedNo80211mcSupportMixed() 185 verify(mockRttController).rangeRequest(eq(cmdId), mRttConfigCaptor.capture()); in testRangeRequestNotPrivilegedNo80211mcSupportMixed() 220 int cmdId = 55; in testRangeRequestWithLimitedCapabilities() local 235 mDut.rangeRequest(cmdId, request, true); in testRangeRequestWithLimitedCapabilities() 238 verify(mockRttController).rangeRequest(eq(cmdId), mRttConfigCaptor.capture()); in testRangeRequestWithLimitedCapabilities() 275 int cmdId = 55; in testRangeRequestWithLimitedCapabilitiesNoOverlap() local [all …]
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/rtt/ |
D | RttNative.java | 184 public boolean rangeRequest(int cmdId, RangingRequest request, in rangeRequest() argument 188 "rangeRequest: cmdId=" + cmdId + ", # of requests=" + request.mRttPeers.size()); in rangeRequest() 206 mRttService.onRangingResults(cmdId, new ArrayList<>()); in rangeRequest() 211 WifiStatus status = mIWifiRttController.rangeRequest(cmdId, rttConfig); in rangeRequest() 233 public boolean rangeCancel(int cmdId, ArrayList<byte[]> macAddresses) { in rangeCancel() argument 234 if (mDbg) Log.v(TAG, "rangeCancel: cmdId=" + cmdId); in rangeCancel() 242 WifiStatus status = mIWifiRttController.rangeCancel(cmdId, macAddresses); in rangeCancel() 264 public void onResults(int cmdId, ArrayList<RttResult> halResults) { in onResults() argument 265 if (mDbg) Log.v(TAG, "onResults: cmdId=" + cmdId + ", # of results=" + halResults.size()); in onResults() 277 mRttService.onRangingResults(cmdId, halResults); in onResults()
|
D | RttServiceImpl.java | 519 public void onRangingResults(int cmdId, List<RttResult> results) { in onRangingResults() argument 520 if (VDBG) Log.v(TAG, "onRangingResults: cmdId=" + cmdId); in onRangingResults() 522 mRttServiceSynchronized.onRangingResults(cmdId, results); in onRangingResults() 596 mRttNative.rangeCancel(rri.cmdId, macAddresses); in cancelRanging() 656 + rri.cmdId); in cleanUpClientRequests() 851 nextRequest.cmdId = mNextCommandId++; in startRanging() 852 if (mRttNative.rangeRequest(nextRequest.cmdId, nextRequest.request, in startRanging() 1074 private void onRangingResults(int cmdId, List<RttResult> results) { in onRangingResults() argument 1084 Log.v(TAG, "RttServiceSynchronized.onRangingResults: cmdId=" + cmdId in onRangingResults() 1089 if (topOfQueueRequest.cmdId != cmdId) { in onRangingResults() [all …]
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
D | WifiVendorHal.java | 653 public int cmdId; field in WifiVendorHal.CurrentBackgroundScan 660 cmdId = id; in CurrentBackgroundScan() 779 ok(iface.stopBackgroundScan(mScan.cmdId)); in startBgScan() 784 status = iface.startBackgroundScan(scan.cmdId, scan.param); in startBgScan() 809 ok(iface.stopBackgroundScan(mScan.cmdId)); in stopBgScan() 830 status = iface.stopBackgroundScan(mScan.cmdId); in pauseBgScan() 852 status = iface.startBackgroundScan(mScan.cmdId, mScan.param); in restartBgScan() 1379 int cmdId = 0; // We only aspire to support one program at a time in installPacketFilter() local 1388 WifiStatus status = iface.installApfPacketFilter(cmdId, program); in installPacketFilter() 2649 int cmdId, ArrayList<StaScanData> scanDatas) { in hidlToFrameworkScanDatas() argument [all …]
|
/frameworks/base/core/java/com/android/ims/internal/uce/presence/ |
D | PresCmdStatus.java | 47 public void setCmdId(PresCmdId cmdId) { in setCmdId() argument 48 this.mCmdId = cmdId; in setCmdId()
|
D | PresSipResponse.java | 46 public void setCmdId(PresCmdId cmdId) { in setCmdId() argument 47 this.mCmdId = cmdId; in setCmdId()
|
/frameworks/base/core/java/com/android/ims/internal/uce/options/ |
D | OptionsSipResponse.java | 46 public void setCmdId(OptionsCmdId cmdId) { in setCmdId() argument 47 this.mCmdId = cmdId; in setCmdId()
|
D | OptionsCmdStatus.java | 46 public void setCmdId(OptionsCmdId cmdId) { in setCmdId() argument 47 this.mCmdId = cmdId; in setCmdId()
|
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/ |
D | WifiVendorHalTest.java | 2086 mIWifiStaIfaceEventCallback.onBackgroundScanFailure(mWifiVendorHal.mScan.cmdId); in testBgScanFailureCallback() 2101 mIWifiStaIfaceEventCallback.onBackgroundScanFailure(mWifiVendorHal.mScan.cmdId + 1); in testBgScanFailureCallbackWithInvalidCmdId() 2118 mWifiVendorHal.mScan.cmdId, 5, result.first); in testBgScanFullScanResults() 2140 mWifiVendorHal.mScan.cmdId, data.first); in testBgScanScanResults() 2157 int cmdId1 = mWifiVendorHal.mScan.cmdId; in testBgScanReplacement() 2159 assertNotEquals(mWifiVendorHal.mScan.cmdId, cmdId1); in testBgScanReplacement() 2175 int cmdId = mWifiVendorHal.mScan.cmdId; in testBgScanStop() local 2179 verify(mIWifiStaIface).stopBackgroundScan(cmdId); // Should be called just once in testBgScanStop() 2193 int cmdId = mWifiVendorHal.mScan.cmdId; in testBgScanPauseAndRestart() local 2197 verify(mIWifiStaIface).stopBackgroundScan(cmdId); // Should be called just once in testBgScanPauseAndRestart() [all …]
|