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

  /external/qemu/audio/
noaudio.c 122 int to_clear = audio_MIN (samples, total); local
123 audio_pcm_info_clear_buf (&sw->info, buf, to_clear);
124 return to_clear;