media/libraries/common/src/main
christosts 398809e4e2 Replace Queue<Long> with a queue for long primitives
Replace Queue<Long> with LongArrayQueue which provides queue semantics
for long primitives. LongArrayQueue is forked from IntArrayQueue which
in turn was forked from Androidx CircularIntArray.

IntArrayQueue is deleted and we now use CircularIntArray directly from
Androidx Collection.

PiperOrigin-RevId: 559129744
2023-08-24 09:14:44 +01:00
..
java/androidx/media3/common Replace Queue<Long> with a queue for long primitives 2023-08-24 09:14:44 +01:00
AndroidManifest.xml Update to androidx.media3 2021-10-27 09:12:46 +01:00