Home
last modified time | relevance | path

Searched refs:auth_timeout_event (Results 1 - 3 of 3) sorted by relevance

/third_party/pulseaudio/src/pulsecore/
H A 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, c); in pa_esound_protocol_connect()
1562 c->auth_timeout_event in pa_esound_protocol_connect()
[all...]
H A Dprotocol-native.h177 pa_time_event *auth_timeout_event; member
H A Dprotocol-native.c1036 if (c->auth_timeout_event) { in native_connection_unlink()
1037 c->protocol->core->mainloop->time_free(c->auth_timeout_event); in native_connection_unlink()
1038 c->auth_timeout_event = NULL; in native_connection_unlink()
2521 if (c->auth_timeout_event) { in command_auth()
2522 c->protocol->core->mainloop->time_free(c->auth_timeout_event); in command_auth()
2523 c->auth_timeout_event = NULL; in command_auth()
5068 pa_assert(c->auth_timeout_event == e); in auth_timeout()
5126 c->auth_timeout_event = pa_core_rttime_new(p->core, pa_rtclock_now() + AUTH_TIMEOUT, auth_timeout, c); in pa_native_protocol_connect()
5128 c->auth_timeout_event = NULL; in pa_native_protocol_connect()

Completed in 10 milliseconds