Searched refs:pcm_mask_to_string (Results 1 – 2 of 2) sorted by relevance
/external/tinyalsa/ |
D | pcm.c | 808 static int pcm_mask_to_string(struct pcm_mask *m, char *string, unsigned int size, in pcm_mask_to_string() function 840 offset = pcm_mask_to_string(m, string, size, in pcm_params_to_string() 844 offset += pcm_mask_to_string(m, string + clipoffset, size - clipoffset, in pcm_params_to_string() 848 offset += pcm_mask_to_string(m, string + clipoffset, size - clipoffset, in pcm_params_to_string()
|
/external/tinyalsa_new/src/ |
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()
|