Home
last modified time | relevance | path

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

/system/core/libunwindstack/tests/
DMemoryRemoteTest.cpp54 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
DMemoryMteTest.cpp71 MemoryRemote remote(pid); in TEST() local
DUnwindTest.cpp245 TEST_F(UnwindTest, remote) { in TEST_F() argument
/system/bt/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.cc72 hci::AddressWithType remote, in EnforceSecurityPolicy()
/system/bt/gd/l2cap/classic/internal/
Dlink_manager.cc109 void LinkManager::InitiateConnectionForSecurity(hci::Address remote) { in InitiateConnectionForSecurity()
129 void LinkManager::handle_link_security_hold(hci::Address remote) { in handle_link_security_hold()
138 void LinkManager::handle_link_security_release(hci::Address remote) { in handle_link_security_release()
147 void LinkManager::handle_link_security_disconnect(hci::Address remote) { in handle_link_security_disconnect()
156 void LinkManager::handle_link_security_ensure_authenticated(hci::Address remote) { in handle_link_security_ensure_authenticated()
/system/bt/gd/l2cap/le/
Dfacade.proto34 facade.BluetoothAddressWithType remote = 1; field
43 facade.BluetoothAddressWithType remote = 1; field
62 facade.BluetoothAddressWithType remote = 1; field
73 facade.BluetoothAddressWithType remote = 1; field
Dsecurity_enforcement_interface.h49 …void Enforce(hci::AddressWithType remote, SecurityPolicy policy, ResultCallback result_callback) o… in Enforce()
/system/libhwbinder/include/hwbinder/
DIInterface.h55 inline BpInterface<INTERFACE>::BpInterface(const sp<IBinder>& remote) in BpInterface()
DBinder.h104 inline IBinder* remote() const { return mRemote; } in remote() function
/system/bt/gd/l2cap/classic/
Dlink_security_interface.h93 virtual void OnLinkDisconnected(hci::Address remote) {} in OnLinkDisconnected()
Dsecurity_enforcement_interface.h49 …void Enforce(hci::AddressWithType remote, SecurityPolicy policy, ResultCallback result_callback) o… in Enforce()
Dfacade.proto32 facade.BluetoothAddress remote = 1; field
36 facade.BluetoothAddress remote = 1; field
47 facade.BluetoothAddress remote = 1; field
91 facade.BluetoothAddress remote = 1; field
/system/bt/gd/security/test/
Dfake_security_interface.h52 void InitiateConnectionForSecurity(hci::Address remote) override { in InitiateConnectionForSecurity()
/system/netd/server/
DPppController.cpp53 struct in_addr remote, struct in_addr dns1, in attachPppd()
/system/bt/gd/security/internal/
Dsecurity_manager_impl.cc357 auto remote = hci::AddressWithType(address, hci::AddressType::PUBLIC_DEVICE_ADDRESS); in OnPairingHandlerComplete() local
673 hci::AddressWithType remote, in InternalEnforceSecurityPolicy()
711 hci::AddressWithType remote, in EnforceSecurityPolicy()
718 hci::AddressWithType remote, l2cap::le::SecurityPolicy policy, in EnforceLeSecurityPolicy()
/system/bt/main/shim/
Dl2c_api.cc373 auto remote = ToAddressWithType(rem_bda, Btm::GetAddressType(rem_bda)); in L2CA_ConnectFixedChnl() local
406 auto remote = ToAddressWithType(rem_bda, Btm::GetAddressType(rem_bda)); in L2CA_SendFixedChnlData() local
420 auto remote = ToAddressWithType(rem_bda, Btm::GetAddressType(rem_bda)); in L2CA_RemoveFixedChnl() local
/system/bt/gd/neighbor/facade/
Dfacade.cc121 hci::Address remote; in ReadRemoteName() local
/system/core/adb/
Dadb.cpp181 static void send_ready(unsigned local, unsigned remote, atransport *t) in send_ready()
191 static void send_close(unsigned local, unsigned remote, atransport *t) in send_close()
/system/bt/udrv/ulinux/
Duipc.cc136 struct sockaddr_un remote; in accept_server_socket() local
/system/bt/vendor_libs/test_vendor_lib/model/controller/
Dlink_layer_controller.cc64 const Address& remote) { in SendCommandToRemoteByAddress()
1438 AddressWithType remote = connections_.GetAddress(handle); in AuthenticationRequested() local
1481 AddressWithType remote = connections_.GetAddress(handle); in SetConnectionEncryption() local
1584 const AddressWithType remote = connections_.GetAddress(handle); in Disconnect() local
/system/tools/aidl/
Dgenerate_java_binder.cpp321 auto remote = std::make_shared<Variable>("android.os.IBinder", "remote"); in ProxyClass() local
/system/bt/gd/hci/
Dacl_manager_test.cc354 Address remote; member in bluetooth::hci::acl_manager::__anon0d2b85f20111::AclManagerNoCallbacksTest