Searched defs:msg_cb (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/python/cpython3/Lib/test/ |
D | test_ssl.py | 4525 def msg_cb(conn, direction, version, content_type, msg_type, data): function 4836 def msg_cb(conn, direction, version, content_type, msg_type, data): function 4851 def msg_cb(conn, direction, version, content_type, msg_type, data): function 4880 def msg_cb(conn, direction, version, content_type, msg_type, data): function
|
/aosp_15_r20/packages/modules/Bluetooth/system/stack/fuzzers/ |
D | avrc_fuzzer.cc | 134 static void msg_cb(uint8_t handle, uint8_t label, uint8_t opcode, tAVRC_MSG* p_msg) { in msg_cb() function
|
/aosp_15_r20/external/python/cpython3/Modules/ |
D | _ssl.c | 291 PyObject *msg_cb; member
|