Searched refs:p_freg (Results 1 – 9 of 9) sorted by relevance
/aosp12/system/bt/test/mock/ |
H A D | mock_stack_l2cap_api.h | 343 std::function<bool(uint16_t fixed_cid, tL2CAP_FIXED_CHNL_REG* p_freg)> body{ 344 [](uint16_t fixed_cid, tL2CAP_FIXED_CHNL_REG* p_freg) { return false; }}; 345 bool operator()(uint16_t fixed_cid, tL2CAP_FIXED_CHNL_REG* p_freg) { in operator() 346 return body(fixed_cid, p_freg); in operator()
|
H A D | mock_main_shim_l2cap_api.h | 266 std::function<bool(uint16_t cid, tL2CAP_FIXED_CHNL_REG* p_freg)> body{ 267 [](uint16_t cid, tL2CAP_FIXED_CHNL_REG* p_freg) { return false; }}; 268 bool operator()(uint16_t cid, tL2CAP_FIXED_CHNL_REG* p_freg) { in operator() 269 return body(cid, p_freg); in operator()
|
H A D | mock_stack_l2cap_api.cc | 224 tL2CAP_FIXED_CHNL_REG* p_freg) { in L2CA_RegisterFixedChannel() argument 227 p_freg); in L2CA_RegisterFixedChannel()
|
H A D | mock_main_shim_l2cap_api.cc | 186 tL2CAP_FIXED_CHNL_REG* p_freg) { in L2CA_RegisterFixedChannel() argument 189 p_freg); in L2CA_RegisterFixedChannel()
|
/aosp12/system/bt/main/shim/ |
H A D | l2c_api.h | 349 tL2CAP_FIXED_CHNL_REG* p_freg);
|
H A D | l2c_api.cc | 975 bool L2CA_RegisterFixedChannel(uint16_t cid, tL2CAP_FIXED_CHNL_REG* p_freg) { in L2CA_RegisterFixedChannel() argument 992 helper->freg_ = *p_freg; in L2CA_RegisterFixedChannel()
|
/aosp12/system/bt/stack/test/common/ |
H A D | mock_main_shim_l2c_api.cc | 34 tL2CAP_FIXED_CHNL_REG* p_freg) { in L2CA_RegisterFixedChannel() argument
|
/aosp12/system/bt/stack/l2cap/ |
H A D | l2c_api.cc | 1118 tL2CAP_FIXED_CHNL_REG* p_freg) { in L2CA_RegisterFixedChannel() argument 1120 return bluetooth::shim::L2CA_RegisterFixedChannel(fixed_cid, p_freg); in L2CA_RegisterFixedChannel() 1129 l2cb.fixed_reg[fixed_cid - L2CAP_FIRST_FIXED_CHNL] = *p_freg; in L2CA_RegisterFixedChannel()
|
/aosp12/system/bt/stack/include/ |
H A D | l2c_api.h | 707 tL2CAP_FIXED_CHNL_REG* p_freg);
|