Lines Matching defs:operator

65   tBT_TRANSPORT operator()(uint16_t fixed_cid) { return body(fixed_cid); };  in operator()  function
80 uint16_t operator()(uint16_t psm, const tL2CAP_APPL_INFO& p_cb_info, in operator() function
101 uint16_t operator()(uint16_t psm, const tL2CAP_APPL_INFO& p_cb_info, in operator() function
115 void operator()(uint16_t psm) { body(psm); }; in operator() function
123 uint16_t operator()(void) { return body(); }; in operator() function
131 void operator()(uint16_t psm) { body(psm); }; in operator() function
143 uint16_t operator()(uint16_t psm, const RawAddress& p_bd_addr, in operator() function
155 uint16_t operator()(uint16_t psm, const RawAddress& p_bd_addr) { in operator() function
168 uint16_t operator()(uint16_t psm, const tL2CAP_APPL_INFO& p_cb_info, in operator() function
179 void operator()(uint16_t psm) { body(psm); }; in operator() function
190 uint16_t operator()(uint16_t psm, const RawAddress& p_bd_addr, in operator() function
202 bool operator()(uint16_t lcid, tL2CAP_LE_CFG_INFO* peer_cfg) { in operator() function
217 bool operator()(const RawAddress& p_bd_addr, uint8_t id, in operator() function
233 std::vector<uint16_t> operator()(uint16_t psm, const RawAddress& p_bd_addr, in operator() function
247 bool operator()(const RawAddress& bda, std::vector<uint16_t>& lcids, in operator() function
258 bool operator()(uint16_t cid) { return body(cid); }; in operator() function
266 bool operator()(uint16_t cid) { return body(cid); }; in operator() function
275 bool operator()(uint16_t lcid, uint16_t* rcid) { return body(lcid, rcid); }; in operator() function
286 bool operator()(const RawAddress& bd_addr, uint16_t timeout, in operator() function
298 uint8_t operator()(uint8_t new_level) { return body(new_level); }; in operator() function
309 bool operator()(const RawAddress& bd_addr, tL2CAP_PRIORITY priority) { in operator() function
320 bool operator()(uint16_t cid, tL2CAP_CHNL_PRIORITY priority) { in operator() function
333 bool operator()(const RawAddress& bd_addr, uint32_t* p_ext_feat, in operator() function
345 bool operator()(uint16_t fixed_cid, tL2CAP_FIXED_CHNL_REG* p_freg) { in operator() function
356 bool operator()(uint16_t fixed_cid, const RawAddress& rem_bda) { in operator() function
370 uint16_t operator()(uint16_t fixed_cid, const RawAddress& rem_bda, in operator() function
382 bool operator()(uint16_t fixed_cid, const RawAddress& rem_bda) { in operator() function
393 bool operator()(const RawAddress& rem_bda, uint16_t idle_tout) { in operator() function
404 uint8_t operator()(uint16_t cid, BT_HDR* p_data) { in operator() function
415 uint8_t operator()(uint16_t cid, BT_HDR* p_data) { in operator() function
426 bool operator()(uint16_t cid, bool is_flushable) { in operator() function
437 uint16_t operator()(uint16_t lcid, uint16_t num_to_flush) { in operator() function
448 bool operator()(const RawAddress& bd_addr, tBT_TRANSPORT transport) { in operator() function