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

  /external/bluetooth/glib/gio/fam/
fam-helper.h 28 typedef struct _fam_sub fam_sub; typedef in typeref:struct:_fam_sub
32 fam_sub* _fam_sub_add (const gchar* pathname,
35 gboolean _fam_sub_cancel (fam_sub* sub);
36 void _fam_sub_free (fam_sub* sub);
fam-helper.c 76 fam_sub* sub = NULL;
89 sub = (fam_sub*)ev.userdata;
208 fam_sub*
213 fam_sub *sub;
229 sub = g_new0 (fam_sub, 1);
245 _fam_sub_cancel (fam_sub* sub)
271 _fam_sub_free (fam_sub* sub)
gfamdirectorymonitor.c 36 fam_sub *sub;
47 fam_sub *sub = fam_monitor->sub;
70 fam_sub *sub = NULL;
129 fam_sub *sub = fam_monitor->sub;
gfamfilemonitor.c 36 fam_sub *sub;
47 fam_sub *sub = fam_monitor->sub;
69 fam_sub *sub = NULL;
128 fam_sub *sub = fam_monitor->sub;

Completed in 67 milliseconds