HomeSort by relevance Sort by last modified time
    Searched defs:cmdId (Results 1 - 9 of 9) sorted by null

  /system/netd/include/
FwmarkCommand.h 72 } cmdId;
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/rtt/
RttNativeTest.java 116 int cmdId = 55;
120 mDut.rangeRequest(cmdId, request, true);
123 verify(mockRttController).rangeRequest(eq(cmdId), mRttConfigCaptor.capture());
164 int cmdId = 66;
171 mDut.rangeRequest(cmdId, request, false);
174 verify(mockRttController).rangeRequest(eq(cmdId), mRttConfigCaptor.capture());
209 int cmdId = 55;
224 mDut.rangeRequest(cmdId, request, true);
227 verify(mockRttController).rangeRequest(eq(cmdId), mRttConfigCaptor.capture());
264 int cmdId = 55
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/rtt/
RttServiceImpl.java 491 public void onRangingResults(int cmdId, List<RttResult> results) {
492 if (VDBG) Log.v(TAG, "onRangingResults: cmdId=" + cmdId);
494 mRttServiceSynchronized.onRangingResults(cmdId, results);
568 mRttNative.rangeCancel(rri.cmdId, macAddresses);
627 Log.d(TAG, "Client death - cancelling RTT operation in progress: cmdId="
628 + rri.cmdId);
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiVendorHal.java 694 public int cmdId;
701 cmdId = id;
820 ok(iface.stopBackgroundScan(mScan.cmdId));
825 status = iface.startBackgroundScan(scan.cmdId, scan.param);
850 ok(iface.stopBackgroundScan(mScan.cmdId));
871 status = iface.stopBackgroundScan(mScan.cmdId);
893 status = iface.startBackgroundScan(mScan.cmdId, mScan.param);
    [all...]
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
WifiVendorHalTest.java     [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-7.0.0_r1-robolectric-0.jar 
android-all-8.0.0_r4-robolectric-r1.jar 
android-all-8.1.0-robolectric-r4458339.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 

Completed in 515 milliseconds