Home
last modified time | relevance | path

Searched defs:remote (Results 1 – 25 of 50) sorted by relevance

12

/packages/modules/Bluetooth/system/gd/l2cap/classic/
Dlink_property_listener.h38 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()
Dlink_security_interface.h105 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()
Dsecurity_enforcement_interface.h49 …void Enforce(hci::AddressWithType remote, SecurityPolicy policy, ResultCallback result_callback) o… in Enforce()
Dfacade.cc148 …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/
Dlink_property_listener.h38 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()
73hci::AddressWithType remote, uint16_t tx_octets, uint16_t tx_time, uint16_t rx_octets, uint16_t rx… in OnDataLengthChange()
Dl2cap_le_module.cc42 …void Enforce(hci::AddressWithType remote, SecurityPolicy policy, ResultCallback result_callback) o… in Enforce()
/packages/modules/Bluetooth/system/gd/l2cap/classic/internal/
Dlink_manager.cc105 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/
Dl2cap_security_module_interface.cc27 hci::AddressWithType remote, l2cap::classic::SecurityPolicy policy, in Enforce()
35 void L2capSecurityModuleInterface::Enforce(hci::AddressWithType remote, l2cap::le::SecurityPolicy p… in Enforce()
Dfacade_configuration_api.cc79 hci::AddressWithType remote, in EnforceSecurityPolicy()
/packages/modules/Connectivity/framework/src/android/net/
DConnectionInfo.java35 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/
Dfacade.proto34 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/
Dsecurity_record_storage_test.cc61 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/
Dsecurity_manager_channel.cc96 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/
DTestConnectionManager.java151 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/
Dfacade.proto52 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/
Dl2c_api.cc341 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/
Dsecurity_manager_impl.cc437 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/
DInetDiagSocketIntegrationTest.java72 public InetSocketAddress remote; field in InetDiagSocketIntegrationTest.Connection
144 InetSocketAddress remote, boolean expectSuccess) { in checkConnectionOwnerUid()
/packages/modules/Bluetooth/system/gd/security/test/
Dfake_security_interface.h58 void InitiateConnectionForSecurity(hci::Address remote) override { in InitiateConnectionForSecurity()
/packages/apps/Dialer/java/com/android/incallui/video/protocol/
DVideoCallScreenDelegate.java48 void setSurfaceViews(SurfaceView preview, SurfaceView remote); in setSurfaceViews()
/packages/modules/Connectivity/nearby/tests/robotests/src/com/android/libraries/testing/deviceshadower/internal/bluetooth/connection/
DRfcommDelegate.java104 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/
DDeviceletImpl.java115 /*package*/ void onDistanceChange(DeviceletImpl remote, Distance distance) { in onDistanceChange()
/packages/modules/Connectivity/nearby/tests/robotests/src/com/android/libraries/testing/deviceshadower/internal/nfc/
DNfcletImpl.java51 public void onNear(NfcletImpl remote) { in onNear()
/packages/modules/Connectivity/Tethering/tests/privileged/src/com/android/networkstack/tethering/
DConntrackSocketTest.java87 void findConnectionOrThrow(FileDescriptor fd, InetSocketAddress local, InetSocketAddress remote) in findConnectionOrThrow()
/packages/modules/Bluetooth/system/gd/l2cap/le/internal/
Dlink_manager.cc208 void LinkManager::OnPendingPacketChange(hci::AddressWithType remote, int num_packets) { in OnPendingPacketChange()

12