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

1 2 3 4 5 6

  /device/google/dragon/recovery/updater/
debug_cmd.h 21 struct command *subcmd; member in struct:command
27 {.handler = cmd_##n, .subcmd = NULL, .name = #n, .help = helpstr}
30 {.handler = cmd_##n, .subcmd = subcmds_##n, .name = #n, .help = helpstr}
33 {.handler = NULL, .subcmd = subcmds_##n, \
  /hardware/qcom/wlan/qcwcn/wifi_hal/
roamcommand.h 39 RoamCommand(wifi_handle handle, int id, u32 vendor_id, u32 subcmd);
rssi_monitor.h 44 RSSIMonitorCommand(wifi_handle handle, int id, u32 vendor_id, u32 subcmd);
wificonfigcommand.h 56 WiFiConfigCommand(wifi_handle handle, int id, u32 vendor_id, u32 subcmd);
ifaceeventhandler.h 60 wifiEventHandler(wifi_handle handle, int id, u32 subcmd);
74 IfaceEventHandlerCommand(wifi_handle handle, int id, u32 subcmd);
97 WifihalGeneric(wifi_handle handle, int id, u32 vendor_id, u32 subcmd);
tdlsCommand.h 85 TdlsCommand(wifi_handle handle, int id, u32 vendor_id, u32 subcmd);
91 virtual void setSubCmd(u32 subcmd);
101 virtual void unregisterHandler(u32 subCmd);
llstatscommand.h 88 LLStatsCommand(wifi_handle handle, int id, u32 vendor_id, u32 subcmd);
99 virtual void setSubCmd(u32 subcmd);
cpp_bindings.h 194 int create(uint32_t id, int subcmd);
327 int requestVendorEvent(uint32_t id, int subcmd);
367 int registerVendorHandler(uint32_t id, int subcmd) {
368 return wifi_register_vendor_handler(wifiHandle(), id, subcmd, &event_handler, this);
371 void unregisterVendorHandler(uint32_t id, int subcmd) {
372 wifi_unregister_vendor_handler(wifiHandle(), id, subcmd); local
404 WifiVendorCommand(wifi_handle handle, wifi_request_id id, u32 vendor_id, u32 subcmd);
475 u32 subcmd,
gscan_event_handler.h 67 u32 subcmd, GScanCallbackHandler nHandler);
rssi_monitor.cpp 106 u32 vendor_id, u32 subcmd)
107 : WifiVendorCommand(handle, id, vendor_id, subcmd)
110 if (registerVendorHandler(vendor_id, subcmd)) {
112 ALOGE("%s: Unable to register Vendor Handler Vendor Id=0x%x subcmd=%u",
113 __FUNCTION__, vendor_id, subcmd);
244 ALOGE("%s: Wrong subcmd received %d", __FUNCTION__, mSubcmd);
wifiloggercmd.h 86 WifiLoggerCommand(wifi_handle handle, int id, u32 vendor_id, u32 subcmd);
99 virtual void unregisterHandler(u32 subCmd);
common.cpp 96 uint32_t id, int subcmd, nl_recvmsg_msg_cb_t func, void *arg)
106 info->event_cb[i].vendor_subcmd == subcmd)
110 ALOGV("Updated event handler %p for vendor 0x%0x, subcmd 0x%0x"
111 " and arg %p", func, id, subcmd, arg);
120 info->event_cb[info->num_event_cb].vendor_subcmd = subcmd;
124 ALOGV("Added event handler %p for vendor 0x%0x, subcmd 0x%0x and arg"
125 " %p", func, id, subcmd, arg);
164 void wifi_unregister_vendor_handler(wifi_handle handle, uint32_t id, int subcmd)
174 && info->event_cb[i].vendor_subcmd == subcmd) {
ifaceeventhandler.cpp 136 IfaceEventHandlerCommand::IfaceEventHandlerCommand(wifi_handle handle, int id, u32 subcmd)
137 : wifiEventHandler(handle, id, subcmd)
167 wifiEventHandler::wifiEventHandler(wifi_handle handle, int id, u32 subcmd)
171 mSubcmd = subcmd;
194 u32 subcmd)
195 : WifiVendorCommand(handle, id, vendor_id, subcmd)
  /external/ltp/testcases/kernel/syscalls/quotactl/
quotactl02.c 78 static void check_qoff(int subcmd, char *desp)
83 res = quotactl(QCMD(subcmd, USRQUOTA), tst_device->dev,
99 static void check_qon(int subcmd, char *desp)
104 res = quotactl(QCMD(subcmd, USRQUOTA), tst_device->dev,
120 static void check_qlim(int subcmd, char *desp)
127 res = quotactl(QCMD(subcmd, USRQUOTA), tst_device->dev,
  /external/iw/
vendor.c 53 unsigned int subcmd; local
65 res = sscanf(argv[1], "0x%x", &subcmd);
75 NLA_PUT_U32(msg, NL80211_ATTR_VENDOR_SUBCMD, subcmd);
95 COMMAND(vendor, send, "<oui> <subcmd> <filename|-|hex data>", NL80211_CMD_VENDOR, 0, CIB_NETDEV, handle_vendor, "");
  /external/python/cpython2/Lib/distutils/tests/
test_bdist.py 43 subcmd = cmd.get_finalized_command(name)
44 self.assertTrue(subcmd.skip_build,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_bdist.py 43 subcmd = cmd.get_finalized_command(name)
44 self.assertTrue(subcmd.skip_build,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_bdist.py 43 subcmd = cmd.get_finalized_command(name)
44 self.assertTrue(subcmd.skip_build,
  /external/libcups/cups/
adminutil.c 401 subcmd[1024], /* Sub-command */ local
460 snprintf(subcmd, sizeof(subcmd),
470 if ((status = do_samba_command("smbclient", address, subcmd,
499 snprintf(subcmd, sizeof(subcmd),
505 if ((status = do_samba_command("smbclient", address, subcmd,
527 snprintf(subcmd, sizeof(subcmd),
541 snprintf(subcmd, sizeof(subcmd)
    [all...]
  /hardware/broadcom/wlan/bcmdhd/wifi_hal/
cpp_bindings.h 174 int create(uint32_t id, int subcmd);
280 int requestVendorEvent(uint32_t id, int subcmd);
320 int registerVendorHandler(uint32_t id, int subcmd) {
321 return wifi_register_vendor_handler(wifiHandle(), id, subcmd, &event_handler, this);
324 void unregisterVendorHandler(uint32_t id, int subcmd) {
325 wifi_unregister_vendor_handler(wifiHandle(), id, subcmd); local
common.cpp 78 uint32_t id, int subcmd, nl_recvmsg_msg_cb_t func, void *arg)
90 info->event_cb[info->num_event_cb].vendor_subcmd = subcmd;
93 ALOGV("Added event handler %p:%p for vendor 0x%0x and subcmd 0x%0x at %d",
94 arg, func, id, subcmd, info->num_event_cb);
129 void wifi_unregister_vendor_handler(wifi_handle handle, uint32_t id, int subcmd)
139 && info->event_cb[i].vendor_subcmd == subcmd) {
140 ALOGV("Successfully removed event handler %p:%p for vendor 0x%0x, subcmd 0x%0x from %d",
141 info->event_cb[i].cb_arg, info->event_cb[i].cb_func, id, subcmd, i);
common.h 225 uint32_t id, int subcmd, nl_recvmsg_msg_cb_t func, void *arg);
228 void wifi_unregister_vendor_handler(wifi_handle handle, uint32_t id, int subcmd);
  /bionic/libc/kernel/uapi/linux/isdn/
capicmd.h 43 #define CAPICMD(cmd,subcmd) (((cmd) << 8) | (subcmd))
  /development/ndk/platforms/android-21/include/linux/isdn/
capicmd.h 49 #define CAPICMD(cmd,subcmd) (((cmd)<<8)|(subcmd))
  /external/kernel-headers/original/uapi/linux/isdn/
capicmd.h 45 #define CAPICMD(cmd,subcmd) (((cmd)<<8)|(subcmd))

Completed in 2267 milliseconds

1 2 3 4 5 6