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

  /external/dbus/dbus/
dbus-watch.c 297 const char *watch_type; local
303 watch_type = "readwrite";
305 watch_type = "read";
307 watch_type = "write";
309 watch_type = "not read or write";
312 watch_type,
dbus-mainloop.c 42 const char *watch_type; local
46 watch_type = "readwrite";
48 watch_type = "read";
50 watch_type = "write";
52 watch_type = "not read or write";
53 return watch_type;

Completed in 44 milliseconds