Merge "Define priority for video threads" into oc-mr1-dev

am: 04907ad6d7

Change-Id: I36ae4c633cf5327b63766ea09fbf1077902c0034
This commit is contained in:
Jeff Tinker 2017-09-08 20:22:14 +00:00 committed by android-build-merger
commit 73561e4baf
1 changed files with 3 additions and 0 deletions

View File

@ -55,6 +55,9 @@ enum {
/* ui service treads might want to run at a urgent display (uncommon) */
ANDROID_PRIORITY_URGENT_DISPLAY = HAL_PRIORITY_URGENT_DISPLAY,
/* all normal video threads */
ANDROID_PRIORITY_VIDEO = -10,
/* all normal audio threads */
ANDROID_PRIORITY_AUDIO = -16,