HomeSort by relevance Sort by last modified time
    Searched refs:stream_out (Results 1 - 25 of 28) sorted by null

1 2

  /external/libcxx/test/utilities/template.bitset/bitset.operators/
Android.mk 27 test_name := utilities/template.bitset/bitset.operators/stream_out
28 test_src := stream_out.pass.cpp
  /hardware/qcom/audio/hal/
voice.h 41 struct stream_out;
89 struct stream_out *out);
audio_hw.h 118 struct stream_out { struct
182 struct stream_out *out;
201 struct stream_out *primary_output;
202 struct stream_out *voice_tx_output;
203 struct stream_out *current_call_output;
262 * stream_in or stream_out mutex first, followed by the audio_device mutex.
audio_hw.c 441 static int read_hdmi_channel_masks(struct stream_out *out)
755 static int send_offload_cmd_l(struct stream_out* out, int command)
768 static void stop_compressed_output_l(struct stream_out *out)
783 struct stream_out *out = (struct stream_out *) context;
874 static int create_offload_callback_thread(struct stream_out *out)
883 static int destroy_offload_callback_thread(struct stream_out *out)
    [all...]
voice.c 272 struct stream_out *out)
  /hardware/qcom/audio/hal/voice_extn/
voice_extn.h 92 struct stream_out *out);
95 struct stream_out *out __unused)
voice_extn.c 552 struct stream_out *out)
  /hardware/intel/audio_media/hdmi/
tinyaudio_hw.c 125 struct stream_out { struct
239 static int start_output_stream(struct stream_out *out)
297 struct stream_out *out = (struct stream_out *)stream;
311 struct stream_out *out = (struct stream_out *)stream;
341 struct stream_out *out = (struct stream_out *)stream;
363 struct stream_out *out = (struct stream_out *)stream
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
streamparams.cc 154 StreamParams* stream_out) {
158 if (stream_out != NULL) {
159 *stream_out = *stream;
168 StreamParams* stream_out) {
169 return GetStream(streams, StreamSelector(ssrc), stream_out);
175 StreamParams* stream_out) {
176 return GetStream(streams, StreamSelector(groupid, id), stream_out);
streamparams.h 209 StreamParams* stream_out);
211 StreamParams* stream_out);
215 StreamParams* stream_out);
  /external/clang/test/SemaCXX/
typo-correction.cpp 95 unknown_type_test::stream_out out; // expected-error{{no type named 'stream_out' in namespace 'unknown_type_test'; did you mean 'StreamOut'?}}
104 bar((stream_out)); // expected-error{{use of undeclared identifier 'stream_out'; did you mean 'stream_count'?}}
106 stream_out out; // expected-error{{unknown type name 'stream_out'; did you mean 'StreamOut'?}}
108 bar((stream_out)); // expected-error{{use of undeclared identifier 'stream_out'; did you mean 'stream_count'?}}
  /hardware/libhardware/modules/usbaudio/
audio_hw.c 74 struct stream_out { struct
245 uint32_t rate = proxy_get_sample_rate(&((struct stream_out*)stream)->proxy);
257 const struct stream_out* out = (const struct stream_out*)stream;
265 const struct stream_out *out = (const struct stream_out*)stream;
275 alsa_device_proxy * proxy = &((struct stream_out*)stream)->proxy;
287 struct stream_out *out = (struct stream_out *)stream;
312 struct stream_out *out = (struct stream_out *)stream
    [all...]
  /device/samsung/manta/audio/
audio_hw.c 133 audio_devices_t out_device; /* "or" of stream_out.device for all active output streams */
152 struct stream_out *outputs[OUTPUT_TOTAL];
156 struct stream_out { struct
426 static void do_out_standby(struct stream_out *out);
474 static int read_hdmi_channel_masks(struct audio_device *adev, struct stream_out *out) {
632 struct stream_out *out;
707 static int start_output_stream(struct stream_out *out)
933 struct stream_out *out = (struct stream_out *)stream;
945 struct stream_out *out = (struct stream_out *)stream
    [all...]
  /device/asus/grouper/audio/
audio_hw.c 120 struct stream_out *active_out;
124 struct stream_out { struct
185 * stream_out mutexes.
225 static void do_out_standby(struct stream_out *out)
267 static int start_output_stream(struct stream_out *out)
364 struct stream_out *out = adev->active_out;
540 struct stream_out *out = (struct stream_out *)stream;
558 struct stream_out *out = (struct stream_out *)stream
    [all...]
  /device/htc/flounder/audio/hal/
audio_hw.c 787 struct stream_out *active_out;
805 active_out = (struct stream_out *)usecase->stream;
    [all...]
audio_hw.h 264 struct stream_out { struct
385 struct stream_out* primary_output;
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 221 struct audio_stream_out **stream_out,
250 *stream_out = &out->stream;
255 *stream_out = NULL;
  /hardware/libhardware/include/hardware/
audio.h 584 struct audio_stream_out **stream_out,
588 struct audio_stream_out* stream_out);
  /hardware/qcom/audio/legacy/alsa_sound/
audio_hw_hal.cpp 521 struct audio_stream_out **stream_out)
542 *stream_out = &out->stream;
547 *stream_out = NULL;
557 struct audio_stream_out **stream_out,
600 *stream_out = &out->stream;
605 *stream_out = NULL;
  /device/asus/fugu/libaudio/
audio_hal_thunks.cpp 492 struct audio_stream_out **stream_out,
501 *stream_out = NULL;
544 *stream_out = &out->stream;
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
mediasession.h 541 uint32 ssrc, StreamParams* stream_out);
545 StreamParams* stream_out);
  /device/generic/goldfish/audio/
audio_hw.c 374 struct audio_stream_out **stream_out,
422 *stream_out = &out->stream;
  /external/bluetooth/bluedroid/audio_a2dp_hw/
audio_a2dp_hw.c 1006 struct audio_stream_out **stream_out,
1056 *stream_out = &out->stream;
1072 *stream_out = NULL;
    [all...]
  /hardware/libhardware_legacy/audio/
audio_hw_hal.cpp 491 struct audio_stream_out **stream_out,
532 *stream_out = &out->stream;
537 *stream_out = NULL;
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
webrtcsession.cc 224 cricket::StreamParams stream_out; local
232 if (cricket::GetStreamBySsrc(audio_content->streams(), ssrc, &stream_out)) {
233 *track_id = stream_out.id;
245 if (cricket::GetStreamBySsrc(video_content->streams(), ssrc, &stream_out)) {
246 *track_id = stream_out.id;
    [all...]

Completed in 657 milliseconds

1 2