| /packages/modules/Bluetooth/system/gd/hci/ | 
| D | remote_name_request.cc | 62     LOG_INFO("Enqueuing remote name request to %s", address.ToRedactedStringForLogging().c_str());  in StartRemoteNameRequest()84                   address.ToRedactedStringForLogging().c_str());  in StartRemoteNameRequest()
 94         address.ToRedactedStringForLogging().c_str());  in CancelRemoteNameRequest()
 103           address.ToRedactedStringForLogging().c_str());  in ReportRemoteNameRequestCancellation()
 121     LOG_INFO("Starting remote name request to %s", address.ToRedactedStringForLogging().c_str());  in actually_start_remote_name_request()
 150     LOG_INFO("Cancelling remote name request to %s", address.ToRedactedStringForLogging().c_str());  in actually_cancel_remote_name_request()
 163           packet.GetBdAddr().ToRedactedStringForLogging().c_str());  in on_remote_host_supported_features_notification()
 178           packet.GetBdAddr().ToRedactedStringForLogging().c_str());  in on_remote_name_request_complete()
 
 | 
| D | address.h | 63   std::string ToRedactedStringForLogging() const override;
 | 
| D | address.cc | 73 std::string Address::ToRedactedStringForLogging() const {  in ToRedactedStringForLogging()  function in bluetooth::hci::Address
 | 
| D | address_with_type.h | 127   std::string ToRedactedStringForLogging() const override {  in ToRedactedStringForLogging()  function
 | 
| D | address_unittest.cc | 246   std::string ret2 = addr.ToRedactedStringForLogging();  in TEST()
 | 
| /packages/modules/Bluetooth/system/gd/l2cap/classic/internal/ | 
| D | fixed_channel_impl.h | 67   std::string ToRedactedStringForLogging() const override {  in ToRedactedStringForLogging()  function69     ss << "Device " << device_.ToRedactedStringForLogging() << " Cid 0x" << std::hex << cid_;  in ToRedactedStringForLogging()
 
 | 
| D | link.h | 161   std::string ToRedactedStringForLogging() const override {  in ToRedactedStringForLogging()  function162     return GetDevice().ToRedactedStringForLogging();  in ToRedactedStringForLogging()
 
 | 
| /packages/modules/Bluetooth/system/gd/l2cap/le/internal/ | 
| D | fixed_channel_impl.h | 80   std::string ToRedactedStringForLogging() const override {  in ToRedactedStringForLogging()  function82     ss << "Device " << device_.ToRedactedStringForLogging() << " Cid 0x" << std::hex << cid_;  in ToRedactedStringForLogging()
 
 | 
| D | link.h | 158   std::string ToRedactedStringForLogging() const override {  in ToRedactedStringForLogging()  function159     return GetDevice().ToRedactedStringForLogging();  in ToRedactedStringForLogging()
 
 | 
| /packages/modules/Bluetooth/system/types/ | 
| D | ble_address_with_type.h | 128   std::string ToRedactedStringForLogging() const {  in ToRedactedStringForLogging()  function129     return bda.ToRedactedStringForLogging() + "[" + AddressTypeText(type) + "]";  in ToRedactedStringForLogging()
 
 | 
| D | raw_address.cc | 53 std::string RawAddress::ToRedactedStringForLogging() const {  in ToRedactedStringForLogging()  function in RawAddress
 | 
| D | raw_address.h | 63   std::string ToRedactedStringForLogging() const;
 | 
| /packages/modules/Bluetooth/system/bta/vc/ | 
| D | devices.h | 89   std::string ToRedactedStringForLogging() const override {  in ToRedactedStringForLogging()  function90     return address.ToRedactedStringForLogging();  in ToRedactedStringForLogging()
 
 | 
| /packages/modules/Bluetooth/system/gd/common/interfaces/ | 
| D | ILoggable.h | 40   virtual std::string ToRedactedStringForLogging() const = 0;
 | 
| /packages/modules/Bluetooth/system/gd/os/logging/ | 
| D | log_adapter.h | 32     return loggable.ToRedactedStringForLogging();  in ToLoggableStr()
 | 
| /packages/modules/Bluetooth/system/types/test/ | 
| D | raw_address_unittest.cc | 209   std::string ret2 = addr.ToRedactedStringForLogging();  in TEST()
 | 
| /packages/modules/Bluetooth/system/bta/gatt/ | 
| D | bta_gattc_cache.cc | 130             p_clcb->bda.ToRedactedStringForLogging().c_str());  in GetRobustCachingSupport()311           p_clcb->p_srcb->server_bda.ToRedactedStringForLogging().c_str());  in bta_gattc_explore_srvc_finished()
 
 | 
| D | bta_gattc_act.cc | 548                p_clcb->bda.ToRedactedStringForLogging().c_str(),  in bta_gattc_conn()
 | 
| /packages/modules/Bluetooth/system/main/shim/ | 
| D | acl.cc | 98   std::string ToRedactedStringForLogging() const override {  in ToRedactedStringForLogging()  function in ConnectAddressWithType100     ss << address_.ToRedactedStringForLogging() << "["  in ToRedactedStringForLogging()
 
 |