Home
last modified time | relevance | path

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

/system/bt/stack/a2dp/
Da2dp_vendor_aptx_encoder.cc394 uint32_t expected_read_bytes = in a2dp_vendor_aptx_send_frames() local
403 expected_read_bytes; in a2dp_vendor_aptx_send_frames()
406 expected_read_bytes); in a2dp_vendor_aptx_send_frames()
408 expected_read_bytes); in a2dp_vendor_aptx_send_frames()
410 if (bytes_read < expected_read_bytes) { in a2dp_vendor_aptx_send_frames()
413 __func__, bytes_read, expected_read_bytes); in a2dp_vendor_aptx_send_frames()
Da2dp_vendor_aptx_hd_encoder.cc380 uint32_t expected_read_bytes = in a2dp_vendor_aptx_hd_send_frames() local
389 expected_read_bytes; in a2dp_vendor_aptx_hd_send_frames()
392 expected_read_bytes); in a2dp_vendor_aptx_hd_send_frames()
394 expected_read_bytes); in a2dp_vendor_aptx_hd_send_frames()
397 if (bytes_read < expected_read_bytes) { in a2dp_vendor_aptx_hd_send_frames()
400 __func__, bytes_read, expected_read_bytes); in a2dp_vendor_aptx_hd_send_frames()