Home
last modified time | relevance | path

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

/device/htc/flounder/audio/hal/
Daudio_hw.h246 struct pcm_device_profile { struct
256 struct pcm_device_profile* pcm_profile; argument
Daudio_hw.c57 static struct pcm_device_profile pcm_device_playback = {
77 static struct pcm_device_profile pcm_device_capture = {
95 static struct pcm_device_profile pcm_device_capture_low_latency = {
113 static struct pcm_device_profile pcm_device_capture_loopback_aec = {
131 static struct pcm_device_profile pcm_device_playback_sco = {
151 static struct pcm_device_profile pcm_device_capture_sco = {
169 static struct pcm_device_profile pcm_device_hotword_streaming = {
187 static struct pcm_device_profile * const pcm_devices[] = {
418 static struct pcm_device_profile *get_pcm_device(usecase_type_t uc_type, audio_devices_t devices) in get_pcm_device()
1187 struct pcm_device_profile *ref_pcm_profile; in get_hw_echo_reference()
[all …]