Home
last modified time | relevance | path

Searched refs:packets_to_flush (Results 1 – 1 of 1) sorted by relevance

/system/bt/bta/hearing_aid/
Dhearing_aid.cc1212 uint16_t packets_to_flush = L2CA_FlushChannel(cid, L2CAP_FLUSH_CHANS_GET); in OnAudioDataReady() local
1213 if (packets_to_flush) { in OnAudioDataReady()
1214 VLOG(2) << left->address << " skipping " << packets_to_flush in OnAudioDataReady()
1216 left->audio_stats.packet_flush_count += packets_to_flush; in OnAudioDataReady()
1236 uint16_t packets_to_flush = L2CA_FlushChannel(cid, L2CAP_FLUSH_CHANS_GET); in OnAudioDataReady() local
1237 if (packets_to_flush) { in OnAudioDataReady()
1238 VLOG(2) << right->address << " skipping " << packets_to_flush in OnAudioDataReady()
1240 right->audio_stats.packet_flush_count += packets_to_flush; in OnAudioDataReady()