Home
last modified time | relevance | path

Searched refs:p_freg (Results 1 – 9 of 9) sorted by relevance

/aosp12/system/bt/test/mock/
H A Dmock_stack_l2cap_api.h343 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 Dmock_main_shim_l2cap_api.h266 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 Dmock_stack_l2cap_api.cc224 tL2CAP_FIXED_CHNL_REG* p_freg) { in L2CA_RegisterFixedChannel() argument
227 p_freg); in L2CA_RegisterFixedChannel()
H A Dmock_main_shim_l2cap_api.cc186 tL2CAP_FIXED_CHNL_REG* p_freg) { in L2CA_RegisterFixedChannel() argument
189 p_freg); in L2CA_RegisterFixedChannel()
/aosp12/system/bt/main/shim/
H A Dl2c_api.h349 tL2CAP_FIXED_CHNL_REG* p_freg);
H A Dl2c_api.cc975 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 Dmock_main_shim_l2c_api.cc34 tL2CAP_FIXED_CHNL_REG* p_freg) { in L2CA_RegisterFixedChannel() argument
/aosp12/system/bt/stack/l2cap/
H A Dl2c_api.cc1118 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 Dl2c_api.h707 tL2CAP_FIXED_CHNL_REG* p_freg);