Searched refs:in_read (Results 1 - 6 of 6) sorted by relevance

/hardware/libhardware/modules/audio/
H A Daudio_hw.c297 static ssize_t in_read(struct audio_stream_in *stream, void* buffer, function
300 ALOGV("in_read: bytes %zu", bytes);
323 // On the subsequent in_read(), we measure the elapsed time spent in
528 in->stream.read = in_read;
/hardware/libhardware_legacy/audio/
H A Daudio_hw_hal.cpp380 static ssize_t in_read(struct audio_stream_in *stream, void* buffer, function
595 in->stream.read = in_read;
/hardware/qcom/audio/legacy/alsa_sound/
H A Daudio_hw_hal.cpp399 static ssize_t in_read(struct audio_stream_in *stream, void* buffer, function
663 in->stream.read = in_read;
/hardware/libhardware/modules/usbaudio/
H A Daudio_hal.c854 static ssize_t in_read(struct audio_stream_in *stream, void* buffer, size_t bytes) function
973 in->stream.read = in_read;
/hardware/libhardware/modules/audio_remote_submix/
H A Daudio_hw.cpp1083 static ssize_t in_read(struct audio_stream_in *stream, void* buffer,
1091 SUBMIX_ALOGV("in_read bytes=%zu", bytes);
1137 SUBMIX_ALOGV("in_read(): %d output channels will be converted to %d "
1190 SUBMIX_ALOGV("in_read(): frames available to read %zd", source->availableToRead());
1194 SUBMIX_ALOGV("in_read(): frames read %zd", frames_read);
1226 SUBMIX_ALOGV("in_read(): resampling %zd frames", frames_read);
1240 SUBMIX_ALOGV("in_read(): resampler produced %zd frames", input_stream_frame);
1253 SUBMIX_ALOGV(" in_read (att=%d) got %zd frames, remaining=%zu",
1257 SUBMIX_ALOGE(" in_read read returned %zd", frames_read);
1306 SUBMIX_ALOGV("in_read return
[all...]
/hardware/qcom/audio/hal/
H A Daudio_hw.c3724 static ssize_t in_read(struct audio_stream_in *stream, void *buffer, function
5010 in->stream.read = in_read;

Completed in 91 milliseconds