Home
last modified time | relevance | path

Searched refs:ANDROID_PRIORITY_URGENT_DISPLAY (Results 1 – 5 of 5) sorted by relevance

/aosp12/system/libartpalette/
H A Dpalette_android.cc55 ANDROID_PRIORITY_URGENT_DISPLAY + 3,
56 ANDROID_PRIORITY_URGENT_DISPLAY + 2,
57 ANDROID_PRIORITY_URGENT_DISPLAY // 10 (MAX_PRIORITY)
/aosp12/system/core/libsystem/include/system/
H A Dthread_defs.h56 ANDROID_PRIORITY_URGENT_DISPLAY = HAL_PRIORITY_URGENT_DISPLAY, enumerator
/aosp12/system/core/libutils/include/utils/
H A DThreadDefs.h59 PRIORITY_URGENT_DISPLAY = ANDROID_PRIORITY_URGENT_DISPLAY,
/aosp12/frameworks/native/services/inputflinger/
H A DInputThread.cpp45 mThread->run(mName.c_str(), ANDROID_PRIORITY_URGENT_DISPLAY); in InputThread()
/aosp12/hardware/google/camera/devices/EmulatedCamera/hwl/
H A DEmulatedSensor.cpp513 auto res = run(LOG_TAG, ANDROID_PRIORITY_URGENT_DISPLAY); in StartUp()