Home
last modified time | relevance | path

Searched defs:msg_cb (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_ssl.py4525 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/
Davrc_fuzzer.cc134 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.c291 PyObject *msg_cb; member