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

Commit fa836f6a authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "AudioService: fix lock order comments" into main

parents a410f754 8f609fc0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9830,8 +9830,8 @@ public class AudioService extends IAudioService.Stub
    }
    // NOTE: Locking order for synchronized objects related to volume or ringer mode management:
    //  1 mScoclient OR mSafeMediaVolumeState
    //  2   mSetModeLock
    //  1   AudioDeviceBroker#mSetModeLock
    //  2    AudioDeviceBroker#mDeviceStateLock
    //  3     mSettingsLock
    //  4       mVolumeStateLock
    /*package*/ class VolumeStreamState {