Searched refs:pa_endswith (Results 1 - 8 of 8) sorted by relevance
/third_party/pulseaudio/src/modules/ |
H A 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() 168 if (!pa_endswith(line, "default")) in detect_oss()
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | database.c | 75 && pa_endswith(de->d_name + strlen(filename_prefix) + 1, filename_suffix)) { in pa_database_open()
|
H A D | core-util.h | 136 bool pa_endswith(const char *s, const char *sfx) PA_GCC_PURE;
|
H A D | conf-parser.c | 158 return pa_endswith(entry->d_name, ".conf"); in conf_filter()
|
H A D | core-util.c | 2169 bool pa_endswith(const char *s, const char *sfx) { in pa_endswith() function
|
/third_party/pulseaudio/src/modules/oss/ |
H A D | oss-util.c | 380 if (pa_endswith(k, " (DUPLEX)")) in pa_oss_get_hw_description()
|
/third_party/pulseaudio/src/utils/ |
H A D | pactl.c | 2539 if (pa_endswith(vs, "%")) { in parse_volume() 2543 else if (pa_endswith(vs, "db") || pa_endswith(vs, "dB")) { in parse_volume()
|
/third_party/pulseaudio/src/modules/alsa/ |
H A D | alsa-ucm.c | 1730 if (!pa_endswith(jack_control, " Jack")) { in ucm_get_jack()
|
Completed in 15 milliseconds