Searched defs:port_handle (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/packages/modules/Bluetooth/system/bta/ag/ |
D | bta_ag_rfc.cc | 79 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 …]
|
D | bta_ag_int.h | 181 uint16_t port_handle; member
|
/aosp_15_r20/packages/modules/Bluetooth/system/stack/test/rfcomm/ |
D | stack_rfcomm_test.cc | 110 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/ |
D | bta_jv_act.cc | 220 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()
|
D | bta_jv_int.h | 92 uint16_t port_handle; /* port handle */ member
|
/aosp_15_r20/packages/modules/Bluetooth/system/bta/hf_client/ |
D | bta_hf_client_rfc.cc | 55 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()
|
D | bta_hf_client_int.h | 132 uint16_t port_handle; member
|
/aosp_15_r20/packages/modules/Bluetooth/system/stack/fuzzers/ |
D | rfcomm_fuzzer.cc | 76 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/ |
D | ipc.c | 393 handle_t port_handle = (handle_t)rc; in ipc_port_create() local
|
/aosp_15_r20/trusty/kernel/lib/trusty/ |
H A D | ipc.c | 421 struct handle* port_handle = NULL; in sys_port_create() local
|