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

/hardware/libhardware/modules/audio/
H A Daudio_hw.c192 static ssize_t in_read(struct audio_stream_in *stream, void* buffer, function
353 in->stream.read = in_read;
/hardware/libhardware/modules/audio_remote_submix/
H A Daudio_hw.cpp392 static ssize_t in_read(struct audio_stream_in *stream, void* buffer, function in namespace:android
395 //ALOGV("in_read bytes=%u", bytes);
441 //ALOGV(" in_read (att=%d) got %ld frames, remaining=%u",
444 //ALOGE(" in_read read returned %ld", frames_read);
496 ALOGV("in_read returns %d", bytes);
711 in->stream.read = in_read;
/hardware/libhardware_legacy/audio/
H A Daudio_hw_hal.cpp378 static ssize_t in_read(struct audio_stream_in *stream, void* buffer, function
588 in->stream.read = in_read;
/hardware/qcom/audio/alsa_sound/
H A Daudio_hw_hal.cpp399 static ssize_t in_read(struct audio_stream_in *stream, void* buffer, function
659 in->stream.read = in_read;

Completed in 46 milliseconds