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

  /system/core/include/utils/
ThreadDefs.h 55 PRIORITY_URGENT_DISPLAY = ANDROID_PRIORITY_URGENT_DISPLAY,
  /frameworks/base/services/input/
InputManager.cpp 54 status_t result = mDispatcherThread->run("InputDispatcher", PRIORITY_URGENT_DISPLAY);
60 result = mReaderThread->run("InputReader", PRIORITY_URGENT_DISPLAY);
  /frameworks/native/services/surfaceflinger/
main_surfaceflinger.cpp 43 setpriority(PRIO_PROCESS, 0, PRIORITY_URGENT_DISPLAY);
DispSync.cpp 301 mThread->run("DispSync", PRIORITY_URGENT_DISPLAY + PRIORITY_MORE_FAVORABLE);
EventThread.cpp 54 run("EventThread", PRIORITY_URGENT_DISPLAY + PRIORITY_MORE_FAVORABLE);
SurfaceFlinger.cpp 613 mEventControlThread->run("EventControl", PRIORITY_URGENT_DISPLAY);
    [all...]
  /hardware/ti/omap4xxx/camera/inc/V4LCameraAdapter/
V4LCameraAdapter.h 106 run("CameraPreviewThread", PRIORITY_URGENT_DISPLAY);
  /hardware/ti/omap4xxx/camera/
SensorListener.cpp 160 ret = mSensorLooperThread->run("sensor looper thread", PRIORITY_URGENT_DISPLAY);
ANativeWindowDisplayAdapter.cpp 248 status_t ret = mDisplayThread->run("DisplayThread", PRIORITY_URGENT_DISPLAY);
    [all...]
AppCallbackNotifier.cpp 186 status_t ret = mNotificationThread->run("NotificationThread", PRIORITY_URGENT_DISPLAY);
    [all...]
  /frameworks/base/tests/touchlag/
touchlag.cpp 178 thread->run("EventThread", PRIORITY_URGENT_DISPLAY);
  /frameworks/native/services/sensorservice/
SensorService.cpp 166 run("SensorService", PRIORITY_URGENT_DISPLAY);
    [all...]
  /hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMXCameraAdapter.cpp 222 ret = mCommandHandler->run("CallbackThread", PRIORITY_URGENT_DISPLAY);
245 ret = mOMXCallbackHandler->run("OMXCallbackThread", PRIORITY_URGENT_DISPLAY);
    [all...]
  /frameworks/native/services/surfaceflinger/DisplayHardware/
HWComposer.cpp     [all...]

Completed in 2500 milliseconds