Home
last modified time | relevance | path

Searched refs:PORT_SetEventMaskAndCallback (Results 1 – 8 of 8) sorted by relevance

/packages/modules/Bluetooth/system/stack/fuzzers/
Drfcomm_fuzzer.cc130 status = PORT_SetEventMaskAndCallback(*server_handle, PORT_EV_RXCHAR, port_event_cback); in ServerInit()
175 status = PORT_SetEventMaskAndCallback(*client_handle, PORT_EV_RXCHAR, port_event_cback); in ClientInit()
/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_rfcomm_port_api.cc55 int PORT_SetEventMaskAndCallback(uint16_t /* port_handle */, uint32_t /* mask */, in PORT_SetEventMaskAndCallback() function
/packages/modules/Bluetooth/system/stack/test/rfcomm/
Dstack_rfcomm_test.cc139 ASSERT_EQ(PORT_SetEventMaskAndCallback(*server_handle, PORT_EV_RXCHAR, event_callback), in StartServerPort()
266 ASSERT_EQ(PORT_SetEventMaskAndCallback(*client_handle, PORT_EV_RXCHAR, event_callback), in StartClientPort()
648 status = PORT_SetEventMaskAndCallback(server_handle, PORT_EV_RXCHAR, port_event_cback_0); in TEST_F()
661 status = PORT_SetEventMaskAndCallback(client_handle_1, PORT_EV_RXCHAR, port_event_cback_1); in TEST_F()
/packages/modules/Bluetooth/system/bta/hf_client/
Dbta_hf_client_rfc.cc165 if (PORT_SetEventMaskAndCallback(handle, PORT_EV_RXCHAR, bta_hf_client_port_cback) != in bta_hf_client_setup_port()
/packages/modules/Bluetooth/system/stack/include/
Dport_api.h308 [[nodiscard]] int PORT_SetEventMaskAndCallback(uint16_t port_handle, uint32_t mask,
/packages/modules/Bluetooth/system/bta/ag/
Dbta_ag_rfc.cc222 if (PORT_SetEventMaskAndCallback(handle, BTA_AG_PORT_EV_MASK, in bta_ag_setup_port()
/packages/modules/Bluetooth/system/bta/jv/
Dbta_jv_act.cc1561 if (PORT_SetEventMaskAndCallback(handle, event_mask, bta_jv_port_event_cl_cback) != in bta_jv_rfcomm_connect()
1823 if (PORT_SetEventMaskAndCallback(p_pcb->port_handle, event_mask, in bta_jv_add_rfc_port()
1907 if (PORT_SetEventMaskAndCallback(handle, event_mask, bta_jv_port_event_sr_cback) != in bta_jv_rfcomm_start_server()
/packages/modules/Bluetooth/system/stack/rfcomm/
Dport_api.cc370 int PORT_SetEventMaskAndCallback(uint16_t handle, uint32_t mask, tPORT_CALLBACK* p_port_cb) { in PORT_SetEventMaskAndCallback() function