Home
last modified time | relevance | path

Searched refs:USECASE_AUDIO_PLAYBACK_OFFLOAD (Results 1 – 5 of 5) sorted by relevance

/hardware/qcom/audio/hal/
Daudio_hw.c283 [USECASE_AUDIO_PLAYBACK_OFFLOAD] = "compress-offload-playback",
391 if (out->usecase == USECASE_AUDIO_PLAYBACK_OFFLOAD) in register_out_stream()
2333 if (out->usecase == USECASE_AUDIO_PLAYBACK_OFFLOAD) { in stop_output_stream()
2530 if (out->usecase == USECASE_AUDIO_PLAYBACK_OFFLOAD) { in start_output_stream()
2761 if (out->usecase == USECASE_AUDIO_PLAYBACK_OFFLOAD) { in out_get_buffer_size()
2799 if (out->usecase != USECASE_AUDIO_PLAYBACK_OFFLOAD) { in out_standby_l()
2868 if (out->usecase == USECASE_AUDIO_PLAYBACK_OFFLOAD) { in out_on_error()
2987 if (out->usecase == USECASE_AUDIO_PLAYBACK_OFFLOAD) { in out_set_parameters()
3142 if (out->usecase == USECASE_AUDIO_PLAYBACK_OFFLOAD) { in out_set_parameters()
3280 if (out->usecase == USECASE_AUDIO_PLAYBACK_OFFLOAD) in out_get_latency()
[all …]
Daudio_hw.h82 USECASE_AUDIO_PLAYBACK_OFFLOAD, enumerator
/hardware/qcom/audio/hal/audio_extn/
Dmaxxaudio.c249 (usecase->id == USECASE_AUDIO_PLAYBACK_OFFLOAD)) && in valid_usecase()
/hardware/qcom/audio/hal/msm8916/
Dplatform.c179 [USECASE_AUDIO_PLAYBACK_OFFLOAD] =
537 {TO_NAME_INDEX(USECASE_AUDIO_PLAYBACK_OFFLOAD)},
/hardware/qcom/audio/hal/msm8974/
Dplatform.c200 [USECASE_AUDIO_PLAYBACK_OFFLOAD] = {PLAYBACK_OFFLOAD_DEVICE,
690 {TO_NAME_INDEX(USECASE_AUDIO_PLAYBACK_OFFLOAD)},
4929 case USECASE_AUDIO_PLAYBACK_OFFLOAD: in platform_sound_trigger_usecase_needs_event()