Home
last modified time | relevance | path

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

/third_party/nghttp2/src/
Dshrpx_downstream.cc966 void disable_timer(struct ev_loop *loop, ev_timer *w) { in disable_timer() function
1004 disable_timer(loop, &upstream_rtimer_); in disable_upstream_rtimer()
1012 disable_timer(loop, &upstream_wtimer_); in disable_upstream_wtimer()
1048 disable_timer(loop, &downstream_rtimer_); in disable_downstream_rtimer()
1056 disable_timer(loop, &downstream_wtimer_); in disable_downstream_wtimer()
/third_party/pulseaudio/src/modules/bluetooth/
Dmodule-bluez5-device.c1380 bool disable_timer = true; in thread_func() local
1564 disable_timer = false; in thread_func()
1574 if (disable_timer) in thread_func()