Home
last modified time | relevance | path

Searched defs:port_handle (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/bta/ag/
Dbta_ag_rfc.cc79 static void bta_ag_port_cback(uint32_t /* code */, uint16_t port_handle, uint16_t handle) { in bta_ag_port_cback()
107 static void bta_ag_mgmt_cback(const tPORT_RESULT code, uint16_t port_handle, uint16_t handle) { in bta_ag_mgmt_cback()
168 static void bta_ag_mgmt_cback_1(const tPORT_RESULT code, uint16_t port_handle) { in bta_ag_mgmt_cback_1()
171 static void bta_ag_mgmt_cback_2(const tPORT_RESULT code, uint16_t port_handle) { in bta_ag_mgmt_cback_2()
174 static void bta_ag_mgmt_cback_3(const tPORT_RESULT code, uint16_t port_handle) { in bta_ag_mgmt_cback_3()
177 static void bta_ag_mgmt_cback_4(const tPORT_RESULT code, uint16_t port_handle) { in bta_ag_mgmt_cback_4()
180 static void bta_ag_mgmt_cback_5(const tPORT_RESULT code, uint16_t port_handle) { in bta_ag_mgmt_cback_5()
183 static void bta_ag_mgmt_cback_6(const tPORT_RESULT code, uint16_t port_handle) { in bta_ag_mgmt_cback_6()
186 static void bta_ag_port_cback_1(uint32_t code, uint16_t port_handle) { in bta_ag_port_cback_1()
189 static void bta_ag_port_cback_2(uint32_t code, uint16_t port_handle) { in bta_ag_port_cback_2()
[all …]
Dbta_ag_int.h181 uint16_t port_handle; member
/aosp_15_r20/packages/modules/Bluetooth/system/stack/test/rfcomm/
Dstack_rfcomm_test.cc110 void port_mgmt_cback_0(const tPORT_RESULT code, uint16_t port_handle) { in port_mgmt_cback_0()
114 void port_mgmt_cback_1(const tPORT_RESULT code, uint16_t port_handle) { in port_mgmt_cback_1()
118 void port_event_cback_0(uint32_t code, uint16_t port_handle) { in port_event_cback_0()
122 void port_event_cback_1(uint32_t code, uint16_t port_handle) { in port_event_cback_1()
181 void ConnectServerPort(const RawAddress& peer_addr, uint16_t port_handle, uint8_t scn, in ConnectServerPort()
300 void ConnectClientPort(const RawAddress& peer_addr, uint16_t port_handle, uint8_t scn, in ConnectClientPort()
375 void SendAndVerifyOutgoingTransmission(uint16_t port_handle, bool is_initiator, uint8_t scn, in SendAndVerifyOutgoingTransmission()
389 void ReceiveAndVerifyIncomingTransmission(uint16_t port_handle, bool is_initiator, uint8_t scn, in ReceiveAndVerifyIncomingTransmission()
/aosp_15_r20/packages/modules/Bluetooth/system/bta/jv/
Dbta_jv_act.cc220 tBTA_JV_RFC_CB* bta_jv_alloc_rfc_cb(uint16_t port_handle, tBTA_JV_PCB** pp_pcb) { in bta_jv_alloc_rfc_cb()
262 tBTA_JV_PCB* bta_jv_rfc_port_to_pcb(uint16_t port_handle) { in bta_jv_rfc_port_to_pcb()
283 tBTA_JV_RFC_CB* bta_jv_rfc_port_to_cb(uint16_t port_handle) { in bta_jv_rfc_port_to_cb()
1379 static int bta_jv_port_data_co_cback(uint16_t port_handle, uint8_t* buf, uint16_t len, int type) { in bta_jv_port_data_co_cback()
1414 static void bta_jv_port_mgmt_cl_cback(const tPORT_RESULT code, uint16_t port_handle) { in bta_jv_port_mgmt_cl_cback()
1473 static void bta_jv_port_event_cl_cback(uint32_t code, uint16_t port_handle) { in bta_jv_port_event_cl_cback()
1625 static void bta_jv_port_mgmt_sr_cback(const tPORT_RESULT code, uint16_t port_handle) { in bta_jv_port_mgmt_sr_cback()
1698 static void bta_jv_port_event_sr_cback(uint32_t code, uint16_t port_handle) { in bta_jv_port_event_sr_cback()
Dbta_jv_int.h92 uint16_t port_handle; /* port handle */ member
/aosp_15_r20/packages/modules/Bluetooth/system/bta/hf_client/
Dbta_hf_client_rfc.cc55 static void bta_hf_client_port_cback(uint32_t /* code */, uint16_t port_handle) { in bta_hf_client_port_cback()
79 static void bta_hf_client_mgmt_cback(const tPORT_RESULT code, uint16_t port_handle) { in bta_hf_client_mgmt_cback()
Dbta_hf_client_int.h132 uint16_t port_handle; member
/aosp_15_r20/packages/modules/Bluetooth/system/stack/fuzzers/
Drfcomm_fuzzer.cc76 void port_mgmt_cback(const tPORT_RESULT code, uint16_t port_handle) { in port_mgmt_cback()
79 void port_event_cback(uint32_t code, uint16_t port_handle) { in port_event_cback()
/aosp_15_r20/trusty/user/app/storage/
Dipc.c393 handle_t port_handle = (handle_t)rc; in ipc_port_create() local
/aosp_15_r20/trusty/kernel/lib/trusty/
H A Dipc.c421 struct handle* port_handle = NULL; in sys_port_create() local