Searched refs:expected_read_bytes (Results 1 – 2 of 2) sorted by relevance
378 uint32_t expected_read_bytes = in a2dp_vendor_aptx_hd_send_frames() local387 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()
392 uint32_t expected_read_bytes = in a2dp_vendor_aptx_send_frames() local401 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()