Home
last modified time | relevance | path

Searched refs:ANDROID_PRIORITY_NORMAL (Results 1 – 8 of 8) sorted by relevance

/frameworks/native/include/utils/
DThreadDefs.h56 ANDROID_PRIORITY_NORMAL = 0, enumerator
77 ANDROID_PRIORITY_DEFAULT = ANDROID_PRIORITY_NORMAL,
98 PRIORITY_NORMAL = ANDROID_PRIORITY_NORMAL,
/frameworks/base/services/common_time/
Dmain.cpp38 service->run("CommonTimeServer", ANDROID_PRIORITY_NORMAL); in main()
/frameworks/av/media/libmedia/
DAudioTrack.cpp97 mPreviousPriority(ANDROID_PRIORITY_NORMAL), in AudioTrack()
115 mPreviousPriority(ANDROID_PRIORITY_NORMAL), in AudioTrack()
137 mPreviousPriority(ANDROID_PRIORITY_NORMAL), mPreviousSchedulingGroup(SP_DEFAULT) in AudioTrack()
158 mPreviousPriority(ANDROID_PRIORITY_NORMAL), in AudioTrack()
DAudioRecord.cpp78 mPreviousPriority(ANDROID_PRIORITY_NORMAL), mPreviousSchedulingGroup(SP_DEFAULT) in AudioRecord()
93 mPreviousPriority(ANDROID_PRIORITY_NORMAL), mPreviousSchedulingGroup(SP_DEFAULT) in AudioRecord()
/frameworks/av/libvideoeditor/osal/src/
DM4OSA_Thread.c268 priority = ANDROID_PRIORITY_NORMAL; in M4OSA_threadSyncStart()
/frameworks/native/libs/binder/
DIPCThreadState.cpp998 if (curPrio > ANDROID_PRIORITY_NORMAL) { in executeCommand()
1003 setpriority(PRIO_PROCESS, mMyThreadId, ANDROID_PRIORITY_NORMAL); in executeCommand()
/frameworks/av/media/libstagefright/chromium_http/
Dsupport.cpp81 androidSetThreadPriority(mTID, ANDROID_PRIORITY_NORMAL); in AutoPrioritySaver()
/frameworks/native/libs/utils/
DThreads.cpp370 return ANDROID_PRIORITY_NORMAL; in androidGetThreadPriority()