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 45 if (stream_type == PCM_PLAYBACK) {
83 rc = platform_get_default_app_type_v2(platform, PCM_PLAYBACK, &app_type);
117 pcm_device_id = platform_get_pcm_device_id(usecase->id, PCM_PLAYBACK);
131 rc = platform_get_default_app_type_v2(adev->platform, PCM_PLAYBACK, &app_type);
137 acdb_dev_id, sample_rate, PCM_PLAYBACK);
167 rc = platform_get_default_app_type_v2(adev->platform, PCM_PLAYBACK, &app_type);
170 acdb_dev_id, sample_rate, PCM_PLAYBACK);
soundtrigger.c 219 device_type = PCM_PLAYBACK;
hfp.c 267 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 243 PCM_PLAYBACK,
audio_hw.c 301 PCM_PLAYBACK : PCM_CAPTURE);
877 if (usecase->type != PCM_PLAYBACK &&
    [all...]
voice.c 185 pcm_dev_rx_id = platform_get_pcm_device_id(uc_info->id, PCM_PLAYBACK);
  /hardware/qcom/audio/hal/msm8960/
platform.c 406 if (device_type == PCM_PLAYBACK)
    [all...]
  /hardware/qcom/audio/hal/msm8916/
platform.c     [all...]
  /hardware/qcom/audio/hal/msm8974/
platform.c 696 usecase->type == PCM_PLAYBACK &&
    [all...]

Completed in 6088 milliseconds