Searched refs:PCM_OUT (Results 1 – 16 of 16) sorted by relevance
/aosp12/system/media/alsa_utils/ |
H A D | alsa_device_profile.c | 408 if (profile->direction == PCM_OUT && in read_alsa_device_config() 592 const bool isOutProfile = profile->direction == PCM_OUT; in profile_get_channel_count_strs() 675 profile->card, profile->device, profile->direction == PCM_OUT ? "OUT" : "IN"); in profile_dump()
|
H A D | alsa_device_proxy.c | 133 profile->direction == PCM_OUT ? "PCM_OUT" : "PCM_IN"); in proxy_open()
|
/aosp12/frameworks/base/libs/usb/tests/accessorytest/ |
H A D | audio.c | 209 pcm = pcm_open(oc, od, PCM_OUT, &config); in init_audio()
|
/aosp12/hardware/qcom/audio/hal/audio_extn/ |
H A D | hfp.c | 292 PCM_OUT, &pcm_config_hfp); in start_hfp() 304 PCM_OUT, &pcm_config_hfp); in start_hfp()
|
H A D | cirrus_playback.c | 502 PCM_OUT, &pcm_config_cirrus_rx); in audio_extn_cirrus_calibration_thread()
|
H A D | spkr_protection.c | 358 PCM_OUT, &pcm_config_skr_prot); in spkr_calibrate()
|
/aosp12/system/extras/tests/audio/alsa/ |
H A D | pcmtest.cpp | 122 pcmnodes[pcms].flags = PCM_OUT; in getSndDev()
|
/aosp12/hardware/qcom/audio/legacy/libalsa-intf/ |
H A D | alsa_audio.h | 54 #define PCM_OUT 0x00000000 macro
|
H A D | aplay.c | 182 flags |= PCM_OUT; in play_file()
|
/aosp12/hardware/libhardware/modules/usbaudio/ |
H A D | audio_hal.c | 850 profile_init(&device_info->profile, PCM_OUT); in adev_open_output_stream() 1576 int direction = PCM_OUT; in adev_create_audio_patch() 1615 direction = PCM_OUT; in adev_create_audio_patch() 1737 profile_init(&profile, is_output ? PCM_OUT : PCM_IN); in adev_get_audio_port() 1770 profile_init(&profile, is_output ? PCM_OUT : PCM_IN); in adev_get_audio_port_v7()
|
/aosp12/hardware/qcom/audio/legacy/alsa_sound/ |
H A D | alsa_default.cpp | 673 flags = PCM_OUT; in s_open() 740 flags = PCM_OUT; in s_start_voip_call() 840 flags = PCM_OUT | PCM_MONO; in s_start_voice_call() 960 flags = PCM_OUT | PCM_STEREO; in s_start_fm()
|
H A D | AudioUsbALSA.cpp | 419 mproxyRecordingHandle = configureDevice(PCM_OUT|channelFlag|PCM_MMAP, (char *)"hw:0,7", in RecordingThreadEntry() 800 musbPlaybackHandle = configureDevice(PCM_OUT|PCM_STEREO|PCM_MMAP, (char *)"hw:1,0", in PlaybackThreadEntry()
|
/aosp12/hardware/qcom/audio/hal/ |
H A D | voice.c | 205 PCM_OUT, &voice_config); in voice_start_usecase()
|
H A D | audio_hw.c | 2582 unsigned int flags = PCM_OUT | PCM_MONOTONIC; in start_output_stream() 4068 (PCM_OUT | PCM_MMAP | PCM_NOIRQ | PCM_MONOTONIC), &out->config); in out_create_mmap_buffer() 6327 PCM_OUT, in adev_verify_devices()
|
/aosp12/hardware/google/pixel/vibrator/cs40l25/ |
H A D | Vibrator.cpp | 1146 *haptic_pcm = pcm_open(card, device, PCM_OUT, &haptic_nohost_config); in enableHapticPcmAmp()
|
/aosp12/hardware/google/pixel/vibrator/cs40l26/ |
H A D | Vibrator.cpp | 1034 *haptic_pcm = pcm_open(card, device, PCM_OUT, &haptic_nohost_config); in enableHapticPcmAmp()
|