| /packages/modules/Bluetooth/system/gd/l2cap/classic/ | 
| D | link_property_listener.h | 38   virtual void OnLinkConnected(hci::Address remote, uint16_t handle) {}  in OnLinkConnected() 43   virtual void OnLinkDisconnected(hci::Address remote) {}  in OnLinkDisconnected() 50       hci::Address remote,  in OnReadRemoteVersionInformation() 58   virtual void OnReadRemoteSupportedFeatures(hci::Address remote, uint64_t features) {}  in OnReadRemoteSupportedFeatures() 64       hci::Address remote, uint8_t page_number, uint8_t max_page_number, uint64_t features) {}  in OnReadRemoteExtendedFeatures() 69   virtual void OnRoleChange(hci::ErrorCode hci_status, hci::Address remote, hci::Role role) {}  in OnRoleChange() 74   virtual void OnReadClockOffset(hci::Address remote, uint16_t clock_offset) {}  in OnReadClockOffset() 79 …virtual void OnModeChange(hci::ErrorCode hci_status, hci::Address remote, hci::Mode mode, uint16_t…  in OnModeChange() 86       hci::Address remote,  in OnSniffSubrating()
  | 
| D | link_security_interface.h | 105   virtual void OnLinkDisconnected(hci::Address remote) {}  in OnLinkDisconnected() 110   virtual void OnAuthenticationComplete(hci::ErrorCode hci_status, hci::Address remote) {}  in OnAuthenticationComplete() 116   virtual void OnEncryptionChange(hci::Address remote, bool encrypted) {}  in OnEncryptionChange()
  | 
| D | security_enforcement_interface.h | 49 …void Enforce(hci::AddressWithType remote, SecurityPolicy policy, ResultCallback result_callback) o…  in Enforce()
  | 
| D | facade.cc | 148 …hci::ErrorCode hci_status, hci::Address remote, LinkSecurityInterfaceCallbackEventType event_type)…  in SecurityConnectionEventOccurred() 226     auto remote = link->GetRemoteAddress();  in OnLinkConnected()  local 237   void OnLinkDisconnected(hci::Address remote) override {  in OnLinkDisconnected() 249   void OnAuthenticationComplete(hci::ErrorCode hci_status, hci::Address remote) override {  in OnAuthenticationComplete() 259   void OnEncryptionChange(hci::Address remote, bool encrypted) override {  in OnEncryptionChange()
  | 
| /packages/modules/Bluetooth/system/gd/l2cap/le/ | 
| D | link_property_listener.h | 38   virtual void OnLinkConnected(hci::AddressWithType remote, uint16_t handle, hci::Role my_role) {}  in OnLinkConnected() 43   virtual void OnLinkDisconnected(hci::AddressWithType remote) {}  in OnLinkDisconnected() 50       hci::AddressWithType remote,  in OnReadRemoteVersionInformation() 59       hci::AddressWithType remote,  in OnConnectionUpdate() 67   virtual void OnPhyUpdate(hci::AddressWithType remote, uint8_t tx_phy, uint8_t rx_phy) {}  in OnPhyUpdate() 73 …hci::AddressWithType remote, uint16_t tx_octets, uint16_t tx_time, uint16_t rx_octets, uint16_t rx…  in OnDataLengthChange()
  | 
| D | l2cap_le_module.cc | 42 …void Enforce(hci::AddressWithType remote, SecurityPolicy policy, ResultCallback result_callback) o…  in Enforce()
  | 
| /packages/modules/Bluetooth/system/gd/l2cap/classic/internal/ | 
| D | link_manager.cc | 105 void LinkManager::InitiateConnectionForSecurity(hci::Address remote) {  in InitiateConnectionForSecurity() 127 void LinkManager::OnPendingPacketChange(hci::Address remote, int num_packets) {  in OnPendingPacketChange() 145 void LinkManager::handle_link_security_hold(hci::Address remote) {  in handle_link_security_hold() 154 void LinkManager::handle_link_security_release(hci::Address remote) {  in handle_link_security_release() 163 void LinkManager::handle_link_security_disconnect(hci::Address remote) {  in handle_link_security_disconnect() 172 void LinkManager::handle_link_security_ensure_authenticated(hci::Address remote) {  in handle_link_security_ensure_authenticated() 181 void LinkManager::handle_link_security_ensure_encrypted(hci::Address remote) {  in handle_link_security_ensure_encrypted() 411 void LinkManager::OnRoleChange(hci::ErrorCode hci_status, hci::Address remote, hci::Role role) {  in OnRoleChange() 418 void LinkManager::OnReadClockOffset(hci::Address remote, uint16_t clock_offset) {  in OnReadClockOffset() 425 void LinkManager::OnModeChange(hci::ErrorCode hci_status, hci::Address remote, hci::Mode mode, uint…  in OnModeChange() [all …] 
 | 
| /packages/modules/Bluetooth/system/gd/security/ | 
| D | l2cap_security_module_interface.cc | 27     hci::AddressWithType remote, l2cap::classic::SecurityPolicy policy,  in Enforce() 35 void L2capSecurityModuleInterface::Enforce(hci::AddressWithType remote, l2cap::le::SecurityPolicy p…  in Enforce()
  | 
| D | facade_configuration_api.cc | 79     hci::AddressWithType remote,  in EnforceSecurityPolicy()
  | 
| /packages/modules/Connectivity/framework/src/android/net/ | 
| D | ConnectionInfo.java | 35     public final InetSocketAddress remote;  field in ConnectionInfo 42     public ConnectionInfo(int protocol, InetSocketAddress local, InetSocketAddress remote) {  in ConnectionInfo()
  | 
| /packages/modules/Bluetooth/system/blueberry/facade/l2cap/le/ | 
| D | facade.proto | 34   blueberry.facade.BluetoothAddressWithType remote = 1;  field 43   blueberry.facade.BluetoothAddressWithType remote = 1;  field 62   blueberry.facade.BluetoothAddressWithType remote = 1;  field 73   blueberry.facade.BluetoothAddressWithType remote = 1;  field
  | 
| /packages/modules/Bluetooth/system/gd/security/record/ | 
| D | security_record_storage_test.cc | 61   hci::AddressWithType remote(  in TEST_F()  local 122   hci::AddressWithType remote(  in TEST_F()  local 155   hci::AddressWithType remote(  in TEST_F()  local 176   hci::AddressWithType remote(  in TEST_F()  local
  | 
| /packages/modules/Bluetooth/system/gd/security/channel/ | 
| D | security_manager_channel.cc | 96   auto remote = link->GetRemoteAddress();  in OnLinkConnected()  local 117 … SecurityManagerChannel::OnAuthenticationComplete(hci::ErrorCode hci_status, hci::Address remote) {  in OnAuthenticationComplete() 126 void SecurityManagerChannel::OnEncryptionChange(hci::Address remote, bool encrypted) {  in OnEncryptionChange()
  | 
| /packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/ | 
| D | TestConnectionManager.java | 151         TestManagedConnection(RemoteConnection remote, boolean isIncoming) {  in TestManagedConnection() 331         public TestManagedConference(RemoteConference remote) {  in TestManagedConference() 385         RemoteConnection remote = incoming  in makeConnection()  local
  | 
| /packages/modules/Bluetooth/system/blueberry/facade/l2cap/classic/ | 
| D | facade.proto | 52   blueberry.facade.BluetoothAddress remote = 1;  field 56   blueberry.facade.BluetoothAddress remote = 1;  field 67   blueberry.facade.BluetoothAddress remote = 1;  field 111   blueberry.facade.BluetoothAddress remote = 1;  field
  | 
| /packages/modules/Bluetooth/system/main/shim/ | 
| D | l2c_api.cc | 341   void Enforce(bluetooth::hci::AddressWithType remote,  in Enforce() 490                                 bluetooth::hci::Address remote) override {  in OnAuthenticationComplete() 497   void OnLinkDisconnected(bluetooth::hci::Address remote) override {  in OnLinkDisconnected() 508   void OnEncryptionChange(bluetooth::hci::Address remote,  in OnEncryptionChange() 516   void UpdateLinkHoldForSecurity(RawAddress remote, bool is_bonding) {  in UpdateLinkHoldForSecurity() 527   bool IsRoleCentral(RawAddress remote) {  in IsRoleCentral() 535   void Disconnect(RawAddress remote) {  in Disconnect() 544   bool IsLinkUp(RawAddress remote) {  in IsLinkUp() 636   void Enforce(bluetooth::hci::AddressWithType remote,  in Enforce() 897     auto remote = channel->GetDevice();  in on_channel_open()  local [all …] 
 | 
| /packages/modules/Bluetooth/system/gd/security/internal/ | 
| D | security_manager_impl.cc | 437   auto remote = hci::AddressWithType(address, hci::AddressType::PUBLIC_DEVICE_ADDRESS);  in OnPairingHandlerComplete()  local 794     hci::AddressWithType remote,  in InternalEnforceSecurityPolicy() 833 void SecurityManagerImpl::UpdateLinkSecurityCondition(hci::AddressWithType remote) {  in UpdateLinkSecurityCondition() 844     hci::AddressWithType remote, l2cap::classic::SecurityPolicy policy) {  in IsSecurityRequirementSatisfied() 858     hci::AddressWithType remote,  in EnforceSecurityPolicy() 869     hci::AddressWithType remote, l2cap::le::SecurityPolicy policy,  in EnforceLeSecurityPolicy()
  | 
| /packages/modules/NetworkStack/tests/integration/signature/android/net/netlink/ | 
| D | InetDiagSocketIntegrationTest.java | 72         public InetSocketAddress remote;  field in InetDiagSocketIntegrationTest.Connection 144                                          InetSocketAddress remote, boolean expectSuccess) {  in checkConnectionOwnerUid()
  | 
| /packages/modules/Bluetooth/system/gd/security/test/ | 
| D | fake_security_interface.h | 58   void InitiateConnectionForSecurity(hci::Address remote) override {  in InitiateConnectionForSecurity()
  | 
| /packages/apps/Dialer/java/com/android/incallui/video/protocol/ | 
| D | VideoCallScreenDelegate.java | 48   void setSurfaceViews(SurfaceView preview, SurfaceView remote);  in setSurfaceViews()
  | 
| /packages/modules/Connectivity/nearby/tests/robotests/src/com/android/libraries/testing/deviceshadower/internal/bluetooth/connection/ | 
| D | RfcommDelegate.java | 104         BlueletImpl remote = DeviceShadowEnvironmentImpl.getBlueletImpl(remoteAddress);  in connectSocket()  local 155                     BlueletImpl remote = DeviceShadowEnvironmentImpl.getBlueletImpl(serverAddress);  in finishPendingConnection()  local
  | 
| /packages/modules/Connectivity/nearby/tests/robotests/src/com/android/libraries/testing/deviceshadower/internal/ | 
| D | DeviceletImpl.java | 115     /*package*/ void onDistanceChange(DeviceletImpl remote, Distance distance) {  in onDistanceChange()
  | 
| /packages/modules/Connectivity/nearby/tests/robotests/src/com/android/libraries/testing/deviceshadower/internal/nfc/ | 
| D | NfcletImpl.java | 51     public void onNear(NfcletImpl remote) {  in onNear()
  | 
| /packages/modules/Connectivity/Tethering/tests/privileged/src/com/android/networkstack/tethering/ | 
| D | ConntrackSocketTest.java | 87     void findConnectionOrThrow(FileDescriptor fd, InetSocketAddress local, InetSocketAddress remote)  in findConnectionOrThrow()
  | 
| /packages/modules/Bluetooth/system/gd/l2cap/le/internal/ | 
| D | link_manager.cc | 208 void LinkManager::OnPendingPacketChange(hci::AddressWithType remote, int num_packets) {  in OnPendingPacketChange()
  |