/system/bt/test/mock/ |
D | mock_stack_l2cap_api.h | 74 bool enable_snoop, tL2CAP_ERTM_INFO* p_ertm_info, 78 bool enable_snoop, tL2CAP_ERTM_INFO* p_ertm_info, uint16_t my_mtu, 81 bool enable_snoop, tL2CAP_ERTM_INFO* p_ertm_info, in operator() 84 return body(psm, p_cb_info, enable_snoop, p_ertm_info, my_mtu, in operator() 95 bool enable_snoop, tL2CAP_ERTM_INFO* p_ertm_info, 99 bool enable_snoop, tL2CAP_ERTM_INFO* p_ertm_info, uint16_t my_mtu, 102 bool enable_snoop, tL2CAP_ERTM_INFO* p_ertm_info, in operator() 105 return body(psm, p_cb_info, enable_snoop, p_ertm_info, my_mtu, in operator()
|
D | mock_stack_l2cap_api.cc | 107 bool enable_snoop, tL2CAP_ERTM_INFO* p_ertm_info, in L2CA_Register2() argument 112 psm, p_cb_info, enable_snoop, p_ertm_info, my_mtu, required_remote_mtu, in L2CA_Register2() 116 bool enable_snoop, tL2CAP_ERTM_INFO* p_ertm_info, in L2CA_Register() argument 121 psm, p_cb_info, enable_snoop, p_ertm_info, my_mtu, required_remote_mtu, in L2CA_Register()
|
D | mock_main_shim_l2cap_api.h | 111 bool enable_snoop, tL2CAP_ERTM_INFO* p_ertm_info, 115 bool enable_snoop, tL2CAP_ERTM_INFO* p_ertm_info, uint16_t my_mtu, 118 bool enable_snoop, tL2CAP_ERTM_INFO* p_ertm_info, in operator() 121 return body(client_psm, callbacks, enable_snoop, p_ertm_info, my_mtu, in operator()
|
D | mock_main_shim_l2cap_api.cc | 115 tL2CAP_ERTM_INFO* p_ertm_info, uint16_t my_mtu, in L2CA_Register() argument 119 client_psm, callbacks, enable_snoop, p_ertm_info, my_mtu, in L2CA_Register()
|
/system/bt/stack/test/common/ |
D | mock_l2cap_layer.cc | 28 bool enable_snoop, tL2CAP_ERTM_INFO* p_ertm_info, in L2CA_Register() argument 32 return l2cap_interface->Register(psm, p_cb_info, enable_snoop, p_ertm_info); in L2CA_Register()
|
D | mock_l2cap_layer.h | 31 tL2CAP_ERTM_INFO* p_ertm_info) = 0; 59 bool enable_snoop, tL2CAP_ERTM_INFO* p_ertm_info));
|
D | mock_main_shim_l2c_api.cc | 157 tL2CAP_ERTM_INFO* p_ertm_info, uint16_t my_mtu, in L2CA_Register() argument
|
/system/bt/stack/test/hid/ |
D | stack_hid_test.cc | 64 bool enable_snoop, tL2CAP_ERTM_INFO* p_ertm_info, in TEST_F()
|
/system/bt/stack/include/ |
D | l2c_api.h | 337 bool enable_snoop, tL2CAP_ERTM_INFO* p_ertm_info, 356 bool enable_snoop, tL2CAP_ERTM_INFO* p_ertm_info,
|
/system/bt/stack/l2cap/ |
D | l2c_api.cc | 52 bool enable_snoop, tL2CAP_ERTM_INFO* p_ertm_info, in L2CA_Register2() argument 55 auto ret = L2CA_Register(psm, p_cb_info, enable_snoop, p_ertm_info, my_mtu, in L2CA_Register2() 76 bool enable_snoop, tL2CAP_ERTM_INFO* p_ertm_info, in L2CA_Register() argument 81 p_ertm_info, my_mtu, in L2CA_Register() 138 p_rcb->ertm_info = p_ertm_info == nullptr in L2CA_Register() 140 : *p_ertm_info; in L2CA_Register()
|
/system/bt/main/shim/ |
D | l2c_api.h | 44 bool enable_snoop, tL2CAP_ERTM_INFO* p_ertm_info,
|
D | l2c_api.cc | 709 bool enable_snoop, tL2CAP_ERTM_INFO* p_ertm_info, in L2CA_Register() argument 721 (p_ertm_info != nullptr && in L2CA_Register() 722 p_ertm_info->preferred_mode == L2CAP_FCR_ERTM_MODE in L2CA_Register()
|