Home | History | Annotate | Download | only in hal

Lines Matching defs:bytes_to_write

3036             size_t bytes_to_write = bytes;
3053 bytes_to_write /= 2;
3055 ALOGVV("%s: writing buffer (%zu bytes) to pcm device", __func__, bytes_to_write);
3062 ret = pcm_mmap_write(out->pcm, (void *)buffer, bytes_to_write);
3064 ret = pcm_write(out->pcm, (void *)buffer, bytes_to_write);