OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DEFAULT_EVENT_CB_SIZE
(Results
1 - 4
of
4
) sorted by null
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
common.h
15
#define
DEFAULT_EVENT_CB_SIZE
(64)
wifi_hal.cpp
146
info->event_cb = (cb_info *)malloc(sizeof(cb_info) *
DEFAULT_EVENT_CB_SIZE
);
147
info->alloc_event_cb =
DEFAULT_EVENT_CB_SIZE
;
/hardware/qcom/wlan/qcwcn/wifi_hal/
common.h
49
#define
DEFAULT_EVENT_CB_SIZE
(64)
wifi_hal.cpp
189
info->event_cb = (cb_info *)malloc(sizeof(cb_info) *
DEFAULT_EVENT_CB_SIZE
);
190
info->alloc_event_cb =
DEFAULT_EVENT_CB_SIZE
;
Completed in 61 milliseconds