Home
last modified time | relevance | path

Searched defs:operator (Results 1 – 25 of 209) sorted by relevance

123456789

/system/bt/test/mock/
Dmock_stack_smp_act.h57 void operator()(tSMP_CB* p_cb, tSMP_INT_DATA* p_data) { body(p_cb, p_data); }; in operator() function
66 void operator()(tSMP_CB* p_cb, tSMP_INT_DATA* p_data) { body(p_cb, p_data); }; in operator() function
75 void operator()(tSMP_CB* p_cb, tSMP_INT_DATA* p_data) { body(p_cb, p_data); }; in operator() function
84 void operator()(tSMP_CB* p_cb, tSMP_INT_DATA* p_data) { body(p_cb, p_data); }; in operator() function
93 void operator()(tSMP_CB* p_cb, tSMP_INT_DATA* p_data) { body(p_cb, p_data); }; in operator() function
102 void operator()(tSMP_CB* p_cb, tSMP_INT_DATA* p_data) { body(p_cb, p_data); }; in operator() function
111 void operator()(tSMP_CB* p_cb, tSMP_INT_DATA* p_data) { body(p_cb, p_data); }; in operator() function
120 void operator()(tSMP_CB* p_cb, tSMP_INT_DATA* p_data) { body(p_cb, p_data); }; in operator() function
129 void operator()(tSMP_CB* p_cb, tSMP_INT_DATA* p_data) { body(p_cb, p_data); }; in operator() function
138 void operator()(tSMP_CB* p_cb, tSMP_INT_DATA* p_data) { body(p_cb, p_data); }; in operator() function
[all …]
Dmock_main_shim_l2cap_api.h82 bool operator()(const RawAddress& addr, uint8_t* lmp_version, in operator() function
94 uint8_t* operator()(const RawAddress& addr) { return body(addr); }; in operator() function
102 void operator()() { body(); }; in operator() function
117 uint16_t operator()(uint16_t client_psm, const tL2CAP_APPL_INFO& callbacks, in operator() function
131 void operator()(uint16_t psm) { body(psm); }; in operator() function
140 uint16_t operator()(uint16_t psm, const RawAddress& raw_address) { in operator() function
150 bool operator()(uint16_t cid) { return body(cid); }; in operator() function
159 uint8_t operator()(uint16_t cid, BT_HDR* p_data) { in operator() function
172 bool operator()(const RawAddress& bd_addr, std::vector<uint16_t>& lcids, in operator() function
187 std::vector<uint16_t> operator()(uint16_t psm, const RawAddress& p_bd_addr, in operator() function
[all …]
Dmock_stack_l2cap_api.h65 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
[all …]
Dmock_stack_l2cap_ble.h64 bool operator()(const RawAddress& rem_bda, uint16_t min_int, uint16_t max_int, in operator() function
78 bool operator()(const RawAddress& rem_bda, bool enable) { in operator() function
89 hci_role_t operator()(const RawAddress& bd_addr) { return body(bd_addr); }; in operator() function
97 void operator()(const RawAddress& bda) { body(bda); }; in operator() function
111 bool operator()(uint16_t handle, uint8_t role, const RawAddress& bda, in operator() function
130 bool operator()(uint16_t handle, uint8_t role, in operator() function
147 void operator()(uint16_t handle, uint8_t status, uint16_t interval, in operator() function
159 void operator()(tL2C_LCB* p_lcb, uint8_t* p, uint16_t pkt_len) { in operator() function
170 bool operator()(tL2C_LCB* p_lcb) { return body(p_lcb); }; in operator() function
179 void operator()(uint16_t num_lm_ble_bufs) { body(num_lm_ble_bufs); }; in operator() function
[all …]
Dmock_btif_config.h54 bool operator()(const RawAddress& bda, int* p_device_type) { in operator() function
65 bool operator()(const RawAddress& bda, tBLE_ADDR_TYPE* p_addr_type) { in operator() function
76 bool operator()(const std::string& section, const std::string& key) { in operator() function
90 bool operator()(const std::string& section, const std::string& key, in operator() function
105 bool operator()(const std::string& section, const std::string& key, in operator() function
119 bool operator()(const std::string& section, const std::string& key, in operator() function
133 bool operator()(const std::string& section, const std::string& key, in operator() function
147 bool operator()(const std::string& section, const std::string& key, in operator() function
161 bool operator()(const std::string& section, const std::string& key, in operator() function
175 bool operator()(const std::string& section, const std::string& key, in operator() function
[all …]
Dmock_stack_btm_ble_privacy.h55 void operator()(uint8_t* p, uint16_t evt_len) { body(p, evt_len); }; in operator() function
65 void operator()(uint8_t* p, uint16_t evt_len) { body(p, evt_len); }; in operator() function
75 void operator()(uint8_t* p, uint16_t evt_len) { body(p, evt_len); }; in operator() function
85 void operator()(uint8_t* p, uint16_t evt_len) { body(p, evt_len); }; in operator() function
95 tBTM_STATUS operator()(tBTM_SEC_DEV_REC* p_dev_rec) { in operator() function
106 void operator()(void) { body(); }; in operator() function
115 bool operator()(tBTM_SEC_DEV_REC* p_dev_rec) { return body(p_dev_rec); }; in operator() function
125 bool operator()(uint8_t rl_mask, bool to_resume) { in operator() function
136 bool operator()(tBTM_SEC_DEV_REC* p_dev_rec) { return body(p_dev_rec); }; in operator() function
145 void operator()(tBTM_SEC_DEV_REC* p_dev_rec) { body(p_dev_rec); }; in operator() function
[all …]
Dmock_main_shim_metrics_api.h68 void operator()(const RawAddress* raw_address, uint32_t connection_handle, in operator() function
88 void operator()(const RawAddress& raw_address, in operator() function
107 void operator()(const RawAddress& raw_address, in operator() function
124 void operator()(const RawAddress& raw_address, int playback_state, in operator() function
138 void operator()(const RawAddress& raw_address, uint16_t handle, in operator() function
152 void operator()(const RawAddress& raw_address, uint16_t handle, in operator() function
167 void operator()(const RawAddress& raw_address, uint16_t handle, in operator() function
184 void operator()(const RawAddress& raw_address, uint8_t smp_cmd, in operator() function
202 void operator()(const RawAddress& raw_address, uint16_t handle, in operator() function
221 void operator()(const RawAddress& raw_address, uint16_t protocol_uuid, in operator() function
[all …]
Dmock_hci_layer.h53 void operator()() { body(); }; in operator() function
62 void operator()(const base::Location& from_here, BT_HDR* packet) { in operator() function
72 void operator()(BT_HDR* packet) { body(packet); }; in operator() function
80 void operator()(BT_HDR* packet) { body(packet); }; in operator() function
88 void operator()(BT_HDR* packet) { body(packet); }; in operator() function
96 void operator()() { body(); }; in operator() function
104 void operator()(int credits) { body(credits); }; in operator() function
112 bool operator()() { return body(); }; in operator() function
121 void operator()() { body(); }; in operator() function
129 void operator()() { body(); }; in operator() function
[all …]
Dmock_stack_btm_ble_addr.h59 void operator()(const RawAddress& address) { body(address); }; in operator() function
68 void operator()(base::Callback<void(const RawAddress&)> cb) { body(cb); }; in operator() function
76 uint64_t operator()() { return body(); }; in operator() function
89 bool operator()(tBTM_SEC_DEV_REC* p_dev_rec, in operator() function
101 bool operator()(const RawAddress& rpa, tBTM_SEC_DEV_REC* p_dev_rec) { in operator() function
112 tBTM_SEC_DEV_REC* operator()(const RawAddress& random_bda) { in operator() function
125 bool operator()(RawAddress* bd_addr, uint8_t* p_addr_type, bool refresh) { in operator() function
137 bool operator()(tBLE_BD_ADDR* address_with_type, bool refresh) { in operator() function
151 bool operator()(RawAddress* random_pseudo, uint8_t* p_identity_addr_type) { in operator() function
165 void operator()(const RawAddress& pseudo_bda, const RawAddress& rpa, in operator() function
Dmock_main_shim_link_policy.h73 tBTM_STATUS operator()(tACL_CONN& p_acl) { return body(p_acl); }; in operator() function
82 tBTM_STATUS operator()(tACL_CONN& p_acl, uint16_t max, uint16_t min) { in operator() function
96 tBTM_STATUS operator()(tACL_CONN& p_acl, uint16_t max_interval, in operator() function
109 bool operator()(const tBTM_PM_MODE& mode, bool interop_check) { in operator() function
121 bool operator()(tBTM_PM_STATUS_CBACK* p_cb) { return body(p_cb); }; in operator() function
130 bool operator()(tBTM_PM_STATUS_CBACK* p_cb) { return body(p_cb); }; in operator() function
139 tBTM_STATUS operator()(uint16_t handle, const tBTM_PM_PWR_MD& new_mode) { in operator() function
152 void operator()(tHCI_STATUS status, uint16_t handle, tHCI_MODE hci_mode, in operator() function
166 tBTM_STATUS operator()(uint16_t handle, uint16_t max_lat, uint16_t min_rmt_to, in operator() function
186 void operator()(tHCI_STATUS status, uint16_t handle, in operator() function
Dmock_stack_btm_ble_bgconn.h69 const tBLE_BD_ADDR operator()(const RawAddress& bd_addr, in operator() function
81 void operator()(tBTM_BLE_SFP scan_policy) { body(scan_policy); }; in operator() function
90 void operator()(const RawAddress& bd_addr) { body(bd_addr); }; in operator() function
99 bool operator()(void) { return body(); }; in operator() function
107 bool operator()(void) { return body(); }; in operator() function
116 bool operator()(const RawAddress& address) { return body(address); }; in operator() function
125 bool operator()() { return body(); }; in operator() function
133 void operator()() { body(); }; in operator() function
142 bool operator()(const RawAddress& address) { return body(address); }; in operator() function
151 void operator()(const RawAddress& address) { body(address); }; in operator() function
[all …]
Dmock_stack_acl_btm_ble_connection_establishment.h70 void operator()(uint16_t scan_int, uint16_t scan_win, in operator() function
88 void operator()(tHCI_STATUS status) { body(status); }; in operator() function
97 bool operator()(RawAddress* bda, tBLE_ADDR_TYPE* bda_type) { in operator() function
108 void operator()(uint8_t* p, uint16_t evt_len, bool enhanced) { in operator() function
118 void operator()() { body(); }; in operator() function
126 void operator()(uint8_t* p) { body(p); }; in operator() function
Dmock_stack_metrics_logging.h64 void operator()(const RawAddress& address, uint16_t handle, uint32_t hci_cmd, in operator() function
87 void operator()(const RawAddress* address, uint32_t connection_handle, in operator() function
108 void operator()(const RawAddress& address, uint8_t smp_cmd, in operator() function
126 void operator()(const RawAddress& address, uint16_t protocol_uuid, in operator() function
150 void operator()(const RawAddress& address, in operator() function
Dmock_stack_crypto_toolbox.h62 Octet16 operator()(const Octet16& w, std::array<uint8_t, 4> keyid) { in operator() function
74 Octet16 operator()(const Octet16& salt, const Octet16& w) { in operator() function
88 Octet16 operator()(const uint8_t* u, const uint8_t* v, const Octet16& x, in operator() function
102 void operator()(const uint8_t* w, const Octet16& n1, const Octet16& n2, in operator() function
119 Octet16 operator()(const Octet16& w, const Octet16& n1, const Octet16& n2, in operator() function
134 uint32_t operator()(const uint8_t* u, const uint8_t* v, const Octet16& x, in operator() function
147 Octet16 operator()(const Octet16& ltk, bool use_h7) { in operator() function
159 Octet16 operator()(const Octet16& link_key, bool use_h7) { in operator() function
Dmock_stack_btm_ble_scanner_hci_interface.h54 void operator()(uint8_t data_len, uint8_t* data) { body(data_len, data); }; in operator() function
64 void operator()(uint8_t data_len, uint8_t* data) { body(data_len, data); }; in operator() function
73 void operator()(uint8_t data_len, uint8_t* data) { body(data_len, data); }; in operator() function
Dmock_main_bte.h69 void operator()(const base::Location& from_here, BT_HDR* p_msg) { in operator() function
79 void operator()(void) { body(); }; in operator() function
88 void operator()(BT_HDR* p_msg, uint16_t event) { body(p_msg, event); }; in operator() function
/system/chre/util/include/chre/util/
Doptional.h101 Optional<ObjectType> &operator=(ObjectType &&other); variable
111 Optional<ObjectType> &operator=(Optional<ObjectType> &&other); variable
120 Optional<ObjectType> &operator=(const ObjectType &other); variable
128 Optional<ObjectType> &operator=(const Optional<ObjectType> &other); variable
/system/core/fs_mgr/libdm/include/libdm/
Dloop_control.h50 LoopControl& operator=(const LoopControl&) = delete; variable
51 LoopControl& operator=(LoopControl&&) = default; variable
78 LoopDevice& operator=(const LoopDevice&) = delete; variable
79 LoopDevice& operator=(LoopDevice&&) = default; variable
/system/tools/aidl/
Dio_delegate.h38 IoDelegate& operator=(const IoDelegate&) = delete; variable
39 IoDelegate& operator=(IoDelegate&&) = delete; variable
Dline_reader.h32 LineReader& operator=(const LineReader&) = delete; variable
33 LineReader& operator=(LineReader&&) = delete; variable
/system/update_engine/common/
Dexcluder_stub.h39 ExcluderStub& operator=(const ExcluderStub&) = delete; variable
41 ExcluderStub& operator=(ExcluderStub&&) = delete; variable
Dexcluder_interface.h50 ExcluderInterface& operator=(const ExcluderInterface&) = delete; variable
52 ExcluderInterface& operator=(ExcluderInterface&&) = delete; variable
/system/bt/gd/storage/
Dadapter_config.h34 AdapterConfig& operator=(AdapterConfig&& other) noexcept = default; variable
38 AdapterConfig& operator=(const AdapterConfig& other) noexcept = default; variable
/system/chre/platform/include/chre/platform/
Datomic.h46 bool operator=(bool desired); variable
103 uint32_t operator=(uint32_t desired); variable
/system/update_engine/cros/
Dexcluder_chromeos.h42 ExcluderChromeOS& operator=(const ExcluderChromeOS&) = delete; variable
44 ExcluderChromeOS& operator=(ExcluderChromeOS&&) = delete; variable

123456789