/aosp12/system/bt/gd/l2cap/classic/ |
H A 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()
|
H A 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()
|
H A D | security_enforcement_interface.h | 49 …void Enforce(hci::AddressWithType remote, SecurityPolicy policy, ResultCallback result_callback) o… in Enforce()
|
H A D | facade.cc | 145 …hci::ErrorCode hci_status, hci::Address remote, LinkSecurityInterfaceCallbackEventType event_type)… in SecurityConnectionEventOccurred() 223 auto remote = link->GetRemoteAddress(); in OnLinkConnected() local 234 void OnLinkDisconnected(hci::Address remote) override { in OnLinkDisconnected() 246 void OnAuthenticationComplete(hci::ErrorCode hci_status, hci::Address remote) override { in OnAuthenticationComplete() 256 void OnEncryptionChange(hci::Address remote, bool encrypted) override { in OnEncryptionChange()
|
/aosp12/system/bt/gd/l2cap/le/ |
H A 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()
|
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/ |
H A D | RemoteTransitionHandler.java | 67 void addFiltered(TransitionFilter filter, RemoteTransition remote) { in addFiltered() 72 void removeFiltered(RemoteTransition remote) { in removeFiltered() 156 final IRemoteTransition remote = mRequestedRemotes.get(mergeTarget).getRemoteTransition(); in mergeAnimation() local 187 RemoteTransition remote = request.getRemoteTransition(); in handleRequest() local 195 private void handleDeath(@NonNull IBinder remote, in handleDeath() 213 private void unhandleDeath(@NonNull IBinder remote, in unhandleDeath() 237 RemoteDeathHandler(IBinder remote) { in RemoteDeathHandler()
|
H A D | OneShotRemoteHandler.java | 52 @NonNull RemoteTransition remote) { in OneShotRemoteHandler() 138 RemoteTransition remote = request.getRemoteTransition(); in handleRequest() local
|
/aosp12/packages/modules/NetworkStack/tests/unit/src/android/net/netlink/ |
H A D | InetDiagSocketTest.java | 77 InetSocketAddress remote = new InetSocketAddress(InetAddress.getByName("8.8.8.8"), in testInetDiagReqV2UdpInet4() local 112 InetSocketAddress remote = new InetSocketAddress(InetAddress.getByName("8.8.8.8"), in testInetDiagReqV2TcpInet6() local 149 InetSocketAddress remote = new InetSocketAddress(InetAddress.getByName("8.8.4.4"), in testInetDiagReqV2TcpInetWithExt() local 195 InetSocketAddress remote = new InetSocketAddress(InetAddress.getByName("8.8.4.4"), in testInetDiagReqV2TcpInet6NoIdSpecified() local
|
/aosp12/system/bt/gd/l2cap/classic/internal/ |
H A 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() 402 void LinkManager::OnRoleChange(hci::ErrorCode hci_status, hci::Address remote, hci::Role role) { in OnRoleChange() 409 void LinkManager::OnReadClockOffset(hci::Address remote, uint16_t clock_offset) { in OnReadClockOffset() 416 void LinkManager::OnModeChange(hci::ErrorCode hci_status, hci::Address remote, hci::Mode mode, uint… in OnModeChange() [all …]
|
/aosp12/system/unwinding/libunwindstack/tests/ |
H A D | MemoryRemoteTest.cpp | 54 MemoryRemote remote(pid); in TEST() local 83 MemoryRemote remote(pid); in TEST() local 116 MemoryRemote remote(pid); in TEST() local 157 MemoryRemote remote(pid); in TEST() local 189 MemoryRemote remote(pid); in TEST() local 209 MemoryRemote remote(pid); in TEST() local 238 MemoryRemote remote(pid); in TEST() local 275 MemoryRemote remote(pid); in TEST() local
|
/aosp12/packages/modules/NetworkStack/common/netlinkclient/src/android/net/netlink/ |
H A D | InetDiagMessage.java | 57 InetSocketAddress remote, int family, short flags) { in InetDiagReqV2() 84 @Nullable InetSocketAddress remote, int family, short flags, int pad, int idiagExt, in InetDiagReqV2() 116 InetSocketAddress remote, int family, short flags, in lookupUidByFamily() 137 InetSocketAddress remote, FileDescriptor fd) in lookupUid() 191 InetSocketAddress remote) { in getConnectionOwnerUid()
|
H A D | StructInetDiagReqV2.java | 51 public StructInetDiagReqV2(int protocol, InetSocketAddress local, InetSocketAddress remote, in StructInetDiagReqV2() 58 @Nullable InetSocketAddress remote, int family, int pad, int extension, int state) in StructInetDiagReqV2()
|
/aosp12/system/bt/gd/security/ |
H A 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()
|
/aosp12/packages/modules/Connectivity/framework/src/android/net/ |
H A D | ConnectionInfo.java | 35 public final InetSocketAddress remote; field in ConnectionInfo 42 public ConnectionInfo(int protocol, InetSocketAddress local, InetSocketAddress remote) { in ConnectionInfo()
|
/aosp12/system/bt/gd/security/channel/ |
H A 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()
|
/aosp12/system/bt/gd/security/record/ |
H A 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
|
/aosp12/frameworks/base/core/java/android/os/ |
H A D | CancellationSignal.java | 68 final ICancellationSignal remote; in cancel() local 141 public void setRemote(ICancellationSignal remote) { in setRemote()
|
/aosp12/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/ |
H A 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
|
/aosp12/system/libhwbinder/include/hwbinder/ |
H A D | IInterface.h | 59 inline BpInterface<INTERFACE>::BpInterface(const sp<IBinder>& remote) in BpInterface()
|
H A D | Binder.h | 108 inline IBinder* remote() const { return mRemote; } in remote() function
|
/aosp12/bionic/tests/ |
H A D | sys_uio_test.cpp | 77 iovec remote = { src, sizeof src }; in TEST() local 96 iovec remote = { dst, sizeof dst }; in TEST() local
|
/aosp12/frameworks/native/libs/binder/rust/tests/ |
H A D | integration.rs | 330 let mut remote = binder::get_service(service_name).expect("Could not retrieve service"); in test_death_notifications() localVariable 355 let mut remote = binder::get_service(service_name).expect("Could not retrieve service"); in test_unregister_death_notifications() localVariable 384 let mut remote = binder::get_service(service_name).expect("Could not retrieve service"); in test_death_notification_registration_lifetime() localVariable 412 let mut remote = binder::get_service(service_name); in test_misc_ibinder() localVariable 443 let mut remote = binder::get_service(service_name); in test_extensions() localVariable 455 let mut remote = binder::get_service(service_name); in test_extensions() localVariable
|
/aosp12/frameworks/layoutlib/remote/server/src/com/android/layoutlib/bridge/remote/server/adapters/ |
H A D | RemoteActionBarCallbackAdapter.java | 30 public RemoteActionBarCallbackAdapter(@NotNull RemoteActionBarCallback remote) { in RemoteActionBarCallbackAdapter()
|
/aosp12/system/bt/main/shim/ |
H A D | l2c_api.cc | 335 void Enforce(bluetooth::hci::AddressWithType remote, in Enforce() 520 bool IsRoleCentral(RawAddress remote) { in IsRoleCentral() 528 void Disconnect(RawAddress remote) { in Disconnect() 537 bool IsLinkUp(RawAddress remote) { in IsLinkUp() 628 void Enforce(bluetooth::hci::AddressWithType remote, in Enforce() 887 auto remote = channel->GetDevice(); in on_channel_open() local 1003 auto remote = Btm::GetAddressAndType(rem_bda); in L2CA_ConnectFixedChnl() local 1212 auto remote = ToGdAddress(pseudo_addr); in L2CA_ReadRemoteConnectionAddr() local 1224 auto remote = ToGdAddress(bd_addr); in L2CA_GetBleConnRole() local 1241 void L2CA_DisconnectLink(const RawAddress& remote) { in L2CA_DisconnectLink() [all …]
|
/aosp12/system/bt/gd/security/internal/ |
H A D | security_manager_impl.cc | 435 auto remote = hci::AddressWithType(address, hci::AddressType::PUBLIC_DEVICE_ADDRESS); in OnPairingHandlerComplete() local 790 hci::AddressWithType remote, in InternalEnforceSecurityPolicy() 829 void SecurityManagerImpl::UpdateLinkSecurityCondition(hci::AddressWithType remote) { in UpdateLinkSecurityCondition() 840 hci::AddressWithType remote, l2cap::classic::SecurityPolicy policy) { in IsSecurityRequirementSatisfied() 854 hci::AddressWithType remote, in EnforceSecurityPolicy() 865 hci::AddressWithType remote, l2cap::le::SecurityPolicy policy, in EnforceLeSecurityPolicy()
|