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

  /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/base/services/surfaceflinger/DisplayHardware/
DisplayHardwareBase.h 56 run("DisplayEventThread", PRIORITY_URGENT_DISPLAY);
  /frameworks/base/services/camera/libcameraservice/
CameraHardwareStub.h 78 run("CameraPreviewThread", PRIORITY_URGENT_DISPLAY);
  /hardware/ti/omap4xxx/camera/inc/V4LCameraAdapter/
V4LCameraAdapter.h 106 run("CameraPreviewThread", PRIORITY_URGENT_DISPLAY);
  /device/samsung/crespo/libcamera/
SecCameraHWInterface.h 83 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 187 status_t ret = mNotificationThread->run("NotificationThread", PRIORITY_URGENT_DISPLAY);
    [all...]
  /frameworks/base/include/utils/
threads.h 182 PRIORITY_URGENT_DISPLAY = ANDROID_PRIORITY_URGENT_DISPLAY,
  /frameworks/base/services/sensorservice/
SensorService.cpp 140 run("SensorService", PRIORITY_URGENT_DISPLAY);
  /hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMXCameraAdapter.cpp 223 ret = mCommandHandler->run("CallbackThread", PRIORITY_URGENT_DISPLAY);
246 ret = mOMXCallbackHandler->run("OMXCallbackThread", PRIORITY_URGENT_DISPLAY);
    [all...]
  /frameworks/base/services/surfaceflinger/
SurfaceFlinger.cpp 202 run("SurfaceFlinger", PRIORITY_URGENT_DISPLAY);
    [all...]

Completed in 159 milliseconds