Home
last modified time | relevance | path

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

/device/htc/flounder/audio/hal/
Daudio_hw.c201 [USECASE_AUDIO_PLAYBACK_OFFLOAD] = "compress-offload-playback",
2417 if (out->usecase == USECASE_AUDIO_PLAYBACK_OFFLOAD && in stop_output_stream()
2443 if (out->usecase != USECASE_AUDIO_PLAYBACK_OFFLOAD) { in start_output_stream()
2609 if (out->usecase == USECASE_AUDIO_PLAYBACK_OFFLOAD) { in out_get_buffer_size()
2644 if (out->usecase != USECASE_AUDIO_PLAYBACK_OFFLOAD) { in do_out_standby_l()
2790 if (out->usecase == USECASE_AUDIO_PLAYBACK_OFFLOAD) { in out_set_parameters()
2835 if (out->usecase == USECASE_AUDIO_PLAYBACK_OFFLOAD) { in out_set_parameters()
2890 if (out->usecase == USECASE_AUDIO_PLAYBACK_OFFLOAD) in out_get_latency()
2908 } else if (out->usecase == USECASE_AUDIO_PLAYBACK_OFFLOAD) { in out_set_volume()
3052 if (out->usecase == USECASE_AUDIO_PLAYBACK_OFFLOAD) { in out_write()
[all …]
Daudio_hw.h196 USECASE_AUDIO_PLAYBACK_OFFLOAD, enumerator