HomeSort by relevance Sort by last modified time
    Searched refs:timer_callback (Results 1 - 5 of 5) sorted by null

  /external/bluetooth/bluedroid/osi/src/
alarm.c 64 static void timer_callback(void *data);
113 // Runs in exclusion with alarm_cancel and timer_callback.
202 static void timer_callback(void *ptr) { function
260 sigevent.sigev_notify_function = (void (*)(union sigval))timer_callback;
278 if (!bt_os_callouts->set_wake_alarm(next_exp, true, timer_callback, next))
  /external/bluetooth/bluedroid/osi/test/
alarm_test.cpp 26 static void timer_callback(void *) { function
42 sigevent.sigev_notify_function = (void (*)(union sigval))timer_callback;
  /external/chromium_org/base/message_loop/
message_pump_libevent.cc 213 static void timer_callback(int fd, short events, void *context) function in namespace:base
266 event_set(timer_event.get(), -1, 0, timer_callback, event_base_);
  /external/chromium_org/third_party/skia/src/views/sdl/
SkOSWindow_SDL.cpp 215 static Uint32 timer_callback(Uint32 interval) { function
225 SDL_SetTimer(delay, timer_callback);
  /external/skia/src/views/sdl/
SkOSWindow_SDL.cpp 215 static Uint32 timer_callback(Uint32 interval) { function
225 SDL_SetTimer(delay, timer_callback);

Completed in 1734 milliseconds