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

  /hardware/qcom/audio/hal/
voice.h 40 struct stream_in;
82 bool voice_is_in_call_rec_stream(struct stream_in *in);
87 struct stream_in *in);
91 struct stream_in *in);
audio_hw.h 156 struct stream_in { struct
181 struct stream_in *in;
200 struct stream_in *active_input;
262 * stream_in or stream_out mutex first, followed by the audio_device mutex.
audio_hw.c 653 static int stop_input_stream(struct stream_in *in)
683 int start_input_stream(struct stream_in *in)
    [all...]
voice.c 192 bool voice_is_in_call_rec_stream(struct stream_in *in)
218 struct stream_in *in)
257 struct stream_in *in)
  /external/libcxx/test/utilities/template.bitset/bitset.operators/
Android.mk 31 test_name := utilities/template.bitset/bitset.operators/stream_in
32 test_src := stream_in.pass.cpp
  /hardware/qcom/audio/hal/voice_extn/
voice_extn.h 32 int voice_extn_is_in_call_rec_stream(struct stream_in *in, bool *in_call_rec);
77 static int voice_extn_is_in_call_rec_stream(struct stream_in *in __unused, bool *in_call_rec __unused)
voice_extn.c 338 int voice_extn_is_in_call_rec_stream(struct stream_in *in, bool *in_call_rec)
  /device/asus/grouper/audio/
audio_hw.c 121 struct stream_in *active_in;
144 struct stream_in { struct
184 * audio_device mutex first, followed by the stream_in and/or
246 static void do_in_standby(struct stream_in *in)
296 struct stream_in *in = adev->active_in;
337 static int start_input_stream(struct stream_in *in)
410 struct stream_in *in;
415 in = (struct stream_in *)((char *)buffer_provider -
416 offsetof(struct stream_in, buf_provider));
456 struct stream_in *in
    [all...]
  /hardware/libhardware/modules/usbaudio/
audio_hw.c 96 struct stream_in { struct
614 uint32_t rate = proxy_get_sample_rate(&((const struct stream_in *)stream)->proxy);
627 const struct stream_in * in = ((const struct stream_in*)stream);
633 const struct stream_in *in = (const struct stream_in*)stream;
640 * alsa_device_proxy * proxy = ((struct stream_in*)stream)->proxy;
660 struct stream_in *in = (struct stream_in *)stream;
685 struct stream_in *in = (struct stream_in *)stream
    [all...]
  /device/samsung/manta/audio/
audio_hw.c 178 struct stream_in { struct
768 static int start_input_stream(struct stream_in *in)
831 struct stream_in *in;
837 in = (struct stream_in *)((char *)buffer_provider -
838 offsetof(struct stream_in, buf_provider));
879 struct stream_in *in;
884 in = (struct stream_in *)((char *)buffer_provider -
885 offsetof(struct stream_in, buf_provider));
892 static ssize_t read_frames(struct stream_in *in, void *buffer, ssize_t frames)
    [all...]
  /device/htc/flounder/audio/hal/
audio_hw.c 547 struct stream_in *active_input = NULL;
552 active_input = (struct stream_in *)usecase->stream;
786 struct stream_in *active_input = NULL;
797 active_input = (struct stream_in *)usecase->stream;
839 usecase->devices = ((struct stream_in *)usecase->stream)->devices;
898 static ssize_t read_frames(struct stream_in *in, void *buffer, ssize_t frames);
899 static int do_in_standby_l(struct stream_in *in);
902 static void get_capture_reference_delay(struct stream_in *in,
    [all...]
audio_hw.h 310 struct stream_in { struct
384 struct stream_in* active_input;
440 * lock_inputs, stream_in, stream_out, audio_device, then tfa9895 mutex.
441 * stream_in mutex must always be before stream_out mutex
  /hardware/libhardware/modules/audio/
audio_hw.c 331 struct audio_stream_in **stream_in,
360 *stream_in = &in->stream;
365 *stream_in = NULL;
  /hardware/libhardware/include/hardware/
audio.h 595 struct audio_stream_in **stream_in,
601 struct audio_stream_in *stream_in);
  /device/asus/fugu/libaudio/
audio_hal_thunks.cpp 416 struct audio_stream_in **stream_in,
428 *stream_in = NULL;
464 *stream_in = &in->stream;
  /device/generic/goldfish/audio/
audio_hw.c 527 struct audio_stream_in **stream_in,
575 *stream_in = &in->stream;
  /external/bluetooth/bluedroid/audio_a2dp_hw/
audio_a2dp_hw.c 1203 struct audio_stream_in **stream_in,
1241 *stream_in = &in->stream;
    [all...]
  /hardware/libhardware_legacy/audio/
audio_hw_hal.cpp 556 struct audio_stream_in **stream_in,
596 *stream_in = &in->stream;
601 *stream_in = NULL;
  /hardware/qcom/audio/legacy/alsa_sound/
audio_hw_hal.cpp 624 audio_stream_in **stream_in,
666 *stream_in = &in->stream;
671 *stream_in = NULL;
  /hardware/intel/audio_media/hdmi/
tinyaudio_hw.c 892 struct audio_stream_in **stream_in,
901 UNUSED_PARAMETER(stream_in);
  /hardware/libhardware/modules/audio_remote_submix/
audio_hw.cpp     [all...]
  /ndk/tests/device/test-libc++-shared-full/jni/
Android.mk     [all...]
  /ndk/tests/device/test-libc++-static-full/jni/
Android.mk     [all...]

Completed in 826 milliseconds