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
243
info->event_cb = (cb_info *)malloc(sizeof(cb_info) *
DEFAULT_EVENT_CB_SIZE
);
244
info->alloc_event_cb =
DEFAULT_EVENT_CB_SIZE
;
[
all
...]
/hardware/qcom/wlan/qcwcn/wifi_hal/
common.h
52
#define
DEFAULT_EVENT_CB_SIZE
(64)
wifi_hal.cpp
505
info->event_cb = (cb_info *)malloc(sizeof(cb_info) *
DEFAULT_EVENT_CB_SIZE
);
511
info->alloc_event_cb =
DEFAULT_EVENT_CB_SIZE
;
[
all
...]
Completed in 139 milliseconds