Searched defs:stream_in (Results 1 – 9 of 9) sorted by relevance
| /hardware/qcom/audio/hal/ |
| D | audio_hw.h | 193 struct stream_in { struct 194 struct audio_stream_in stream; argument 195 pthread_mutex_t lock; /* see note below on mutex acquisition order */ 196 pthread_mutex_t pre_lock; /* acquire before lock to avoid DOS by capture thread */ 197 struct pcm_config config; 198 struct pcm *pcm; 199 int standby; 200 int source; 201 int pcm_device_id; 202 audio_devices_t device; [all …]
|
| D | audio_hw.c | 3068 struct audio_stream_in **stream_in, in adev_open_input_stream()
|
| /hardware/bsp/intel/peripheral/audio/generic/ |
| D | audio_hal.c | 119 struct stream_in { struct 120 struct audio_stream_in stream; argument 122 pthread_mutex_t lock; /* see note below on mutex acquisition order */ 123 pthread_mutex_t pre_lock; /* acquire before lock to avoid DOS by capture thread */ 147 * stream_in or stream_out mutex first, followed by the audio_device mutex. argument 968 struct audio_stream_in **stream_in, in adev_open_input_stream()
|
| /hardware/libhardware/modules/usbaudio/ |
| D | audio_hal.c | 109 struct stream_in { struct 110 struct audio_stream_in stream; argument 112 struct stream_lock lock; 114 bool standby; 116 struct audio_device *adev; /* hardware information - only using this for the lock */ 118 alsa_device_profile * profile; /* Points to the alsa_device_profile in the audio_device */ 119 alsa_device_proxy proxy; /* state of the stream */ 121 unsigned hal_channel_count; /* channel count exposed to AudioFlinger. 146 * stream_in or stream_out mutex first, followed by the audio_device mutex. argument 934 struct audio_stream_in **stream_in, in adev_open_input_stream()
|
| /hardware/libhardware/modules/audio/ |
| D | audio_hw.c | 420 struct audio_stream_in **stream_in, in adev_open_input_stream()
|
| /hardware/intel/audio_media/hdmi/ |
| D | tinyaudio_hw.c | 875 struct audio_stream_in **stream_in, in adev_open_input_stream()
|
| /hardware/libhardware_legacy/audio/ |
| D | audio_hw_hal.cpp | 558 struct audio_stream_in **stream_in, in adev_open_input_stream()
|
| /hardware/qcom/audio/legacy/alsa_sound/ |
| D | audio_hw_hal.cpp | 624 audio_stream_in **stream_in, in adev_open_input_stream()
|
| /hardware/libhardware/modules/audio_remote_submix/ |
| D | audio_hw.cpp | 1556 struct audio_stream_in **stream_in, in audio_config_compare()
|