Searched refs:p_freg (Results 1 – 8 of 8) sorted by relevance
100 [](uint16_t fixed_cid, tL2CAP_FIXED_CHNL_REG* p_freg) { in FakeBtStack() argument102 fixed_chnl_reg = *p_freg; in FakeBtStack()104 fixed_chnl_br_reg = *p_freg; in FakeBtStack()
100 [](uint16_t fixed_cid, tL2CAP_FIXED_CHNL_REG* p_freg) { in FakeBtStack() argument101 fixed_chnl_reg = *p_freg; in FakeBtStack()
224 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()
352 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()
210 tL2CAP_FIXED_CHNL_REG* p_freg) { in L2CA_RegisterFixedChannel() argument213 p_freg); in L2CA_RegisterFixedChannel()
331 tL2CAP_FIXED_CHNL_REG* p_freg);
781 tL2CAP_FIXED_CHNL_REG* p_freg);
1154 tL2CAP_FIXED_CHNL_REG* p_freg) { in L2CA_RegisterFixedChannel() argument1161 l2cb.fixed_reg[fixed_cid - L2CAP_FIRST_FIXED_CHNL] = *p_freg; in L2CA_RegisterFixedChannel()