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

  /system/connectivity/wificond/
looper_backed_event_loop.cpp 73 looper_ = android::Looper::prepare(Looper::PREPARE_ALLOW_NON_CALLBACKS);
  /system/core/libutils/include/utils/
Looper.h 219 PREPARE_ALLOW_NON_CALLBACKS = 1<<0
401 * The opts may be PREPARE_ALLOW_NON_CALLBACKS or 0.
  /system/core/libutils/
Looper.cpp 117 bool allowNonCallbacks = opts & PREPARE_ALLOW_NON_CALLBACKS;

Completed in 523 milliseconds