Home
last modified time | relevance | path

Searched refs:PREPARE_ALLOW_NON_CALLBACKS (Results 1 – 3 of 3) sorted by relevance

/system/connectivity/wificond/
Dlooper_backed_event_loop.cpp73 looper_ = android::Looper::prepare(Looper::PREPARE_ALLOW_NON_CALLBACKS); in LooperBackedEventLoop()
/system/core/libutils/include/utils/
DLooper.h223 PREPARE_ALLOW_NON_CALLBACKS = 1<<0 enumerator
/system/core/libutils/
DLooper.cpp114 bool allowNonCallbacks = opts & PREPARE_ALLOW_NON_CALLBACKS; in prepare()