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

  /frameworks/av/media/libaah_rtp/
aah_rx_player_core.cpp 128 current_gap_status_ = kGS_NoGap;
695 if (kGS_NoGap != (gap_status = ring_buffer_.fetchCurrentGap(&gap))) {
699 send_retransmit_request = (kGS_NoGap == current_gap_status_) ||
707 (kGS_NoGap != current_gap_status_) &&
719 current_gap_status_ = kGS_NoGap;
730 current_gap_status_ = kGS_NoGap;
741 current_gap_status_ = kGS_NoGap;
795 if (kGS_NoGap == current_gap_status_) {
aah_rx_player_ring_buffer.cpp 253 return kGS_NoGap;
266 return kGS_NoGap;
273 return kGS_NoGap;
aah_rx_player.h 130 kGS_NoGap = 0,

Completed in 49 milliseconds