Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/pulsecore/
Dprotocol-esound.c115 pa_time_event *auth_timeout_event; member
246 if (c->auth_timeout_event) { in connection_unlink()
247 c->protocol->core->mainloop->time_free(c->auth_timeout_event); in connection_unlink()
248 c->auth_timeout_event = NULL; in connection_unlink()
356 if (c->auth_timeout_event) { in esd_proto_connect()
357 c->protocol->core->mainloop->time_free(c->auth_timeout_event); in esd_proto_connect()
358 c->auth_timeout_event = NULL; in esd_proto_connect()
1471 pa_assert(c->auth_timeout_event == e); in auth_timeout()
1560 …c->auth_timeout_event = pa_core_rttime_new(p->core, pa_rtclock_now() + AUTH_TIMEOUT, auth_timeout,… in pa_esound_protocol_connect()
1562 c->auth_timeout_event = NULL; in pa_esound_protocol_connect()
Dprotocol-native.c192 pa_time_event *auth_timeout_event; member
1211 if (c->auth_timeout_event) { in native_connection_unlink()
1212 c->protocol->core->mainloop->time_free(c->auth_timeout_event); in native_connection_unlink()
1213 c->auth_timeout_event = NULL; in native_connection_unlink()
2667 if (c->auth_timeout_event) { in command_auth()
2668 c->protocol->core->mainloop->time_free(c->auth_timeout_event); in command_auth()
2669 c->auth_timeout_event = NULL; in command_auth()
5214 pa_assert(c->auth_timeout_event == e); in auth_timeout()
5272 …c->auth_timeout_event = pa_core_rttime_new(p->core, pa_rtclock_now() + AUTH_TIMEOUT, auth_timeout,… in pa_native_protocol_connect()
5274 c->auth_timeout_event = NULL; in pa_native_protocol_connect()