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.cc1196 uint16_t packets_to_flush = L2CA_FlushChannel(cid, L2CAP_FLUSH_CHANS_GET); in OnAudioDataReady() local
1197 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() local
1221 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()