HomeSort by relevance Sort by last modified time
    Searched defs:pa_time_event (Results 1 - 2 of 2) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/pulse/
mainloop-api.h 70 typedef struct pa_time_event pa_time_event; typedef in typeref:struct:pa_time_event
72 typedef void (*pa_time_event_cb_t)(pa_mainloop_api*a, pa_time_event* e, const struct timeval *tv, void *userdata);
74 typedef void (*pa_time_event_destroy_cb_t)(pa_mainloop_api*a, pa_time_event *e, void *userdata);
98 pa_time_event* (*time_new)(pa_mainloop_api*a, const struct timeval *tv, pa_time_event_cb_t cb, void *userdata);
100 void (*time_restart)(pa_time_event* e, const struct timeval *tv);
102 void (*time_free)(pa_time_event* e);
104 void (*time_set_destroy)(pa_time_event *e, pa_time_event_destroy_cb_t cb);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/pulse/
mainloop-api.h 68 typedef struct pa_time_event pa_time_event; typedef in typeref:struct:pa_time_event
70 typedef void (*pa_time_event_cb_t)(pa_mainloop_api*a, pa_time_event* e, const struct timeval *tv, void *userdata);
72 typedef void (*pa_time_event_destroy_cb_t)(pa_mainloop_api*a, pa_time_event *e, void *userdata);
96 pa_time_event* (*time_new)(pa_mainloop_api*a, const struct timeval *tv, pa_time_event_cb_t cb, void *userdata);
98 void (*time_restart)(pa_time_event* e, const struct timeval *tv);
100 void (*time_free)(pa_time_event* e);
102 void (*time_set_destroy)(pa_time_event *e, pa_time_event_destroy_cb_t cb);

Completed in 83 milliseconds