Searched refs:msg_handler (Results 1 – 7 of 7) sorted by relevance
/external/pdfium/third_party/libopenjpeg20/ |
D | event.c | 95 opj_msg_callback msg_handler = 00; in opj_event_msg() local 101 msg_handler = p_event_mgr->error_handler; in opj_event_msg() 105 msg_handler = p_event_mgr->warning_handler; in opj_event_msg() 109 msg_handler = p_event_mgr->info_handler; in opj_event_msg() 115 if (msg_handler == 00) { in opj_event_msg() 136 msg_handler(message, l_data); in opj_event_msg()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_notify/ |
D | 1-1.c | 41 void msg_handler() in msg_handler() function 71 sa.sa_handler = msg_handler; in main()
|
D | 4-1.c | 38 void msg_handler() in msg_handler() function 68 sa.sa_handler = msg_handler; in main()
|
D | 3-1.c | 41 void msg_handler() in msg_handler() function 69 sa.sa_handler = msg_handler; in main()
|
D | 5-1.c | 49 void msg_handler() in msg_handler() function 99 sa.sa_handler = msg_handler; in main()
|
/external/libnl/python/examples/ |
D | 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);
|
D | 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);
|