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

  /frameworks/base/cmds/svc/src/com/android/commands/svc/
WifiCommand.java 24 public class WifiCommand extends Svc.Command {
25 public WifiCommand() {
  /hardware/broadcom/wlan/bcmdhd/wifi_hal/
cpp_bindings.h 230 class WifiCommand
241 WifiCommand(const char *type, wifi_handle handle, wifi_request_id id)
246 // ALOGD("WifiCommand %p created, mInfo = %p, mIfaceInfo = %p", this, mInfo, mIfaceInfo);
249 WifiCommand(const char *type, wifi_interface_handle iface, wifi_request_id id)
255 // ALOGD("WifiCommand %p created, mInfo = %p, mIfaceInfo = %p", this, mInfo, mIfaceInfo);
258 virtual ~WifiCommand() {
259 // ALOGD("WifiCommand %p destroyed", this);
272 // ALOGD("addRef: WifiCommand %p has %d references", this, refs);
280 // ALOGD("releaseRef: WifiCommand %p has %d references", this, refs);
286 ALOGD("WifiCommand %p can't be created", this)
    [all...]
  /hardware/qcom/wlan/qcwcn/wifi_hal/
cpp_bindings.h 305 class WifiCommand
314 WifiCommand(wifi_handle handle, wifi_request_id id)
321 WifiCommand(wifi_interface_handle iface, wifi_request_id id)
328 virtual ~WifiCommand() {
396 WifiCommand(const WifiCommand& ); // hide copy constructor to prevent copies
414 class WifiVendorCommand: public WifiCommand

Completed in 82 milliseconds