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.cc378 uint32_t expected_read_bytes = in a2dp_vendor_aptx_hd_send_frames() local
387 expected_read_bytes; in a2dp_vendor_aptx_hd_send_frames()
389 LOG_VERBOSE("%s: PCM read of size %u", __func__, expected_read_bytes); in a2dp_vendor_aptx_hd_send_frames()
391 expected_read_bytes); in a2dp_vendor_aptx_hd_send_frames()
394 if (bytes_read < expected_read_bytes) { in a2dp_vendor_aptx_hd_send_frames()
396 __func__, bytes_read, expected_read_bytes); in a2dp_vendor_aptx_hd_send_frames()
Da2dp_vendor_aptx_encoder.cc392 uint32_t expected_read_bytes = in a2dp_vendor_aptx_send_frames() local
401 expected_read_bytes; in a2dp_vendor_aptx_send_frames()
403 LOG_VERBOSE("%s: PCM read of size %u", __func__, expected_read_bytes); in a2dp_vendor_aptx_send_frames()
405 expected_read_bytes); in a2dp_vendor_aptx_send_frames()
407 if (bytes_read < expected_read_bytes) { in a2dp_vendor_aptx_send_frames()
409 __func__, bytes_read, expected_read_bytes); in a2dp_vendor_aptx_send_frames()