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.c284 [USECASE_AUDIO_PLAYBACK_OFFLOAD] = "compress-offload-playback",
392 if (out->usecase == USECASE_AUDIO_PLAYBACK_OFFLOAD) in register_out_stream()
2334 if (out->usecase == USECASE_AUDIO_PLAYBACK_OFFLOAD) { in stop_output_stream()
2531 if (out->usecase == USECASE_AUDIO_PLAYBACK_OFFLOAD) { in start_output_stream()
2762 if (out->usecase == USECASE_AUDIO_PLAYBACK_OFFLOAD) { in out_get_buffer_size()
2800 if (out->usecase != USECASE_AUDIO_PLAYBACK_OFFLOAD) { in out_standby_l()
2869 if (out->usecase == USECASE_AUDIO_PLAYBACK_OFFLOAD) { in out_on_error()
2988 if (out->usecase == USECASE_AUDIO_PLAYBACK_OFFLOAD) { in out_set_parameters()
3143 if (out->usecase == USECASE_AUDIO_PLAYBACK_OFFLOAD) { in out_set_parameters()
3281 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)},
4931 case USECASE_AUDIO_PLAYBACK_OFFLOAD: in platform_sound_trigger_usecase_needs_event()