Searched refs:pa_endswith (Results 1 – 8 of 8) sorted by relevance
/third_party/pulseaudio/src/modules/ |
D | module-detect.c | 82 if (pa_endswith(line, "digital audio playback")) in detect_alsa() 84 else if (pa_endswith(line, "digital audio capture")) in detect_alsa()
|
/third_party/pulseaudio/src/pulsecore/ |
D | database.c | 75 && pa_endswith(de->d_name + strlen(filename_prefix) + 1, filename_suffix)) { in pa_database_open()
|
D | core-util.h | 135 bool pa_endswith(const char *s, const char *sfx) PA_GCC_PURE;
|
D | conf-parser.c | 158 return pa_endswith(entry->d_name, ".conf"); in conf_filter()
|
D | core-util.c | 2086 bool pa_endswith(const char *s, const char *sfx) { in pa_endswith() function
|
/third_party/pulseaudio/src/modules/oss/ |
D | oss-util.c | 376 if (pa_endswith(k, " (DUPLEX)"))
|
/third_party/pulseaudio/src/utils/ |
D | pactl.c | 1516 if (pa_endswith(vs, "%")) { in parse_volume() 1520 if (pa_endswith(vs, "db") || pa_endswith(vs, "dB")) { in parse_volume()
|
/third_party/pulseaudio/src/modules/alsa/ |
D | alsa-ucm.c | 1698 if (!pa_endswith(jack_control, " Jack")) { in ucm_get_jack()
|