Searched refs:ANDROID_PRIORITY_NORMAL (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/include/utils/
H A Dthreads.h60 ANDROID_PRIORITY_NORMAL = 0, enumerator in enum:__anon233
81 ANDROID_PRIORITY_DEFAULT = ANDROID_PRIORITY_NORMAL,
167 PRIORITY_NORMAL = ANDROID_PRIORITY_NORMAL,
/frameworks/base/libs/binder/
H A DIPCThreadState.cpp977 if (curPrio > ANDROID_PRIORITY_NORMAL) {
982 setpriority(PRIO_PROCESS, mMyThreadId, ANDROID_PRIORITY_NORMAL);
/frameworks/base/media/libmedia/
H A DAudioTrack.cpp351 setpriority(PRIO_PROCESS, 0, ANDROID_PRIORITY_NORMAL);
387 setpriority(PRIO_PROCESS, 0, ANDROID_PRIORITY_NORMAL);
H A DAudioRecord.cpp336 setpriority(PRIO_PROCESS, 0, ANDROID_PRIORITY_NORMAL);

Completed in 46 milliseconds