OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DEFAULT_CMD_SIZE
(Results
1 - 4
of
4
) sorted by null
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
common.h
16
#define
DEFAULT_CMD_SIZE
(64)
wifi_hal.cpp
246
info->cmd = (cmd_info *)malloc(sizeof(cmd_info) *
DEFAULT_CMD_SIZE
);
247
info->alloc_cmd =
DEFAULT_CMD_SIZE
;
[
all
...]
/hardware/qcom/wlan/qcwcn/wifi_hal/
common.h
54
#define
DEFAULT_CMD_SIZE
(64)
wifi_hal.cpp
433
info->cmd = (cmd_info *)malloc(sizeof(cmd_info) *
DEFAULT_CMD_SIZE
);
439
info->alloc_cmd =
DEFAULT_CMD_SIZE
;
[
all
...]
Completed in 39 milliseconds