Searched refs:info_ (Results 1 – 5 of 5) sorted by relevance
/system/teeui/libteeui/include/teeui/ |
D | label.h | 61 info_t* info_; member 62 info_t* begin() { return &info_[0]; } in begin() 63 info_t* end() { return &info_[size_]; } in end() 64 const info_t* begin() const { return &info_[0]; } in begin() 65 const info_t* end() const { return &info_[size_]; } in end()
|
/system/extras/simpleperf/ |
D | SampleDisplayer.h | 200 void SetInfo(const InfoT* info) { info_ = info; } in SetInfo() 231 (item.func != nullptr) ? item.func(sample) : item.func_with_info(sample, info_); in AdjustWidth() 255 (item.func != nullptr) ? item.func(sample) : item.func_with_info(sample, info_); in PrintSample() 277 const InfoT* info_;
|
/system/bt/main/shim/ |
D | l2c_api.cc | 557 std::unordered_map<hci::Address, ConnectionInfo> info_; member 561 info_[remote.GetAddress()] = {handle, role, remote}; in OnLinkConnected() 569 info_.erase(remote.GetAddress()); in OnLinkDisconnected() 590 HCI_SUCCESS, info_[remote.GetAddress()].handle, connection_interval, in OnConnectionUpdate() 596 gatt_notify_phy_updated(GATT_SUCCESS, info_[remote.GetAddress()].handle, in OnPhyUpdate() 1005 le_link_property_listener_shim_.info_.find(ToGdAddress(rem_bda)); in L2CA_ConnectFixedChnl() 1006 if (record != le_link_property_listener_shim_.info_.end()) { in L2CA_ConnectFixedChnl() 1053 if (le_link_property_listener_shim_.info_.count(addr) == 0) { in L2CA_GetLeHandle() 1056 return le_link_property_listener_shim_.info_[addr].handle; in L2CA_GetLeHandle() 1190 for (const auto& entry : le_link_property_listener_shim_.info_) { in L2CA_IsLeLink() [all …]
|
/system/core/fastboot/ |
D | fastboot_driver.cpp | 66 info_(std::move(driver_callbacks.info)), in FastBootDriver() 389 info_ = info; in SetInfoCallback() 487 info_(tmp); in HandleResponse()
|
D | fastboot_driver.h | 170 std::function<void(const std::string&)> info_; variable
|