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

  /hardware/intel/audio_media/hdmi/
tinyaudio_hw.c 125 struct stream_out { struct
224 static int start_output_stream(struct stream_out *out)
281 struct stream_out *out = (struct stream_out *)stream;
295 struct stream_out *out = (struct stream_out *)stream;
325 struct stream_out *out = (struct stream_out *)stream;
347 struct stream_out *out = (struct stream_out *)stream
    [all...]
  /system/bt/hci/src/
hci_packet_factory.c 34 static BT_HDR *make_command(uint16_t opcode, size_t parameter_size, uint8_t **stream_out);
159 static BT_HDR *make_command(uint16_t opcode, size_t parameter_size, uint8_t **stream_out) {
166 if (stream_out != NULL)
167 *stream_out = stream;
  /hardware/qcom/audio/hal/
voice.h 41 struct stream_out;
90 struct stream_out *out);
audio_hw.h 151 struct stream_out { struct
230 struct stream_out *out;
263 struct stream_out *primary_output;
264 struct stream_out *voice_tx_output;
265 struct stream_out *current_call_output;
343 * stream_in or stream_out mutex first, followed by the audio_device mutex.
audio_hw.c 260 static void register_out_stream(struct stream_out *out)
304 static void request_out_focus(struct stream_out *out, long ns)
338 static void release_out_focus(struct stream_out *out, long ns __unused)
751 static int read_hdmi_channel_masks(struct stream_out *out)
    [all...]
voice.c 335 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 577 struct stream_out *out)
  /hardware/libhardware/modules/usbaudio/
audio_hal.c 78 struct stream_out { struct
146 * stream_in or stream_out mutex first, followed by the audio_device mutex.
290 uint32_t rate = proxy_get_sample_rate(&((struct stream_out*)stream)->proxy);
302 const struct stream_out* out = (const struct stream_out*)stream;
310 const struct stream_out *out = (const struct stream_out*)stream;
320 alsa_device_proxy * proxy = &((struct stream_out*)stream)->proxy;
332 struct stream_out *out = (struct stream_out *)stream
    [all...]
  /hardware/bsp/intel/peripheral/audio/generic/
audio_hal.c 94 struct stream_out { struct
147 * stream_in or stream_out mutex first, followed by the audio_device mutex.
332 void lock_output_stream(struct stream_out *out)
352 uint32_t rate = proxy_get_sample_rate(&((struct stream_out*)stream)->proxy);
364 const struct stream_out* out = (const struct stream_out*)stream;
372 const struct stream_out *out = (const struct stream_out*)stream;
382 alsa_device_proxy * proxy = &((struct stream_out*)stream)->proxy;
394 struct stream_out *out = (struct stream_out *)stream
    [all...]
  /device/htc/flounder/audio/hal/
audio_hw.c 806 struct stream_out *active_out;
824 active_out = (struct stream_out *)usecase->stream;
    [all...]
audio_hw.h 266 struct stream_out { struct
394 struct stream_out* primary_output;
449 * lock_inputs, stream_in, stream_out, audio_device, then tfa9895 mutex.
450 * stream_in mutex must always be before stream_out mutex
  /device/google/dragon/audio/hal/
audio_hw.h 217 struct stream_out { struct
315 struct stream_out* primary_output;
346 * lock_inputs, stream_in, stream_out, and then audio_device.
347 * stream_in mutex must always be before stream_out mutex
audio_hw.c 756 struct stream_out *active_out;
774 active_out = (struct stream_out *)usecase->stream;
    [all...]
  /external/webrtc/talk/media/base/
streamparams.cc 48 StreamParams* stream_out) {
50 if (found && stream_out)
51 *stream_out = *found;
  /external/clang/test/SemaCXX/
typo-correction.cpp 96 unknown_type_test::stream_out out; // expected-error{{no type named 'stream_out' in namespace 'unknown_type_test'; did you mean 'StreamOut'?}}
105 bar((stream_out)); // expected-error{{use of undeclared identifier 'stream_out'; did you mean 'stream_count'?}}
107 stream_out out; // expected-error{{unknown type name 'stream_out'; did you mean 'StreamOut'?}}
109 bar((stream_out)); // expected-error{{use of undeclared identifier 'stream_out'; did you mean 'stream_count'?}}
  /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 513 struct audio_stream_out **stream_out,
522 *stream_out = NULL;
568 *stream_out = &out->stream;
  /hardware/libhardware/modules/audio/
audio_hw.c 295 struct audio_stream_out **stream_out,
326 *stream_out = &out->stream;
331 *stream_out = NULL;
  /hardware/libhardware_legacy/audio/
audio_hw_hal.cpp 493 struct audio_stream_out **stream_out,
534 *stream_out = &out->stream;
539 *stream_out = NULL;
  /device/generic/goldfish/audio/
audio_hw.c 374 struct audio_stream_out **stream_out,
422 *stream_out = &out->stream;
  /device/linaro/hikey/audio/
audio_hw.c 427 struct audio_stream_out **stream_out,
490 *stream_out = &out->stream;
  /system/bt/audio_a2dp_hw/
audio_a2dp_hw.c 1087 struct audio_stream_out **stream_out,
1139 *stream_out = &out->stream;
    [all...]
  /hardware/libhardware/include/hardware/
audio.h 605 struct audio_stream_out **stream_out,
609 struct audio_stream_out* stream_out);
  /hardware/libhardware/modules/audio_remote_submix/
audio_hw.cpp     [all...]

Completed in 1697 milliseconds