HomeSort by relevance Sort by last modified time
    Searched full:expected_read_bytes (Results 1 - 2 of 2) sorted by null

  /system/bt/stack/a2dp/
a2dp_vendor_aptx_encoder.cc 394 uint32_t expected_read_bytes = local
403 expected_read_bytes;
406 expected_read_bytes);
408 expected_read_bytes);
410 if (bytes_read < expected_read_bytes) {
413 __func__, bytes_read, expected_read_bytes);
a2dp_vendor_aptx_hd_encoder.cc 380 uint32_t expected_read_bytes = local
389 expected_read_bytes;
392 expected_read_bytes);
394 expected_read_bytes);
397 if (bytes_read < expected_read_bytes) {
400 __func__, bytes_read, expected_read_bytes);

Completed in 73 milliseconds