Searched refs:PCM_OUT (Results 1 – 11 of 11) sorted by relevance
/hardware/qcom/audio/hal/audio_extn/ |
D | hfp.c | 150 PCM_OUT, &pcm_config_hfp); in start_hfp() 160 PCM_OUT, &pcm_config_hfp); in start_hfp()
|
/hardware/libhardware/modules/usbaudio/ |
D | alsa_device_proxy.c | 69 profile->direction == PCM_OUT ? "PCM_OUT" : "PCM_IN"); in proxy_open()
|
D | alsa_device_profile.c | 457 const bool isOutProfile = profile->direction == PCM_OUT; in profile_get_channel_count_strs()
|
D | audio_hw.c | 1099 profile_init(&adev->out_profile, PCM_OUT); in adev_open()
|
/hardware/qcom/audio/legacy/libalsa-intf/ |
D | alsa_audio.h | 54 #define PCM_OUT 0x00000000 macro
|
D | aplay.c | 182 flags |= PCM_OUT; in play_file()
|
/hardware/qcom/audio/legacy/alsa_sound/ |
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()
|
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()
|
/hardware/qcom/audio/hal/ |
D | voice.c | 135 PCM_OUT, &voice_config); in voice_start_usecase()
|
D | audio_hw.c | 1051 unsigned int flags = PCM_OUT; in start_output_stream() 2499 PCM_OUT, in adev_verify_devices()
|
/hardware/intel/audio_media/hdmi/ |
D | tinyaudio_hw.c | 276 out->pcm = pcm_open(adev->card, adev->device, PCM_OUT, &out->pcm_config); in start_output_stream()
|