Searched defs:timer_callback (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/external/trusty/lk/include/kernel/ |
D | timer.h | 35 typedef enum handler_return (*timer_callback)(struct timer *, lk_time_ns_t now, typedef
|
/aosp_15_r20/external/libchrome/base/message_loop/ |
H A D | message_pump_libevent.cc | 192 static void timer_callback(int fd, short events, void* context) { in timer_callback() function
|
/aosp_15_r20/external/libbrillo/brillo/http/ |
H A D | http_transport_curl_test.cc | 265 curl_multi_timer_callback timer_callback = nullptr; in TEST_F() local
|
H A D | curl_api.cc | 157 curl_multi_timer_callback timer_callback, in MultiSetTimerCallback()
|
/aosp_15_r20/external/libevent/test/ |
H A D | regress_finalize.c | 42 timer_callback(evutil_socket_t fd, short what, void *arg) in timer_callback() function
|
H A D | regress_thread.c | 436 timer_callback(evutil_socket_t fd, short what, void *arg) in timer_callback() function
|
/aosp_15_r20/external/cronet/base/message_loop/ |
H A D | message_pump_libevent.cc | 261 static void timer_callback(int fd, short events, void* context) { in timer_callback() function
|
/aosp_15_r20/external/wayland/tests/ |
H A D | event-loop-test.c | 242 timer_callback(void *data) in timer_callback() function
|
/aosp_15_r20/packages/modules/Bluetooth/system/osi/src/ |
D | alarm.cc | 616 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 D | handler.rs | 200 let timer_callback = self in execute_timer() localVariable
|