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

  /hardware/qcom/wlan/qcwcn/wifi_hal/
common.cpp 62 if (info->num_event_cb < info->alloc_event_cb) {
63 info->event_cb[info->num_event_cb].nl_cmd = cmd;
64 info->event_cb[info->num_event_cb].vendor_id = 0;
65 info->event_cb[info->num_event_cb].vendor_subcmd = 0;
66 info->event_cb[info->num_event_cb].cb_func = func;
67 info->event_cb[info->num_event_cb].cb_arg = arg;
68 info->num_event_cb++;
81 for (int i = 0; i < info->num_event_cb; i++) {
82 if(info->event_cb[info->num_event_cb].vendor_id == id &&
83 info->event_cb[info->num_event_cb].vendor_subcmd == subcmd
    [all...]
common.h 88 int num_event_cb; // number of event callbacks member in struct:__anon41575
wifi_hal.cpp 191 info->num_event_cb = 0;
358 for (int i = 0; i < info->num_event_cb; i++) {
  /hardware/broadcom/wlan/bcmdhd/wifi_hal/
common.cpp 49 if (info->num_event_cb < info->alloc_event_cb) {
50 info->event_cb[info->num_event_cb].nl_cmd = cmd;
51 info->event_cb[info->num_event_cb].vendor_id = 0;
52 info->event_cb[info->num_event_cb].vendor_subcmd = 0;
53 info->event_cb[info->num_event_cb].cb_func = func;
54 info->event_cb[info->num_event_cb].cb_arg = arg;
56 arg, func, cmd, info->num_event_cb);
57 info->num_event_cb++;
75 if (info->num_event_cb < info->alloc_event_cb) {
76 info->event_cb[info->num_event_cb].nl_cmd = NL80211_CMD_VENDOR
    [all...]
common.h 138 int num_event_cb; // number of event callbacks member in struct:__anon39366
wifi_hal.cpp 148 info->num_event_cb = 0;
322 for (int i = 0; i < info->num_event_cb; i++) {

Completed in 111 milliseconds