HomeSort by relevance Sort by last modified time
    Searched refs:is_discon (Results 1 - 3 of 3) sorted by null

  /frameworks/av/media/libaah_rtp/
aah_rx_player_ring_buffer.cpp 203 AAH_RXPlayer::RXRingBuffer::fetchBuffer(bool* is_discon) {
206 CHECK(NULL != is_discon);
214 *is_discon = false;
219 *is_discon = !fetched_first_packet_;
aah_rx_player_core.cpp 492 bool is_discon; local
497 while (NULL != (pb = ring_buffer_.fetchBuffer(&is_discon))) {
498 if (is_discon) {
aah_rx_player.h 160 // is_discon will be set to indicate whether or not this PacketBuffer is
164 PacketBuffer* fetchBuffer(bool* is_discon);

Completed in 34 milliseconds