Searched refs:run_action (Results 1 – 2 of 2) sorted by relevance
/third_party/pulseaudio/src/pulsecore/ |
D | pdispatch.c | 277 static void run_action(pa_pdispatch *pd, struct reply_info *r, uint32_t command, pa_tagstruct *ts) { in run_action() function 344 run_action(pd, r, command, ts); in pa_pdispatch_run() 377 run_action(r->pdispatch, r, PA_COMMAND_TIMEOUT, NULL); in timeout_callback()
|
/third_party/python/Lib/test/ |
D | test__xxsubinterpreters.py | 221 def run_action(cid, action, end, state, *, hideclosed=True): function 2174 self.run_action(fix, action) 2176 def run_action(self, fix, action, *, hideclosed=True): member in ExhaustiveChannelTests 2181 result = run_action( 2225 self.run_action(fix, close, hideclosed=False) 2228 self.run_action(fix, close, hideclosed=False)
|