HomeSort by relevance Sort by last modified time
    Searched refs:pcm_device_profile (Results 1 - 2 of 2) sorted by null

  /device/htc/flounder/audio/hal/
audio_hw.h 246 struct pcm_device_profile { struct
256 struct pcm_device_profile* pcm_profile;
audio_hw.c 57 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)
    [all...]

Completed in 39 milliseconds