Searched refs:cause_bitfield (Results 1 - 1 of 1) sorted by relevance
/third_party/pulseaudio/src/pulsecore/ |
H A D | core.c | 646 * pa_suspend_cause_t cause_bitfield: the causes given to pa_suspend_cause_to_string() 647 * pa_suspend_cause_t cause_to_check: the cause whose presence in cause_bitfield is to be checked 649 #define CHECK_CAUSE(p, first, cause_bitfield, cause_to_check) \ 650 if (cause_bitfield & PA_SUSPEND_##cause_to_check) { \ 661 const char *pa_suspend_cause_to_string(pa_suspend_cause_t cause_bitfield, char buf[PA_SUSPEND_CAUSE_TO_STRING_BUF_SIZE]) { in pa_suspend_cause_to_string() argument 665 CHECK_CAUSE(p, first, cause_bitfield, USER); in pa_suspend_cause_to_string() 666 CHECK_CAUSE(p, first, cause_bitfield, APPLICATION); in pa_suspend_cause_to_string() 667 CHECK_CAUSE(p, first, cause_bitfield, IDLE); in pa_suspend_cause_to_string() 668 CHECK_CAUSE(p, first, cause_bitfield, SESSION); in pa_suspend_cause_to_string() 669 CHECK_CAUSE(p, first, cause_bitfield, PASSTHROUG in pa_suspend_cause_to_string() [all...] |
Completed in 1 milliseconds