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

  /external/pdfium/third_party/libopenjpeg20/
event.c 95 opj_msg_callback msg_handler = 00; local
101 msg_handler = p_event_mgr->error_handler;
105 msg_handler = p_event_mgr->warning_handler;
109 msg_handler = p_event_mgr->info_handler;
115 if (msg_handler == 00) {
136 msg_handler(message, l_data);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_notify/
1-1.c 41 void msg_handler() function
71 sa.sa_handler = msg_handler;
3-1.c 41 void msg_handler() function
69 sa.sa_handler = msg_handler;
4-1.c 38 void msg_handler() function
68 sa.sa_handler = msg_handler;
5-1.c 49 void msg_handler() function
99 sa.sa_handler = msg_handler;
  /external/libnl/python/examples/
iface.py 11 def msg_handler(m, a): function
75 nl.py_nl_cb_set(rx_cb, nl.NL_CB_VALID, nl.NL_CB_CUSTOM, msg_handler, cbd);
wiphy.py 64 def msg_handler(m, a): function
124 nl.py_nl_cb_set(rx_cb, nl.NL_CB_VALID, nl.NL_CB_CUSTOM, msg_handler, cbd);
  /external/dhcpcd-6.8.2/dbus/
rpc-dbus.c 500 msg_handler(DBusConnection *con, DBusMessage *msg, __unused void *data) function
650 NULL, &msg_handler, NULL, NULL, NULL, NULL

Completed in 123 milliseconds