Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/pulsecore/
Dcore-util.h228 #define pa_strneq(a,b,n) (!strncmp((a),(b),(n))) macro
Dcore-util.c3120 if (pa_strneq(needle, s, n)) in pa_str_in_list_spaces()
/third_party/pulseaudio/src/modules/alsa/
Dalsa-util.c1789 if (p == NULL || (p - dev2) < 2 || !pa_strneq(p - 2, "hw:", 3)) { in pa_alsa_open_mixer_by_name()