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
150
info->cmd = (cmd_info *)malloc(sizeof(cmd_info) *
DEFAULT_CMD_SIZE
);
151
info->alloc_cmd =
DEFAULT_CMD_SIZE
;
/hardware/qcom/wlan/qcwcn/wifi_hal/
common.h
50
#define
DEFAULT_CMD_SIZE
(64)
wifi_hal.cpp
193
info->cmd = (cmd_info *)malloc(sizeof(cmd_info) *
DEFAULT_CMD_SIZE
);
194
info->alloc_cmd =
DEFAULT_CMD_SIZE
;
Completed in 2446 milliseconds