Searched refs:packets_to_flush (Results 1 – 1 of 1) sorted by relevance
1196 uint16_t packets_to_flush = L2CA_FlushChannel(cid, L2CAP_FLUSH_CHANS_GET); in OnAudioDataReady() local1197 if (packets_to_flush) { in OnAudioDataReady()1198 VLOG(2) << left->address << " skipping " << packets_to_flush in OnAudioDataReady()1200 left->audio_stats.packet_flush_count += packets_to_flush; in OnAudioDataReady()1220 uint16_t packets_to_flush = L2CA_FlushChannel(cid, L2CAP_FLUSH_CHANS_GET); in OnAudioDataReady() local1221 if (packets_to_flush) { in OnAudioDataReady()1222 VLOG(2) << right->address << " skipping " << packets_to_flush in OnAudioDataReady()1224 right->audio_stats.packet_flush_count += packets_to_flush; in OnAudioDataReady()