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

  /frameworks/base/libs/hwui/thread/
ThreadBase.h 63 LOG_ALWAYS_FATAL_IF(result == Looper::POLL_ERROR, "RenderThread Looper POLL_ERROR!");
  /frameworks/native/services/surfaceflinger/
MessageQueue.cpp 112 case Looper::POLL_ERROR:
113 ALOGE("Looper::POLL_ERROR");
  /system/core/libutils/include/utils/
Looper.h 165 POLL_ERROR = -4,
253 * Returns POLL_ERROR if an error occurred.
  /system/core/libutils/
Looper.cpp 263 result = POLL_ERROR;

Completed in 371 milliseconds