Searched refs:pcm_mask_to_string (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/tinyalsa/ |
H A D | pcm.c | 810 static int pcm_mask_to_string(struct pcm_mask *m, char *string, unsigned int size, in pcm_mask_to_string() function 842 offset = pcm_mask_to_string(m, string, size, in pcm_params_to_string() 846 offset += pcm_mask_to_string(m, string + clipoffset, size - clipoffset, in pcm_params_to_string() 850 offset += pcm_mask_to_string(m, string + clipoffset, size - clipoffset, in pcm_params_to_string()
|
/aosp_15_r20/external/tinyalsa_new/src/ |
H A D | pcm.c | 902 static int pcm_mask_to_string(const struct pcm_mask *m, char *string, unsigned int size, in pcm_mask_to_string() function 934 offset = pcm_mask_to_string(m, string, size, in pcm_params_to_string() 938 offset += pcm_mask_to_string(m, string + clipoffset, size - clipoffset, in pcm_params_to_string() 942 offset += pcm_mask_to_string(m, string + clipoffset, size - clipoffset, in pcm_params_to_string()
|