Home
last modified time | relevance | path

Searched refs:alsa_device_profile (Results 1 – 6 of 6) sorted by relevance

/aosp12/system/media/alsa_utils/include/
H A Dalsa_device_profile.h61 } alsa_device_profile; typedef
63 void profile_init(alsa_device_profile* profile, int direction);
64 bool profile_is_initialized(const alsa_device_profile* profile);
65 bool profile_is_valid(const alsa_device_profile* profile);
67 void profile_decache(alsa_device_profile* profile);
69 bool profile_read_device_info(alsa_device_profile* profile);
72 char * profile_get_sample_rate_strs(const alsa_device_profile* profile);
73 char * profile_get_format_strs(const alsa_device_profile* profile);
74 char * profile_get_channel_count_strs(const alsa_device_profile* profile);
77 unsigned profile_get_default_sample_rate(const alsa_device_profile* profile);
[all …]
H A Dalsa_device_proxy.h25 const alsa_device_profile* profile;
37 int proxy_prepare(alsa_device_proxy * proxy, const alsa_device_profile * profile,
/aosp12/system/media/alsa_utils/
H A Dalsa_device_profile.c61 static void profile_reset(alsa_device_profile* profile) in profile_reset()
76 void profile_init(alsa_device_profile* profile, int direction) in profile_init()
82 bool profile_is_initialized(const alsa_device_profile* profile) in profile_is_initialized()
87 bool profile_is_valid(const alsa_device_profile* profile) { in profile_is_valid()
95 void profile_decache(alsa_device_profile* profile) { in profile_decache()
136 unsigned profile_get_default_sample_rate(const alsa_device_profile* profile) in profile_get_default_sample_rate()
290 static unsigned profile_enum_sample_formats(alsa_device_profile* profile, in profile_enum_sample_formats()
436 bool profile_read_device_info(alsa_device_profile* profile) in profile_read_device_info()
476 char * profile_get_sample_rate_strs(const alsa_device_profile* profile) in profile_get_sample_rate_strs()
509 char * profile_get_format_strs(const alsa_device_profile* profile) in profile_get_format_strs()
[all …]
H A Dalsa_device_proxy.c46 int proxy_prepare(alsa_device_proxy * proxy, const alsa_device_profile* profile, in proxy_prepare()
131 const alsa_device_profile* profile = proxy->profile; in proxy_open()
294 const alsa_device_profile* profile = proxy->profile; in proxy_scan_rates()
H A DAndroid.bp27 "alsa_device_profile.c",
/aosp12/hardware/libhardware/modules/usbaudio/
H A Daudio_hal.c82 alsa_device_profile profile; /* The profile of the ALSA device */
361 static char *device_get_parameters(const alsa_device_profile *profile, const char * keys) in device_get_parameters()
422 static unsigned int populate_channel_mask_from_profile(const alsa_device_profile* profile, in populate_channel_mask_from_profile()
452 static unsigned int populate_sample_rates_from_profile(const alsa_device_profile* profile, in populate_sample_rates_from_profile()
1735 alsa_device_profile profile; in adev_get_audio_port()
1768 alsa_device_profile profile; in adev_get_audio_port_v7()