HomeSort by relevance Sort by last modified time
    Searched refs:stream_in (Results 1 - 13 of 13) sorted by null

  /device/samsung/manta/audio/
audio_hw.c 168 struct stream_in { struct
746 static int start_input_stream(struct stream_in *in)
806 struct stream_in *in;
812 in = (struct stream_in *)((char *)buffer_provider -
813 offsetof(struct stream_in, buf_provider));
853 struct stream_in *in;
858 in = (struct stream_in *)((char *)buffer_provider -
859 offsetof(struct stream_in, buf_provider));
866 static ssize_t read_frames(struct stream_in *in, void *buffer, ssize_t frames)
    [all...]
  /hardware/qcom/audio/hal/
audio_hw.h 186 struct stream_in { struct
209 struct stream_in *in;
243 struct stream_in *active_input;
286 * stream_in or stream_out mutex first, followed by the audio_device mutex.
audio_hw.c     [all...]
  /hardware/libhardware/include/hardware/
audio.h 411 struct audio_stream_in **stream_in);
414 struct audio_stream_in *stream_in);
  /hardware/libhardware/modules/audio/
audio_hw.c 330 struct audio_stream_in **stream_in)
356 *stream_in = &in->stream;
361 *stream_in = NULL;
  /device/generic/goldfish/audio/
audio_hw.c 526 struct audio_stream_in **stream_in)
571 *stream_in = &in->stream;
  /hardware/libhardware/modules/usbaudio/
audio_hw.c 359 struct audio_stream_in **stream_in)
  /external/bluetooth/bluedroid/audio_a2dp_hw/
audio_a2dp_hw.c 979 struct audio_stream_in **stream_in)
1008 *stream_in = &in->stream;
1013 *stream_in = NULL;
  /hardware/libhardware/modules/audio_remote_submix/
audio_hw.cpp 676 struct audio_stream_in **stream_in)
722 *stream_in = &in->stream;
734 *stream_in = NULL;
  /hardware/libhardware_legacy/audio/
audio_hw_hal.cpp 554 struct audio_stream_in **stream_in)
591 *stream_in = &in->stream;
596 *stream_in = NULL;
  /hardware/qcom/audio/legacy/alsa_sound/
audio_hw_hal.cpp 623 audio_stream_in **stream_in)
662 *stream_in = &in->stream;
667 *stream_in = NULL;
  /device/ti/panda/audio/
audio_hw.c     [all...]
  /device/samsung/tuna/audio/
audio_hw.c     [all...]

Completed in 578 milliseconds