OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:POLL_ERROR
(Results
1 - 4
of
4
) sorted by null
/frameworks/native/services/surfaceflinger/
MessageQueue.cpp
110
case Looper::
POLL_ERROR
:
111
ALOGE("Looper::
POLL_ERROR
");
/system/core/include/utils/
Looper.h
165
POLL_ERROR
= -4,
253
* Returns
POLL_ERROR
if an error occurred.
/frameworks/base/libs/hwui/renderthread/
RenderThread.cpp
281
LOG_ALWAYS_FATAL_IF(result == Looper::
POLL_ERROR
,
282
"RenderThread Looper
POLL_ERROR
!");
/system/core/libutils/
Looper.cpp
272
result =
POLL_ERROR
;
Completed in 99 milliseconds