Searched defs:p_port (Results 1 – 8 of 8) sorted by relevance
/system/bt/stack/rfcomm/ |
D | port_rfc.cc | 58 int port_open_continue(tPORT* p_port) { in port_open_continue() 104 void port_start_control(tPORT* p_port) { in port_start_control() 122 void port_start_par_neg(tPORT* p_port) { in port_start_par_neg() 141 void port_start_close(tPORT* p_port) { in port_start_close() 192 tPORT* p_port = &rfc_cb.port.port[0]; in PORT_StartCnf() local 245 tPORT* p_port; in PORT_StartInd() local 276 tPORT* p_port = port_find_mcb_dlci_port(p_mcb, dlci); in PORT_ParNegInd() local 365 tPORT* p_port = port_find_mcb_dlci_port(p_mcb, dlci); in PORT_ParNegCnf() local 422 tPORT* p_port = port_find_mcb_dlci_port(p_mcb, dlci); in PORT_DlcEstablishInd() local 470 tPORT* p_port = port_find_mcb_dlci_port(p_mcb, dlci); in PORT_DlcEstablishCnf() local [all …]
|
D | port_api.cc | 131 tPORT* p_port; in RFCOMM_CreateConnection() local 242 tPORT* p_port; in RFCOMM_RemoveConnection() local 280 tPORT* p_port = &rfc_cb.port.port[handle - 1]; in RFCOMM_RemoveServer() local 316 tPORT* p_port; in PORT_SetEventCallback() local 346 tPORT* p_port; in PORT_ClearKeepHandleFlag() local 373 tPORT* p_port; in PORT_SetDataCOCallback() local 405 tPORT* p_port; in PORT_SetEventMask() local 444 tPORT* p_port = &rfc_cb.port.port[handle - 1]; in PORT_CheckConnection() local 489 tPORT* p_port = nullptr; in PORT_IsOpening() local 525 tPORT* p_port; in PORT_SetState() local [all …]
|
D | rfc_port_fsm.cc | 74 void rfc_port_sm_execute(tPORT* p_port, uint16_t event, void* p_data) { in rfc_port_sm_execute() 118 void rfc_port_sm_state_closed(tPORT* p_port, uint16_t event, void* p_data) { in rfc_port_sm_state_closed() 189 void rfc_port_sm_sabme_wait_ua(tPORT* p_port, uint16_t event, void* p_data) { in rfc_port_sm_sabme_wait_ua() 276 void rfc_port_sm_term_wait_sec_check(tPORT* p_port, uint16_t event, in rfc_port_sm_term_wait_sec_check() 359 void rfc_port_sm_orig_wait_sec_check(tPORT* p_port, uint16_t event, in rfc_port_sm_orig_wait_sec_check() 414 void rfc_port_sm_opened(tPORT* p_port, uint16_t event, void* p_data) { in rfc_port_sm_opened() 502 void rfc_port_sm_disc_wait_ua(tPORT* p_port, uint16_t event, void* p_data) { in rfc_port_sm_disc_wait_ua() 560 void rfc_port_uplink_data(tPORT* p_port, BT_HDR* p_buf) { in rfc_port_uplink_data() 593 tPORT* p_port = port_find_mcb_dlci_port(p_mcb, dlci); in rfc_process_pn() local 620 tPORT* p_port; in rfc_process_rpn() local [all …]
|
D | port_utils.cc | 71 tPORT* p_port = &rfc_cb.port.port[port_index]; in port_allocate_port() local 105 void port_set_defaults(tPORT* p_port) { in port_set_defaults() 140 void port_select_mtu(tPORT* p_port) { in port_select_mtu() 203 void port_release_port(tPORT* p_port) { in port_release_port() 382 uint32_t port_flow_control_user(tPORT* p_port) { in port_flow_control_user() 414 uint32_t port_get_signal_changes(tPORT* p_port, uint8_t old_signals, in port_get_signal_changes() 453 void port_flow_control_peer(tPORT* p_port, bool enable, uint16_t count) { in port_flow_control_peer()
|
D | rfc_utils.cc | 253 void rfc_port_timer_start(tPORT* p_port, uint16_t timeout) { in rfc_port_timer_start() 268 void rfc_port_timer_stop(tPORT* p_port) { in rfc_port_timer_stop() 303 tPORT* p_port = (tPORT*)data; in rfcomm_port_timer_timeout() local 327 tPORT* p_port = (tPORT*)p_ref_data; in rfc_sec_check_complete() local 349 void rfc_port_closed(tPORT* p_port) { in rfc_port_closed() 377 void rfc_inc_credit(tPORT* p_port, uint8_t credit) { in rfc_inc_credit() 398 void rfc_dec_credit(tPORT* p_port) { in rfc_dec_credit()
|
D | rfc_port_if.cc | 84 tPORT* p_port = port_find_mcb_dlci_port(p_mcb, dlci); in RFCOMM_DlcEstablishReq() local 108 tPORT* p_port = port_find_mcb_dlci_port(p_mcb, dlci); in RFCOMM_DlcEstablishRsp() local 133 tPORT* p_port = port_find_mcb_dlci_port(p_mcb, dlci); in RFCOMM_ParameterNegotiationRequest() local 202 tPORT* p_port = port_find_mcb_dlci_port(p_mcb, dlci); in RFCOMM_PortParameterNegotiationRequest() local 243 tPORT* p_port = port_find_mcb_dlci_port(p_mcb, dlci); in RFCOMM_ControlReq() local 271 tPORT* p_port = port_find_mcb_dlci_port(p_mcb, dlci); in RFCOMM_FlowReq() local 298 tPORT* p_port = port_find_mcb_dlci_port(p_mcb, dlci); in RFCOMM_LineStatusReq() local
|
D | rfc_l2cap_if.cc | 320 tPORT* p_port = port_find_mcb_dlci_port(p_mcb, rfc_cb.rfc.rx_frame.dlci); in RFCOMM_BufDataInd() local
|
/system/bt/stack/test/rfcomm/ |
D | stack_rfcomm_test.cc | 208 void* p_port = nullptr; in ConnectServerPort() local 352 void* p_port = nullptr; in ConnectClientPort() local 839 void* p_port = nullptr; in TEST_F() local
|