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

  /hardware/broadcom/wlan/bcmdhd/dhdutil/
dhdu_cmd.h 2 * Command structure for dhd command line utility, copied from wl utility
25 typedef int (cmd_func_t)(void *dhd, cmd_t *cmd, char **argv);
46 extern int dhd_get(void *dhd, int cmd, void *buf, int len);
47 extern int dhd_set(void *dhd, int cmd, void *buf, int len);
dhdu.h 2 * Definitions for DHD command-line utility
38 extern void dhd_printlasterror(void *dhd);
42 extern int dhd_check(void *dhd);
57 #define CMD_DHD 1 /* the start of a dhd command */
dhdu.c 2 * Common code for DHD command-line utility
88 static int dhd_var_getbuf(void *dhd, char *iovar, void *param, int param_len, void **bufptr);
89 static int dhd_var_setbuf(void *dhd, char *iovar, void *param, int param_len);
93 static int dhd_iovar_getint(void *dhd, char *name, int *var);
94 static int dhd_iovar_setint(void *dhd, char *name, int var);
120 static int dhd_do_msglevel(void *dhd, cmd_t *cmd, char **argv, dbg_msg_t *dbg_msg);
170 "reset the bus stats shown in the dhd dump"},
427 dhd_list(void *dhd, cmd_t *garb, char **argv)
434 UNUSED_PARAMETER(dhd);
519 dhd_check(void *dhd)
    [all...]
dhdu_linux.c 2 * Linux port of dhd command line utility, hacked from wl utility.
98 static int __dhd_driver_io(void *dhd, dhd_ioctl_t *ioc)
101 struct ifreq *ifr = (struct ifreq *)dhd;
118 static int __dhd_driver_io(void *dhd, dhd_ioctl_t *ioc)
120 struct ifreq *ifr = (struct ifreq *)dhd;
145 dhd_ioctl(void *dhd, int cmd, void *buf, int len, bool set)
154 /* For local dhd commands execute dhd. For wifi transport we still
171 ret = __dhd_driver_io(dhd, &ioc);
185 /* Search if dhd adapter or wl adapter is presen
    [all...]
dhdu_common.h 2 * Linux port of dhd command line utility, hacked from wl utility.
68 /* DHD utility function declarations */
69 extern int dhd_check(void *dhd);
74 /* Remote DHD declarations */
  /frameworks/base/core/java/android/app/
ActivityThread.java 1002 DumpHeapData dhd = new DumpHeapData(); local
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
WifiP2pServiceImpl.java 547 DeathHandlerData dhd; local
549 dhd = mDeathDataByBinder.get(binder);
550 if (dhd == null) {
555 binder.unlinkToDeath(dhd.mDeathRecipient, 0);
560 if (dhd.mMessenger != null && mDeathDataByBinder.isEmpty()) {
562 dhd.mMessenger.send(
564 dhd.mMessenger.send(mClientHandler.obtainMessage(WifiP2pManager.REMOVE_GROUP));
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 

Completed in 113 milliseconds