Home
last modified time | relevance | path

Searched refs:PCM_OUT (Results 1 – 16 of 16) sorted by relevance

/aosp12/system/media/alsa_utils/
H A Dalsa_device_profile.c408 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 Dalsa_device_proxy.c133 profile->direction == PCM_OUT ? "PCM_OUT" : "PCM_IN"); in proxy_open()
/aosp12/frameworks/base/libs/usb/tests/accessorytest/
H A Daudio.c209 pcm = pcm_open(oc, od, PCM_OUT, &config); in init_audio()
/aosp12/hardware/qcom/audio/hal/audio_extn/
H A Dhfp.c292 PCM_OUT, &pcm_config_hfp); in start_hfp()
304 PCM_OUT, &pcm_config_hfp); in start_hfp()
H A Dcirrus_playback.c502 PCM_OUT, &pcm_config_cirrus_rx); in audio_extn_cirrus_calibration_thread()
H A Dspkr_protection.c358 PCM_OUT, &pcm_config_skr_prot); in spkr_calibrate()
/aosp12/system/extras/tests/audio/alsa/
H A Dpcmtest.cpp122 pcmnodes[pcms].flags = PCM_OUT; in getSndDev()
/aosp12/hardware/qcom/audio/legacy/libalsa-intf/
H A Dalsa_audio.h54 #define PCM_OUT 0x00000000 macro
H A Daplay.c182 flags |= PCM_OUT; in play_file()
/aosp12/hardware/libhardware/modules/usbaudio/
H A Daudio_hal.c850 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 Dalsa_default.cpp673 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 DAudioUsbALSA.cpp419 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 Dvoice.c205 PCM_OUT, &voice_config); in voice_start_usecase()
H A Daudio_hw.c2582 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 DVibrator.cpp1146 *haptic_pcm = pcm_open(card, device, PCM_OUT, &haptic_nohost_config); in enableHapticPcmAmp()
/aosp12/hardware/google/pixel/vibrator/cs40l26/
H A DVibrator.cpp1034 *haptic_pcm = pcm_open(card, device, PCM_OUT, &haptic_nohost_config); in enableHapticPcmAmp()