Searched refs:watch_type (Results 1 - 2 of 2) sorted by relevance

/external/dbus/dbus/
H A Ddbus-watch.c280 const char *watch_type; local
286 watch_type = "readwrite";
288 watch_type = "read";
290 watch_type = "write";
292 watch_type = "not read or write";
295 watch_type,
H A Ddbus-mainloop.c39 const char *watch_type; local
43 watch_type = "readwrite";
45 watch_type = "read";
47 watch_type = "write";
49 watch_type = "not read or write";
50 return watch_type;

Completed in 416 milliseconds