Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 88714919 authored by Jeff Tinker's avatar Jeff Tinker Committed by android-build-merger
Browse files

Merge "Define priority for video threads" into oc-mr1-dev am: 04907ad6

am: 73561e4b

Change-Id: I99d967ac7e282eacad65e85e55ee3cebf4b1cefa
parents b4d30729 73561e4b
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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,