Searched defs:remote (Results 1 – 10 of 10) sorted by relevance
/system/core/libunwindstack/tests/ |
D | MemoryRemoteTest.cpp | 71 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
|
D | UnwindTest.cpp | 245 TEST_F(UnwindTest, remote) { in TEST_F() argument
|
/system/libhwbinder/include/hwbinder/ |
D | IInterface.h | 55 inline BpInterface<INTERFACE>::BpInterface(const sp<IBinder>& remote) in BpInterface()
|
D | Binder.h | 101 inline IBinder* remote() const { return mRemote; } in remote() function
|
/system/netd/server/ |
D | PppController.cpp | 52 struct in_addr remote, struct in_addr dns1, in attachPppd()
|
/system/bt/vendor_libs/test_vendor_lib/model/controller/ |
D | link_layer_controller.cc | 74 … const 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/ |
D | adb.cpp | 168 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/ |
D | uipc.cc | 136 struct sockaddr_un remote; in accept_server_socket() local
|
/system/bt/vendor_libs/test_vendor_lib/packets/hci/ |
D | event_packet_builder.cc | 389 …ique_ptr<EventPacketBuilder> EventPacketBuilder::CreateLinkKeyRequestEvent(const Address& remote) { in CreateLinkKeyRequestEvent() 397 …e_ptr<EventPacketBuilder> EventPacketBuilder::CreateLinkKeyNotificationEvent(const Address& remote, in CreateLinkKeyNotificationEvent()
|
/system/tools/aidl/ |
D | generate_java_binder.cpp | 330 Variable* remote = new Variable(types->IBinderType()->JavaType(), "remote"); in ProxyClass() local
|