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_hd_encoder.cc382 uint32_t expected_read_bytes = in a2dp_vendor_aptx_hd_send_frames() local
391 expected_read_bytes; in a2dp_vendor_aptx_hd_send_frames()
394 expected_read_bytes); in a2dp_vendor_aptx_hd_send_frames()
396 expected_read_bytes); in a2dp_vendor_aptx_hd_send_frames()
399 if (bytes_read < expected_read_bytes) { in a2dp_vendor_aptx_hd_send_frames()
402 __func__, bytes_read, expected_read_bytes); in a2dp_vendor_aptx_hd_send_frames()
Da2dp_vendor_aptx_encoder.cc396 uint32_t expected_read_bytes = in a2dp_vendor_aptx_send_frames() local
405 expected_read_bytes; in a2dp_vendor_aptx_send_frames()
408 expected_read_bytes); in a2dp_vendor_aptx_send_frames()
410 expected_read_bytes); in a2dp_vendor_aptx_send_frames()
412 if (bytes_read < expected_read_bytes) { in a2dp_vendor_aptx_send_frames()
415 __func__, bytes_read, expected_read_bytes); in a2dp_vendor_aptx_send_frames()