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

  /system/netd/include/
FwmarkCommand.h 31 } cmdId;
  /hardware/qcom/wlan/qcwcn/wifi_hal/
wificonfigcommand.h 69 virtual int create_generic(u8 cmdId);
wificonfig.cpp 338 int WiFiConfigCommand::create_generic(u8 cmdId) {
339 ALOGI("%s: cmdId = %d", __func__, cmdId);
340 int ret = mMsg.create(cmdId, 0, 0);
  /system/netd/client/
FwmarkClient.cpp 74 if (data->cmdId != FwmarkCommand::QUERY_USER_ACCESS) {
  /system/netd/server/
FwmarkServer.cpp 80 if (command.cmdId == FwmarkCommand::QUERY_USER_ACCESS) {
103 switch (command.cmdId) {
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiNative.java 183 int cmdId = getNewCmdIdLocked();
184 String toLog = Integer.toString(cmdId) + ":" + mInterfacePrefix + command;
195 int cmdId = getNewCmdIdLocked();
205 int cmdId = getNewCmdIdLocked();
206 String toLog = Integer.toString(cmdId) + ":" + mInterfacePrefix + command;
222 int cmdId = getNewCmdIdLocked();
223 String toLog = Integer.toString(cmdId) + ":" + mInterfacePrefix + command;
    [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 5404 milliseconds