OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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:__anon39366
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:__anon41575
wifi_hal.cpp
187
info->
in_event_loop
= false;
295
if (info->
in_event_loop
) {
298
info->
in_event_loop
= true;
Completed in 783 milliseconds