OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:alloc_event_cb
(Results
1 - 6
of
6
) sorted by null
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
common.h
139
int
alloc_event_cb
; // number of allocated callback objects
member in struct:__anon39366
common.cpp
49
if (info->num_event_cb < info->
alloc_event_cb
) {
75
if (info->num_event_cb < info->
alloc_event_cb
) {
wifi_hal.cpp
147
info->
alloc_event_cb
= DEFAULT_EVENT_CB_SIZE;
/hardware/qcom/wlan/qcwcn/wifi_hal/
common.h
89
int
alloc_event_cb
; // number of allocated callback objects
member in struct:__anon41575
common.cpp
62
if (info->num_event_cb < info->
alloc_event_cb
) {
93
if (info->num_event_cb < info->
alloc_event_cb
) {
wifi_hal.cpp
190
info->
alloc_event_cb
= DEFAULT_EVENT_CB_SIZE;
Completed in 370 milliseconds