Home
last modified time | relevance | path

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

/third_party/glib/gio/inotify/
Dinotify-path.c105 static gboolean (*event_callback)(ik_event_t *event, inotify_sub *sub, gboolean file_event); variable
116 event_callback = cb; in _ip_startup()
492 interesting |= event_callback (event, sub, FALSE); in ip_event_dispatch()
521 interesting |= event_callback (event, sub, TRUE); in ip_event_dispatch()
/third_party/pulseaudio/src/pulse/
Dinternal.h94 pa_context_event_cb_t event_callback; member
232 pa_stream_event_cb_t event_callback; member
Dcontext.c115 c->event_callback = NULL; in reset_callbacks()
1106 c->event_callback = cb;
1585 if (c->event_callback)
1586 c->event_callback(c, event, pl, c->event_userdata);
Dstream.c78 s->event_callback = NULL; in reset_callbacks()
804 if (s->event_callback) in pa_command_stream_event()
805 s->event_callback(s, event, pl, s->event_userdata); in pa_command_stream_event()
2217 s->event_callback = cb; in pa_stream_set_event_callback()
/third_party/boost/libs/compute/test/
Dtest_event.cpp45 BOOST_AUTO_TEST_CASE(event_callback) in BOOST_AUTO_TEST_CASE() argument
/third_party/boost/boost/log/expressions/
Dformatter.hpp76 typedef typename StreamT::event_callback event_callback; typedef in boost::expressions::aux::stream_ref
182 …BOOST_FORCEINLINE void register_callback(event_callback fn, int index) const { this->get().registe… in register_callback()
/third_party/boost/boost/log/utility/
Dformatting_ostream.hpp152 typedef typename ostream_type::event_callback event_callback; typedef in boost::basic_formatting_ostream
318 void register_callback(event_callback fn, int index) { m_stream.register_callback(fn, index); } in register_callback()
/third_party/lwip/src/api/
Dsockets.c292 static void event_callback(struct netconn *conn, enum netconn_evt evt, u16_t len);
293 #define DEFAULT_SOCKET_EVENTCB event_callback
2550 event_callback(struct netconn *conn, enum netconn_evt evt, u16_t len) in event_callback() function
/third_party/lwip/
DCHANGELOG1007 event_callback() handle context switch when calling sys_sem_signal()
1597 * sockets.c: bug #28775 (select/event_callback: only check select_cb_list
1600 event_callback is only executed when select is waiting.