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 273 const char *watch_type; local
279 watch_type = "readwrite";
281 watch_type = "read";
283 watch_type = "write";
285 watch_type = "not read or write";
288 watch_type,
dbus-mainloop.c 38 const char *watch_type; local
42 watch_type = "readwrite";
44 watch_type = "read";
46 watch_type = "write";
48 watch_type = "not read or write";
49 return watch_type;

Completed in 125 milliseconds