Home
last modified time | relevance | path

Searched refs:androidGetThreadPriority (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/core/libutils/include/utils/
H A DAndroidThreads.h85 extern int androidGetThreadPriority(pid_t tid);
/aosp12/system/core/libutils/
H A DThreads.cpp336 int androidGetThreadPriority(pid_t tid) { in androidGetThreadPriority() function
/aosp12/frameworks/av/media/libstagefright/
H A DACodec.cpp6931 int prevPriority = androidGetThreadPriority(tid); in onAllocateComponent()