HomeSort by relevance Sort by last modified time
    Searched refs:alloc_cmd (Results 1 - 6 of 6) sorted by null

  /hardware/broadcom/wlan/bcmdhd/wifi_hal/
common.h 144 int alloc_cmd; // number of commands allocated member in struct:__anon40268
common.cpp 149 if (info->num_cmd < info->alloc_cmd) {
wifi_hal.cpp 151 info->alloc_cmd = DEFAULT_CMD_SIZE;
  /hardware/qcom/wlan/qcwcn/wifi_hal/
common.h 93 int alloc_cmd; // number of commands allocated member in struct:__anon42486
common.cpp 153 if (info->num_cmd < info->alloc_cmd) {
wifi_hal.cpp 194 info->alloc_cmd = DEFAULT_CMD_SIZE;

Completed in 114 milliseconds