Home
last modified time | relevance | path

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

/system/core/libunwindstack/tests/
DMemoryRemoteTest.cpp71 MemoryRemote remote(pid); in TEST_F() local
100 MemoryRemote remote(pid); in TEST_F() local
133 MemoryRemote remote(pid); in TEST_F() local
174 MemoryRemote remote(pid); in TEST_F() local
206 MemoryRemote remote(pid); in TEST_F() local
226 MemoryRemote remote(pid); in TEST_F() local
255 MemoryRemote remote(pid); in TEST_F() local
290 MemoryRemote remote(pid); in TEST_F() local
DUnwindTest.cpp245 TEST_F(UnwindTest, remote) { in TEST_F() argument
/system/libhwbinder/include/hwbinder/
DIInterface.h55 inline BpInterface<INTERFACE>::BpInterface(const sp<IBinder>& remote) in BpInterface()
DBinder.h101 inline IBinder* remote() const { return mRemote; } in remote() function
/system/netd/server/
DPppController.cpp52 struct in_addr remote, struct in_addr dns1, in attachPppd()
/system/bt/vendor_libs/test_vendor_lib/model/controller/
Dlink_layer_controller.cc74const Address& remote, bool use_public_address) { in SendCommandToRemoteByAddress()
863 Address remote = classic_connections_.GetAddress(handle); in AuthenticationRequested() local
893 Address remote = classic_connections_.GetAddress(handle); in SetConnectionEncryption() local
981 const Address& remote = classic_connections_.GetAddress(handle); in Disconnect() local
/system/core/adb/
Dadb.cpp168 static void send_ready(unsigned local, unsigned remote, atransport *t) in send_ready()
178 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/packets/hci/
Devent_packet_builder.cc389 …ique_ptr<EventPacketBuilder> EventPacketBuilder::CreateLinkKeyRequestEvent(const Address& remote) { in CreateLinkKeyRequestEvent()
397 …e_ptr<EventPacketBuilder> EventPacketBuilder::CreateLinkKeyNotificationEvent(const Address& remote, in CreateLinkKeyNotificationEvent()
/system/tools/aidl/
Dgenerate_java_binder.cpp330 Variable* remote = new Variable(types->IBinderType()->JavaType(), "remote"); in ProxyClass() local