Home
last modified time | relevance | path

Searched refs:PA_OPERATION_CANCELED (Results 1 – 2 of 2) sorted by relevance

/third_party/pulseaudio/src/pulse/
Doperation.c105 if ((o->state == PA_OPERATION_DONE) || (o->state == PA_OPERATION_CANCELED)) in operation_set_state()
115 if ((o->state == PA_OPERATION_DONE) || (o->state == PA_OPERATION_CANCELED)) in operation_set_state()
125 operation_set_state(o, PA_OPERATION_CANCELED); in pa_operation_cancel()
149 if (o->state == PA_OPERATION_DONE || o->state == PA_OPERATION_CANCELED) in pa_operation_set_state_callback()
Ddef.h107 #define PA_OPERATION_CANCELED PA_OPERATION_CANCELLED macro