HomeSort by relevance Sort by last modified time
    Searched defs:in_read (Results 1 - 6 of 6) sorted by null

  /device/generic/goldfish/audio/
audio_hw_legacy.c 337 static ssize_t in_read(struct audio_stream_in *stream, void* buffer, function
589 in->stream.read = in_read;
audio_hw.c 732 // must be fixed in in_read
1063 static ssize_t in_read(struct audio_stream_in *stream, void* buffer, function
    [all...]
  /device/linaro/poplar/audio/
audio_hw.c 393 static ssize_t in_read(struct audio_stream_in *stream, void* buffer, function
396 ALOGV("in_read: bytes %zu", bytes);
606 in->stream.read = in_read;
  /device/generic/car/emulator/audio/driver/
audio_hw.c 546 // must be fixed in in_read
832 static ssize_t in_read(struct audio_stream_in *stream, void *buffer, size_t bytes) { function
    [all...]
  /device/linaro/hikey/audio/
audio_hw.c 572 static ssize_t in_read(struct audio_stream_in *stream, void* buffer, function
575 ALOGV("in_read: bytes %zu", bytes);
785 in->stream.read = in_read;
  /device/google/cuttlefish_common/guest/hals/audio/
audio_hw.c 735 // must be fixed in in_read
1066 static ssize_t in_read(struct audio_stream_in *stream, void* buffer, function
    [all...]

Completed in 103 milliseconds