Home
last modified time | relevance | path

Searched refs:frames_total_buffered (Results 1 – 4 of 4) sorted by relevance

/device/generic/car/emulator/audio/driver/
Daudio_hw.h62 uint64_t frames_total_buffered; // Protected by this->lock member
Daudio_hw.c318 out->frames_total_buffered = 0; in get_current_output_position()
361 out->frames_total_buffered = 0; in out_write()
376 out->frames_total_buffered += frames; in out_write()
383 int frames_sleep = out->frames_total_buffered < out->buffer.frame_count ? 0 : frames; in out_write()
1007 out->frames_total_buffered = 0; in adev_open_output_stream()
/device/linaro/dragonboard/audio/
Daudio_hw.c190 uint64_t frames_total_buffered; // Protected by this->lock member
531 out->frames_total_buffered = 0; in get_current_output_position()
558 out->frames_total_buffered = 0; in out_write()
567 out->frames_total_buffered += frames; in out_write()
574 int frames_sleep = out->frames_total_buffered < out->buffer.frame_count ? 0 : frames; in out_write()
1247 out->frames_total_buffered = 0; in adev_open_output_stream()
/device/google/cuttlefish/guest/hals/audio/
Daudio_hw.c193 uint64_t frames_total_buffered; // Protected by this->lock member
534 out->frames_total_buffered = 0; in get_current_output_position()
561 out->frames_total_buffered = 0; in out_write()
570 out->frames_total_buffered += frames; in out_write()
577 int frames_sleep = out->frames_total_buffered < out->buffer.frame_count ? 0 : frames; in out_write()
1250 out->frames_total_buffered = 0; in adev_open_output_stream()