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

  /external/bluetooth/glib/gio/inotify/
inotify-kernel.h 33 } ik_event_t; typedef in typeref:struct:ik_event_s
35 gboolean _ik_startup (void (*cb) (ik_event_t *event));
37 ik_event_t *_ik_event_new_dummy (const char *name,
40 void _ik_event_free (ik_event_t *event);
inotify-path.h 29 gboolean _ip_startup (void (*event_cb)(ik_event_t *event, inotify_sub *sub));
inotify-kernel.c 46 static void (*user_cb)(ik_event_t *event);
70 ik_event_t *event;
181 gboolean _ik_startup (void (*cb)(ik_event_t *event))
217 ik_event_internal_new (ik_event_t *event)
232 static ik_event_t *
236 ik_event_t *event = g_new0 (ik_event_t, 1);
252 ik_event_t *
257 ik_event_t *event = g_new0 (ik_event_t, 1)
    [all...]
inotify-path.c 81 static void ip_event_callback (ik_event_t *event);
84 static void (*event_callback)(ik_event_t *event, inotify_sub *sub);
87 _ip_startup (void (*cb)(ik_event_t *event, inotify_sub *sub))
307 ik_event_t *event)
387 ip_event_callback (ik_event_t *event)
inotify-helper.c 47 static void ih_event_callback (ik_event_t *event, inotify_sub *sub);
143 ih_event_callback (ik_event_t *event,

Completed in 181 milliseconds