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

1 2

  /system/core/include/utils/
ThreadDefs.h 59 PRIORITY_URGENT_DISPLAY = ANDROID_PRIORITY_URGENT_DISPLAY,
  /frameworks/native/services/inputflinger/
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 44 setpriority(PRIO_PROCESS, 0, PRIORITY_URGENT_DISPLAY);
EventThread.cpp 94 run("EventThread", PRIORITY_URGENT_DISPLAY + PRIORITY_MORE_FAVORABLE);
DispSync.cpp 385 mThread->run("DispSync", PRIORITY_URGENT_DISPLAY + PRIORITY_MORE_FAVORABLE);
  /hardware/intel/img/hwcomposer/merrifield/common/observers/
SoftVsyncObserver.cpp 62 mThread->run("SoftVsyncObserver", PRIORITY_URGENT_DISPLAY);
VsyncEventObserver.cpp 62 mThread->run("VsyncEventObserver", PRIORITY_URGENT_DISPLAY);
UeventObserver.cpp 123 mThread->run("UeventObserver", PRIORITY_URGENT_DISPLAY);
MultiDisplayObserver.cpp 211 mThread->run("MDSClientInitThread", PRIORITY_URGENT_DISPLAY);
  /hardware/intel/img/hwcomposer/moorefield_hdmi/common/observers/
SoftVsyncObserver.cpp 58 mThread->run("SoftVsyncObserver", PRIORITY_URGENT_DISPLAY);
VsyncEventObserver.cpp 61 mThread->run("VsyncEventObserver", PRIORITY_URGENT_DISPLAY);
UeventObserver.cpp 123 mThread->run("UeventObserver", PRIORITY_URGENT_DISPLAY);
  /hardware/ti/omap4xxx/camera/inc/V4LCameraAdapter/
V4LCameraAdapter.h 106 run("CameraPreviewThread", PRIORITY_URGENT_DISPLAY);
  /hardware/ti/omap4-aah/camera/inc/V4LCameraAdapter/
V4LCameraAdapter.h 144 run("CameraPreviewThread", android::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...]
  /hardware/intel/img/hwcomposer/merrifield/common/devices/
ExternalDevice.cpp 118 mThread->run("ModeSettingsThread", PRIORITY_URGENT_DISPLAY);
  /hardware/intel/img/hwcomposer/moorefield_hdmi/common/devices/
ExternalDevice.cpp 131 mThread->run("ModeSettingsThread", PRIORITY_URGENT_DISPLAY);
  /hardware/ti/omap4-aah/camera/
SensorListener.cpp 158 ret = mSensorLooperThread->run("sensor looper thread", android::PRIORITY_URGENT_DISPLAY);
ANativeWindowDisplayAdapter.cpp 178 status_t ret = mDisplayThread->run("DisplayThread", android::PRIORITY_URGENT_DISPLAY);
    [all...]
AppCallbackNotifier.cpp 191 status_t ret = mNotificationThread->run("NotificationThread", android::PRIORITY_URGENT_DISPLAY);
    [all...]
  /frameworks/base/tests/touchlag/
touchlag.cpp 178 thread->run("EventThread", PRIORITY_URGENT_DISPLAY);
  /frameworks/native/services/sensorservice/
SensorService.cpp 273 mAckReceiver->run("SensorEventAckReceiver", PRIORITY_URGENT_DISPLAY);
274 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_hwc1.cpp     [all...]

Completed in 1017 milliseconds

1 2