Home
last modified time | relevance | path

Searched refs:WATCH_CALLBACK (Results 1 – 1 of 1) sorted by relevance

/external/dbus/dbus/
Ddbus-mainloop.c97 #define WATCH_CALLBACK(callback) ((WatchCallback*)callback) macro
299 WATCH_CALLBACK (this)->watch == watch && in _dbus_loop_remove_watch()
301 WATCH_CALLBACK (this)->function == function) in _dbus_loop_remove_watch()
585 WatchCallback *wcb = WATCH_CALLBACK (cb); in _dbus_loop_iterate()