Home
last modified time | relevance | path

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

/aosp12/hardware/qcom/audio/hal/
H A Daudio_hw.c395 if (out->usecase == USECASE_AUDIO_PLAYBACK_OFFLOAD) in register_out_stream()
2347 if (out->usecase == USECASE_AUDIO_PLAYBACK_OFFLOAD) { in stop_output_stream()
2548 if (out->usecase == USECASE_AUDIO_PLAYBACK_OFFLOAD) { in start_output_stream()
2782 if (out->usecase == USECASE_AUDIO_PLAYBACK_OFFLOAD) { in out_get_buffer_size()
3188 if (out->usecase == USECASE_AUDIO_PLAYBACK_OFFLOAD) { in out_set_parameters()
3326 if (out->usecase == USECASE_AUDIO_PLAYBACK_OFFLOAD) in out_get_latency()
3562 if (out->usecase == USECASE_AUDIO_PLAYBACK_OFFLOAD) { in out_write()
3741 if (out->usecase != USECASE_AUDIO_PLAYBACK_OFFLOAD) { in out_write()
3814 if (out->usecase == USECASE_AUDIO_PLAYBACK_OFFLOAD) { in out_get_presentation_position()
3902 if (out->usecase == USECASE_AUDIO_PLAYBACK_OFFLOAD) { in out_pause()
[all …]
H A Daudio_hw.h82 USECASE_AUDIO_PLAYBACK_OFFLOAD, enumerator
/aosp12/hardware/qcom/audio/hal/audio_extn/
H A Dmaxxaudio.c250 (usecase->id == USECASE_AUDIO_PLAYBACK_OFFLOAD)) && in valid_usecase()
/aosp12/hardware/qcom/audio/hal/msm8916/
H A Dplatform.c179 [USECASE_AUDIO_PLAYBACK_OFFLOAD] =
537 {TO_NAME_INDEX(USECASE_AUDIO_PLAYBACK_OFFLOAD)},
/aosp12/hardware/qcom/audio/hal/msm8974/
H A Dplatform.c201 [USECASE_AUDIO_PLAYBACK_OFFLOAD] = {PLAYBACK_OFFLOAD_DEVICE,
691 {TO_NAME_INDEX(USECASE_AUDIO_PLAYBACK_OFFLOAD)},
5028 case USECASE_AUDIO_PLAYBACK_OFFLOAD: in platform_sound_trigger_usecase_needs_event()