Searched refs:audio_utils_strlcpy_zerofill (Results 1 – 4 of 4) sorted by relevance
27 inline size_t audio_utils_strlcpy_zerofill(char *dst, const char *src, size_t dst_size) { in audio_utils_strlcpy_zerofill() function41 inline size_t audio_utils_strlcpy_zerofill(char (&dst)[size], const char *src) { in audio_utils_strlcpy_zerofill() function42 return audio_utils_strlcpy_zerofill(dst, src, size); in audio_utils_strlcpy_zerofill()
74 audio_utils_strlcpy_zerofill(dst, over); in TEST()81 audio_utils_strlcpy_zerofill(dst, under); in TEST()
97 (void)audio_utils_strlcpy_zerofill(port->ext.device.address, mDeviceTypeAddr.getAddress());
78 (void)audio_utils_strlcpy_zerofill(dstConfig->ext.device.address, mDeviceTypeAddr.getAddress()); in toAudioPortConfig()