Home
last modified time | relevance | path

Searched defs:packetQueue (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/net/
Dnet_fake.go416 type packetQueue struct { struct
417 …y chan packetQueueState // contains configuration parameters when the queue is empty and not closed
418 ready chan packetQueueState // contains the packets when non-empty or closed
419 full chan packetQueueState // contains the packets when buffer is full and not closed
434 func (pq *packetQueue) get() packetQueueState {
444 func (pq *packetQueue) put(q packetQueueState) {
460 func (pq *packetQueue) closeRead() error {
467 func (pq *packetQueue) closeWrite() error {
474 func (pq *packetQueue) setLinger(linger bool) error {
485 func (pq *packetQueue) write(dt *deadlineTimer, b []byte, from sockaddr) (n int, err error) {
[all …]
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/rtsp/src/main/java/com/google/android/exoplayer2/source/rtsp/
H A DTransferRtpDataChannel.java39 private final LinkedBlockingQueue<byte[]> packetQueue; field in TransferRtpDataChannel
H A DRtpPacketReorderingQueue.java42 private final TreeSet<RtpPacketContainer> packetQueue; field in RtpPacketReorderingQueue
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/rtsp/src/main/java/com/google/android/exoplayer2/source/rtsp/
H A DTransferRtpDataChannel.java39 private final LinkedBlockingQueue<byte[]> packetQueue; field in TransferRtpDataChannel
H A DRtpPacketReorderingQueue.java42 private final TreeSet<RtpPacketContainer> packetQueue; field in RtpPacketReorderingQueue
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/rtsp/src/test/java/com/google/android/exoplayer2/source/rtsp/
H A DRtspPlaybackTest.java248 private final ConcurrentLinkedQueue<byte[]> packetQueue; field in RtspPlaybackTest.FakeUdpDataSourceRtpDataChannel
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/rtsp/src/test/java/com/google/android/exoplayer2/source/rtsp/
H A DRtspPlaybackTest.java248 private final ConcurrentLinkedQueue<byte[]> packetQueue; field in RtspPlaybackTest.FakeUdpDataSourceRtpDataChannel