Loading media/java/android/media/MediaFocusControl.java +2 −4 Original line number Diff line number Diff line Loading @@ -1065,9 +1065,7 @@ public class MediaFocusControl implements OnFinished { /** * The stack of remote control event receivers. * Code sections and methods that modify the remote control event receiver stack are * synchronized on mPRStack, but also BEFORE on mFocusLock as any change in either * stack, audio focus or RC, can lead to a change in the remote control display * All read and write operations on mPRStack are synchronized. */ private final Stack<PlayerRecord> mPRStack = new Stack<PlayerRecord>(); Loading Loading
media/java/android/media/MediaFocusControl.java +2 −4 Original line number Diff line number Diff line Loading @@ -1065,9 +1065,7 @@ public class MediaFocusControl implements OnFinished { /** * The stack of remote control event receivers. * Code sections and methods that modify the remote control event receiver stack are * synchronized on mPRStack, but also BEFORE on mFocusLock as any change in either * stack, audio focus or RC, can lead to a change in the remote control display * All read and write operations on mPRStack are synchronized. */ private final Stack<PlayerRecord> mPRStack = new Stack<PlayerRecord>(); Loading