HomeSort by relevance Sort by last modified time
    Searched refs:cmdId (Results 1 - 25 of 28) sorted by null

1 2

  /hardware/interfaces/wifi/1.0/
IWifiStaIfaceEventCallback.hal 24 * @param cmdId command ID corresponding to the request.
26 oneway onBackgroundScanFailure(CommandId cmdId);
33 * @param cmdId command ID corresponding to the request.
39 CommandId cmdId, uint32_t bucketsScanned, StaScanResult result);
47 * @param cmdId command ID corresponding to the request.
50 oneway onBackgroundScanResults(CommandId cmdId, vec<StaScanData> scanDatas);
56 * @param cmdId command ID corresponding to the request.
60 oneway onRssiThresholdBreached(CommandId cmdId, Bssid currBssid, Rssi currRssi);
IWifiNanIface.hal 48 * @param cmdId command Id to use for this invocation.
55 getCapabilitiesRequest(CommandIdShort cmdId) generates (WifiStatus status);
64 * @param cmdId command Id to use for this invocation.
73 enableRequest(CommandIdShort cmdId, NanEnableRequest msg)
81 * @param cmdId command Id to use for this invocation.
90 configRequest(CommandIdShort cmdId, NanConfigRequest msg)
97 * @param cmdId command Id to use for this invocation.
104 disableRequest(CommandIdShort cmdId) generates (WifiStatus status);
110 * @param cmdId command Id to use for this invocation.
119 startPublishRequest(CommandIdShort cmdId, NanPublishRequest msg
    [all...]
IWifiRttController.hal 56 * @param cmdId command Id to use for this invocation.
66 rangeRequest(CommandId cmdId, vec<RttConfig> rttConfigs)
72 * @param cmdId command Id corresponding to the original request.
82 rangeCancel(CommandId cmdId, vec<MacAddress> addrs)
101 * @param cmdId command Id to use for this invocation.
111 setLci(CommandId cmdId, RttLciInformation lci) generates (WifiStatus status);
117 * @param cmdId command Id to use for this invocation.
127 setLcr(CommandId cmdId, RttLcrInformation lcr) generates (WifiStatus status);
145 * @param cmdId command Id to use for this invocation.
158 enableResponder(CommandId cmdId,
    [all...]
IWifiRttControllerEventCallback.hal 26 * @param cmdId command Id corresponding to the original request.
29 oneway onResults(CommandId cmdId, vec<RttResult> results);
IWifiStaIface.hal 173 * @param cmdId command Id to use for this invocation.
184 installApfPacketFilter(CommandId cmdId, vec<uint8_t> program)
223 * Start a background scan using the given cmdId as an identifier. Only one
249 * @param cmdId command Id to use for this invocation.
259 startBackgroundScan(CommandId cmdId, StaBackgroundScanParameters params)
266 * @param cmdId command Id corresponding to the request.
276 stopBackgroundScan(CommandId cmdId) generates (WifiStatus status);
338 * @param cmdId command Id to use for this invocation.
350 startRssiMonitoring(CommandId cmdId, Rssi maxRssi, Rssi minRssi)
357 * @param cmdId command Id corresponding to the request
    [all...]
  /hardware/interfaces/wifi/1.2/
IWifiNanIface.hal 61 * @param cmdId command Id to use for this invocation.
71 enableRequest_1_2(CommandIdShort cmdId, NanEnableRequest msg1,
83 * @param cmdId command Id to use for this invocation.
93 configRequest_1_2(CommandIdShort cmdId, NanConfigRequest msg1,
  /system/netd/client/
FwmarkClient.cpp 44 bool commandHasFd(int cmdId) {
45 return (cmdId != FwmarkCommand::QUERY_USER_ACCESS) &&
46 (cmdId != FwmarkCommand::SET_COUNTERSET) &&
47 (cmdId != FwmarkCommand::DELETE_TAGDATA);
104 if (commandHasFd(data->cmdId)) {
  /external/ims/rcs/rcsservice/src/com/android/service/ims/
Task.java 89 public Task(int taskId, int cmdId, IRcsPresenceListener listener){
91 mCmdId = 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...]
  /hardware/qcom/wlan/qcwcn/wifi_hal/
wificonfigcommand.h 68 virtual wifi_error create_generic(u8 cmdId);
wificonfig.cpp 471 wifi_error WiFiConfigCommand::create_generic(u8 cmdId)
473 wifi_error ret = mMsg.create(cmdId, 0, 0);
  /external/ims/rcs/rcsservice/src/com/android/service/ims/presence/
PresenceAvailabilityTask.java 66 public PresenceAvailabilityTask(int taskId, int cmdId, IRcsPresenceListener listener,
68 super(taskId, cmdId, listener, contacts);
PresencePublishTask.java 65 public PresencePublishTask(int taskId, int cmdId, IRcsPresenceListener listener,
67 super(taskId, cmdId, listener, contacts);
PresenceTask.java 59 public PresenceTask(int taskId, int cmdId, IRcsPresenceListener listener, String[] contacts){
60 super(taskId, cmdId, listener);
PresenceCapabilityTask.java 82 public PresenceCapabilityTask(Context context, int taskId, int cmdId,
85 super(taskId, cmdId, listener, contacts);
  /frameworks/base/telephony/java/com/android/ims/internal/uce/options/
OptionsSipResponse.java 44 public void setCmdId(OptionsCmdId cmdId) {
45 this.mCmdId = cmdId;
OptionsCmdStatus.java 44 public void setCmdId(OptionsCmdId cmdId) {
45 this.mCmdId = cmdId;
  /frameworks/base/telephony/java/com/android/ims/internal/uce/presence/
PresCmdStatus.java 45 public void setCmdId(PresCmdId cmdId) {
46 this.mCmdId = cmdId;
PresSipResponse.java 43 public void setCmdId(PresCmdId cmdId) {
44 this.mCmdId = cmdId;
  /system/netd/include/
FwmarkCommand.h 72 } cmdId;
  /system/netd/server/
FwmarkServer.cpp 120 if (!((command.cmdId != FwmarkCommand::ON_CONNECT_COMPLETE && messageLength == sizeof(command))
121 || (command.cmdId == FwmarkCommand::ON_CONNECT_COMPLETE
128 if (command.cmdId == FwmarkCommand::QUERY_USER_ACCESS) {
135 if (command.cmdId == FwmarkCommand::SET_COUNTERSET) {
142 if (command.cmdId == FwmarkCommand::DELETE_TAGDATA) {
165 switch (command.cmdId) {
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/rtt/
RttNative.java 159 * @param cmdId Command ID for the request. Will be used in the corresponding
167 public boolean rangeRequest(int cmdId, RangingRequest request,
171 "rangeRequest: cmdId=" + cmdId + ", # of requests=" + request.mRttPeers.size());
189 mRttService.onRangingResults(cmdId, new ArrayList<>());
194 WifiStatus status = mIWifiRttController.rangeRequest(cmdId, rttConfig);
212 * @param cmdId The cmdId issued with the original rangeRequest command.
216 public boolean rangeCancel(int cmdId, ArrayList<byte[]> macAddresses) {
217 if (mDbg) Log.v(TAG, "rangeCancel: cmdId=" + cmdId)
    [all...]
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...]

Completed in 1477 milliseconds

1 2