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

  /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...]
  /external/ims/rcs/rcsservice/src/com/android/service/ims/
Task.java 89 public Task(int taskId, int cmdId, IRcsPresenceListener listener){
91 mCmdId = cmdId;
  /hardware/qcom/wlan/qcwcn/wifi_hal/
wificonfigcommand.h 68 virtual int create_generic(u8 cmdId);
wificonfig.cpp 324 int WiFiConfigCommand::create_generic(u8 cmdId) {
325 int 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 63 } cmdId;
  /system/netd/server/
FwmarkServer.cpp 85 if (!((command.cmdId != FwmarkCommand::ON_CONNECT_COMPLETE && messageLength == sizeof(command))
86 || (command.cmdId == FwmarkCommand::ON_CONNECT_COMPLETE
93 if (command.cmdId == FwmarkCommand::QUERY_USER_ACCESS) {
116 switch (command.cmdId) {
  /system/netd/client/
FwmarkClient.cpp 93 if (data->cmdId != FwmarkCommand::QUERY_USER_ACCESS) {
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiVendorHal.java 473 public int cmdId;
480 cmdId = id;
596 ok(mIWifiStaIface.stopBackgroundScan(mScan.cmdId));
601 status = mIWifiStaIface.startBackgroundScan(scan.cmdId, scan.param);
623 ok(mIWifiStaIface.stopBackgroundScan(mScan.cmdId));
641 status = mIWifiStaIface.stopBackgroundScan(mScan.cmdId);
660 status = mIWifiStaIface.startBackgroundScan(mScan.cmdId, mScan.param);
    [all...]
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
WifiVendorHalTest.java     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
AdtPlugin.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 

Completed in 1292 milliseconds