Home
last modified time | relevance | path

Searched refs:profile_get_format_strs (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/media/alsa_utils/include/
H A Dalsa_device_profile.h73 char * profile_get_format_strs(const alsa_device_profile* profile);
/aosp12/system/media/alsa_utils/
H A Dalsa_device_profile.c509 char * profile_get_format_strs(const alsa_device_profile* profile) in profile_get_format_strs() function
/aosp12/hardware/libhardware/modules/usbaudio/
H A Daudio_hal.c389 char * format_params = profile_get_format_strs(profile); in device_get_parameters()