HomeSort by relevance Sort by last modified time
    Searched refs:PCM_PLAYBACK (Results 1 - 12 of 12) sorted by null

  /hardware/qcom/audio/hal/audio_extn/
utils.c 50 if (stream_type == PCM_PLAYBACK) {
94 rc = platform_get_default_app_type_v2(platform, PCM_PLAYBACK, &app_type);
142 pcm_device_id = platform_get_pcm_device_id(usecase->id, PCM_PLAYBACK);
156 rc = platform_get_default_app_type_v2(adev->platform, PCM_PLAYBACK, &app_type);
163 PCM_PLAYBACK,
197 rc = platform_get_default_app_type_v2(adev->platform, PCM_PLAYBACK, &app_type);
201 PCM_PLAYBACK, SND_DEVICE_NONE);
291 PCM_PLAYBACK,
299 PCM_PLAYBACK,
307 PCM_PLAYBACK,
    [all...]
soundtrigger.c 230 device_type = PCM_PLAYBACK;
hfp.c 273 pcm_dev_rx_id = platform_get_pcm_device_id(uc_info->id, PCM_PLAYBACK);
spkr_protection.c 337 uc_info_rx->type = PCM_PLAYBACK;
346 pcm_dev_rx_id = platform_get_pcm_device_id(uc_info_rx->id, PCM_PLAYBACK);
  /device/google/dragon/audio/hal/
audio_hw.h 188 PCM_PLAYBACK = 0x1,
audio_hw.c 66 .type = PCM_PLAYBACK,
124 .type = PCM_PLAYBACK,
144 .type = PCM_PLAYBACK,
796 if (usecase->type == PCM_PLAYBACK) {
    [all...]
  /hardware/qcom/audio/hal/
audio_hw.h 266 PCM_PLAYBACK,
voice.c 178 pcm_dev_rx_id = platform_get_pcm_device_id(uc_info->id, PCM_PLAYBACK);
audio_hw.c 337 PCM_PLAYBACK : PCM_CAPTURE);
933 if (usecase->type != PCM_PLAYBACK &&
    [all...]
  /hardware/qcom/audio/hal/msm8960/
platform.c 416 if (device_type == PCM_PLAYBACK)
    [all...]
  /hardware/qcom/audio/hal/msm8974/
platform.c 593 {TO_NAME_INDEX(PCM_PLAYBACK)},
757 valid_uc_type = usecase->type == PCM_PLAYBACK;
    [all...]
  /hardware/qcom/audio/hal/msm8916/
platform.c     [all...]

Completed in 819 milliseconds