Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/fuzzers/
Dsmp_fuzzer.cc100 [](uint16_t fixed_cid, tL2CAP_FIXED_CHNL_REG* p_freg) { in FakeBtStack() argument
102 fixed_chnl_reg = *p_freg; in FakeBtStack()
104 fixed_chnl_br_reg = *p_freg; in FakeBtStack()
Dgatt_fuzzer.cc100 [](uint16_t fixed_cid, tL2CAP_FIXED_CHNL_REG* p_freg) { in FakeBtStack() argument
101 fixed_chnl_reg = *p_freg; in FakeBtStack()
/packages/modules/Bluetooth/system/test/mock/
Dmock_main_shim_l2cap_api.h224 std::function<bool(uint16_t cid, tL2CAP_FIXED_CHNL_REG* p_freg)> body{
225 [](uint16_t cid, tL2CAP_FIXED_CHNL_REG* p_freg) { return false; }};
226 bool operator()(uint16_t cid, tL2CAP_FIXED_CHNL_REG* p_freg) { in operator()
227 return body(cid, p_freg); in operator()
Dmock_stack_l2cap_api.h352 std::function<bool(uint16_t fixed_cid, tL2CAP_FIXED_CHNL_REG* p_freg)> body{
356 bool operator()(uint16_t fixed_cid, tL2CAP_FIXED_CHNL_REG* p_freg) { in operator()
357 return body(fixed_cid, p_freg); in operator()
Dmock_stack_l2cap_api.cc210 tL2CAP_FIXED_CHNL_REG* p_freg) { in L2CA_RegisterFixedChannel() argument
213 p_freg); in L2CA_RegisterFixedChannel()
/packages/modules/Bluetooth/system/main/shim/
Dl2c_api.h331 tL2CAP_FIXED_CHNL_REG* p_freg);
/packages/modules/Bluetooth/system/stack/include/
Dl2c_api.h781 tL2CAP_FIXED_CHNL_REG* p_freg);
/packages/modules/Bluetooth/system/stack/l2cap/
Dl2c_api.cc1154 tL2CAP_FIXED_CHNL_REG* p_freg) { in L2CA_RegisterFixedChannel() argument
1161 l2cb.fixed_reg[fixed_cid - L2CAP_FIRST_FIXED_CHNL] = *p_freg; in L2CA_RegisterFixedChannel()