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

  /hardware/broadcom/wlan/bcmdhd/wifi_hal/
common.h 131 bool in_event_loop; // Indicates that event loop is active member in struct:__anon40268
wifi_hal.cpp 144 info->in_event_loop = false;
241 if (info->in_event_loop) {
244 info->in_event_loop = true;
  /hardware/qcom/wlan/qcwcn/wifi_hal/
common.h 81 bool in_event_loop; // Indicates that event loop is active member in struct:__anon42486
wifi_hal.cpp 187 info->in_event_loop = false;
295 if (info->in_event_loop) {
298 info->in_event_loop = true;

Completed in 113 milliseconds