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

  /external/bluetooth/bluedroid/audio_a2dp_hw/
audio_a2dp_hw.c 462 int us_delay = calc_audiotime(out->cfg, bytes); local
464 DEBUG("emulate a2dp write delay (%d us)", us_delay);
466 usleep(us_delay);

Completed in 35 milliseconds