Home
last modified time | relevance | path

Searched defs:timer_callback (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/trusty/lk/include/kernel/
Dtimer.h35 typedef enum handler_return (*timer_callback)(struct timer *, lk_time_ns_t now, typedef
/aosp_15_r20/external/libchrome/base/message_loop/
H A Dmessage_pump_libevent.cc192 static void timer_callback(int fd, short events, void* context) { in timer_callback() function
/aosp_15_r20/external/libbrillo/brillo/http/
H A Dhttp_transport_curl_test.cc265 curl_multi_timer_callback timer_callback = nullptr; in TEST_F() local
H A Dcurl_api.cc157 curl_multi_timer_callback timer_callback, in MultiSetTimerCallback()
/aosp_15_r20/external/libevent/test/
H A Dregress_finalize.c42 timer_callback(evutil_socket_t fd, short what, void *arg) in timer_callback() function
H A Dregress_thread.c436 timer_callback(evutil_socket_t fd, short what, void *arg) in timer_callback() function
/aosp_15_r20/external/cronet/base/message_loop/
H A Dmessage_pump_libevent.cc261 static void timer_callback(int fd, short events, void* context) { in timer_callback() function
/aosp_15_r20/external/wayland/tests/
H A Devent-loop-test.c242 timer_callback(void *data) in timer_callback() function
/aosp_15_r20/packages/modules/Bluetooth/system/osi/src/
Dalarm.cc616 static void timer_callback(void* /* ptr */) { semaphore_post(alarm_expired); } in timer_callback() function
/aosp_15_r20/external/crosvm/net_util/src/slirp/sys/windows/
H A Dhandler.rs200 let timer_callback = self in execute_timer() localVariable