/system/core/libutils/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 | 90 setpriority(PRIO_PROCESS, 0, PRIORITY_URGENT_DISPLAY);
|
DispSync.cpp | 393 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);
|
/frameworks/native/libs/vr/libvrflinger/ |
vr_flinger.cpp | 102 setpriority(PRIO_PROCESS, 0, android::PRIORITY_URGENT_DISPLAY);
|
/hardware/intel/img/hwcomposer/merrifield/common/devices/ |
ExternalDevice.cpp | 118 mThread->run("ModeSettingsThread", PRIORITY_URGENT_DISPLAY);
|
VirtualDevice.cpp | [all...] |
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/devices/ |
ExternalDevice.cpp | 131 mThread->run("ModeSettingsThread", PRIORITY_URGENT_DISPLAY);
|
/frameworks/base/tests/touchlag/ |
touchlag.cpp | 178 thread->run("EventThread", PRIORITY_URGENT_DISPLAY);
|
/frameworks/native/services/sensorservice/ |
SensorService.cpp | 280 mAckReceiver->run("SensorEventAckReceiver", PRIORITY_URGENT_DISPLAY); 281 run("SensorService", PRIORITY_URGENT_DISPLAY); [all...] |
/device/google/contexthub/sensorhal/ |
hubconnection.cpp | 311 run("HubConnection", PRIORITY_URGENT_DISPLAY); [all...] |