Home
last modified time | relevance | path

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

/system/core/include/utils/
DLooper.h219 PREPARE_ALLOW_NON_CALLBACKS = 1<<0 enumerator
/system/core/libutils/
DLooper.cpp142 bool allowNonCallbacks = opts & PREPARE_ALLOW_NON_CALLBACKS; in prepare()