HomeSort by relevance Sort by last modified time
    Searched defs:num_cmd (Results 1 - 3 of 3) sorted by null

  /hardware/qcom/wlan/qcwcn/wifi_hal/
common.h 105 int num_cmd; // number of commands member in struct:hal_info_s
  /hardware/broadcom/wlan/bcmdhd/wifi_hal/
common.h 168 int num_cmd; // number of commands member in struct:__anon23565
wifi_hal.cpp 220 info->num_cmd = 0;
304 while (info->num_cmd > bad_commands) {
305 int num_cmd = info->num_cmd; local
315 if (num_cmd == info->num_cmd) {

Completed in 64 milliseconds