Home
last modified time | relevance | path

Searched refs:ANDROID_PRIORITY_FOREGROUND (Results 1 – 6 of 6) sorted by relevance

/aosp12/system/core/libsystem/include/system/
H A Dthread_defs.h50 ANDROID_PRIORITY_FOREGROUND = -2, enumerator
/aosp12/system/core/libutils/include/utils/
H A DThreadDefs.h57 PRIORITY_FOREGROUND = ANDROID_PRIORITY_FOREGROUND,
/aosp12/frameworks/native/libs/renderengine/skia/debug/
H A DCommonPool.cpp45 setpriority(PRIO_PROCESS, 0, ANDROID_PRIORITY_FOREGROUND); in CommonPool()
/aosp12/frameworks/av/media/libheif/
H A DHeifDecoderImpl.cpp578 if (mThread->run("HeifDecode", ANDROID_PRIORITY_FOREGROUND) == OK) { in decode()
/aosp12/frameworks/av/media/libstagefright/omx/
H A DOMXNodeInstance.cpp355 mThread->run("OMXCallbackDisp", ANDROID_PRIORITY_FOREGROUND); in CallbackDispatcher()
/aosp12/frameworks/av/media/libstagefright/
H A DACodec.cpp6932 androidSetThreadPriority(tid, ANDROID_PRIORITY_FOREGROUND); in onAllocateComponent()