/external/tinyalsa/ |
tinypcminfo.c | 71 params = pcm_params_get(card, device, i == 0 ? PCM_OUT : PCM_IN);
|
tinyplay.c | 194 params = pcm_params_get(card, device, PCM_OUT); 237 pcm = pcm_open(card, device, PCM_OUT, &config);
|
pcm.c | 1029 if ((~pcm->flags) & (PCM_OUT | PCM_MMAP))
|
/cts/suite/audio_quality/lib/src/audio/ |
AudioPlaybackLocal.cpp | 70 mPcmHandle = pcm_open(mHwId, 0, PCM_OUT, &config);
|
/external/tinyalsa/include/tinyalsa/ |
asoundlib.h | 45 #define PCM_OUT 0x00000000
|
/hardware/qcom/audio/legacy/libalsa-intf/ |
alsa_audio.h | 54 #define PCM_OUT 0x00000000
|
aplay.c | 182 flags |= PCM_OUT;
|
/hardware/libhardware/modules/usbaudio/ |
audio_hw.c | 79 out->pcm = pcm_open(adev->card, adev->device, PCM_OUT, &pcm_config);
|
/device/samsung/manta/audio/ |
audio_hw.c | 627 adev->pcm_voice_out = pcm_open(PCM_CARD, PCM_DEVICE_VOICE, PCM_OUT | PCM_MONOTONIC, 633 adev->pcm_sco_out = pcm_open(PCM_CARD, PCM_DEVICE_SCO, PCM_OUT | PCM_MONOTONIC, 707 PCM_OUT | PCM_MONOTONIC, &out->config); 719 PCM_OUT | PCM_MONOTONIC, &out->config); [all...] |
/hardware/qcom/audio/legacy/alsa_sound/ |
alsa_default.cpp | 673 flags = PCM_OUT; 740 flags = PCM_OUT; 840 flags = PCM_OUT | PCM_MONO; [all...] |
AudioUsbALSA.cpp | 419 mproxyRecordingHandle = configureDevice(PCM_OUT|channelFlag|PCM_MMAP, (char *)"hw:0,7", 800 musbPlaybackHandle = configureDevice(PCM_OUT|PCM_STEREO|PCM_MMAP, (char *)"hw:1,0", [all...] |
/hardware/ti/wpan/tools/kfmapp/ |
kfmapp.c | 879 pcm_p = pcm_open(0, pdevice, PCM_OUT, &config); [all...] |
/hardware/qcom/audio/hal/ |
audio_hw.c | 941 PCM_OUT | PCM_MONOTONIC, &out->config); [all...] |
/device/asus/grouper/audio/ |
audio_hw.c | 294 out->pcm = pcm_open(PCM_CARD, device, PCM_OUT | PCM_NORESTART | PCM_MONOTONIC, out->pcm_config); [all...] |