Home
last modified time | relevance | path

Searched defs:cmdId (Results 1 – 14 of 14) sorted by relevance

/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/rtt/
H A DRttNativeTest.java135 int cmdId = 55; in testRangeRequest() local
193 int cmdId = 55; in testRangeRequestWithLimitedCapabilities() local
248 int cmdId = 55; in testRangeRequestWithLimitedCapabilitiesNoOverlap() local
288 int cmdId = 55; in testWifiDown() local
330 int cmdId = 66; in testRangeCancel() local
351 int cmdId = 55; in testRangeResults() local
392 int cmdId = 66; in testRangeResultsNullArray() local
405 int cmdId = 77; in testRangeResultsSomeNulls() local
430 int cmdId = 88; in testRangingWithInvalidParameterCombination() local
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/rtt/
H A DRttNative.java273 public boolean rangeRequest(int cmdId, RangingRequest request, in rangeRequest()
295 private boolean sendRangeRequest(int cmdId, RangingRequest request, in sendRangeRequest()
323 private boolean sendRangeRequest14(int cmdId, RangingRequest request, in sendRangeRequest14()
361 public boolean rangeCancel(int cmdId, ArrayList<byte[]> macAddresses) { in rangeCancel()
696 public void onResults(int cmdId, ArrayList<RttResult> halResults) { in onResults()
716 public void onResults(int cmdId, ArrayList<RttResult> halResults) { in onResults()
722 public void onResults_1_4(int cmdId, in onResults_1_4()
H A DRttServiceImpl.java499 public void onRangingResults(int cmdId, List<RangingResult> results) { in onRangingResults()
1041 private void onRangingResults(int cmdId, List<RangingResult> results) { in onRangingResults()
1198 public int cmdId = 0; // uninitialized cmdId value field in RttServiceImpl.RttRequestInfo
/aosp12/hardware/interfaces/wifi/1.4/vts/functional/
H A Dwifi_rtt_controller_hidl_test.cpp166 int cmdId = 55; in TEST_P() local
219 int cmdId = 55; in TEST_P() local
278 int cmdId = 55; in TEST_P() local
/aosp12/system/netd/client/
H A DFwmarkClient.cpp39 bool commandHasFd(int cmdId) { in commandHasFd()
/aosp12/frameworks/base/core/java/com/android/ims/internal/uce/presence/
H A DPresCmdStatus.java48 public void setCmdId(PresCmdId cmdId) { in setCmdId()
H A DPresSipResponse.java48 public void setCmdId(PresCmdId cmdId) { in setCmdId()
/aosp12/frameworks/base/core/java/com/android/ims/internal/uce/options/
H A DOptionsCmdStatus.java47 public void setCmdId(OptionsCmdId cmdId) { in setCmdId()
H A DOptionsSipResponse.java48 public void setCmdId(OptionsCmdId cmdId) { in setCmdId()
/aosp12/system/netd/server/
H A DFwmarkServer.cpp91 static bool hasDestinationAddress(FwmarkCommand::CmdId cmdId, bool redirectSocketCalls) { in hasDestinationAddress()
/aosp12/system/netd/include/
H A DFwmarkCommand.h75 } cmdId; member
/aosp12/hardware/qcom/wlan/qcwcn/wifi_hal/
H A Dwificonfig.cpp697 wifi_error WiFiConfigCommand::create_generic(u8 cmdId) in create_generic()
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DWifiVendorHal.java876 public int cmdId; field in WifiVendorHal.CurrentBackgroundScan
1913 int cmdId = 0; // We only aspire to support one program at a time in installPacketFilter() local
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DWifiVendorHalTest.java2720 int cmdId = mWifiVendorHal.mScan.cmdId; in testBgScanStop() local
2738 int cmdId = mWifiVendorHal.mScan.cmdId; in testBgScanPauseAndRestart() local