/system/core/libunwindstack/tests/ |
D | MemoryRemoteTest.cpp | 71 MemoryRemote remote(pid); in TEST_F() local 74 ASSERT_TRUE(remote.ReadFully(reinterpret_cast<uint64_t>(src.data()), dst.data(), 1024)); in TEST_F() 100 MemoryRemote remote(pid); in TEST_F() local 103 ASSERT_TRUE(remote.ReadFully(reinterpret_cast<uint64_t>(src.data()), dst.data(), src.size())); in TEST_F() 133 MemoryRemote remote(pid); in TEST_F() local 137 remote.Read(reinterpret_cast<uint64_t>(mapping + getpagesize() - 1024), dst.data(), 4096); in TEST_F() 146 remote.Read(reinterpret_cast<uint64_t>(mapping + 3 * getpagesize() - 1024), dst.data(), 4096); in TEST_F() 174 MemoryRemote remote(pid); in TEST_F() local 177 ASSERT_TRUE(remote.ReadFully(reinterpret_cast<uint64_t>(src), dst.data(), pagesize)); in TEST_F() 182 ASSERT_FALSE(remote.ReadFully(reinterpret_cast<uint64_t>(src) + pagesize, dst.data(), 1)); in TEST_F() [all …]
|
/system/libhwbinder/include/hwbinder/ |
D | IInterface.h | 44 explicit BpInterface(const sp<IBinder>& remote); 55 inline BpInterface<INTERFACE>::BpInterface(const sp<IBinder>& remote) in BpInterface() argument 56 : BpHwRefBase(remote) in BpInterface() 63 return remote(); in onAsBinder()
|
D | Binder.h | 101 inline IBinder* remote() const { return mRemote; } in remote() function
|
/system/core/adb/ |
D | protocol.txt | 41 unrecognized command MUST result in the closing of the remote 50 The identifiers "local-id" and "remote-id" are always relative to the 60 The CONNECT message establishes the presence of a remote system. 62 declares the maximum message body size that the remote system 127 --- READY(local-id, remote-id, "") ------------------------------------- 133 connected to the recipient's stream identified by remote-id. 135 Neither the local-id nor the remote-id may be zero. 137 A READY message containing a remote-id which does not map to an open 146 --- WRITE(local-id, remote-id, "data") --------------------------------- 151 remote-id. The payload MUST be <= maxdata in length. [all …]
|
D | SERVICES.TXT | 95 <host-prefix>:forward:<local>;<remote> 97 to the <remote> address on a given device. 108 the format of <remote> is one of: 116 <host-prefix>:forward:norebind:<local>;<remote> 117 Same as <host-prefix>:forward:<local>;<remote> except that it will 120 Used to implement 'adb forward --no-rebind <local> <remote>' 137 <serial> " " <local> " " <remote> "\n" 141 <remote> is the device-specific endpoint. 246 forward:<local>;<remote> 247 forward:norebind:<local>;<remote> [all …]
|
D | SYNC.TXT | 33 bytes containing a utf-8 string with a remote filename. 36 Lists files in the directory specified by the remote filename. The server will 51 The remote file name is split into two parts separated by the last 73 Retrieves a file from device to a local file. The remote path is the path to
|
D | benchmark_device.py | 109 device.push(local=local_path, remote=remote_path) 127 device.pull(remote=remote_path, local=local_path)
|
D | test_device.py | 723 self.device.push(local=tmp.name, remote=self.DEVICE_TEMP_FILE) 864 self.device.push(local=tmp_file.name, remote='/system/') 885 self.device.push(local=tmp_file.name, remote=remote_path) 890 self.device.pull(remote=remote_file, local=tmp_write.name) 903 output = self.device.pull(remote=self.DEVICE_TEMP_FILE, local='x') 936 self.device.pull(remote=self.DEVICE_TEMP_DIR, local=host_dir) 971 self.device.pull(remote=self.DEVICE_TEMP_DIR, local=symlink) 1004 self.device.pull(remote=self.DEVICE_TEMP_DIR, local=host_dir) 1028 self.device.pull(remote=self.DEVICE_TEMP_DIR, local=dest_dir) 1062 self.device.pull(remote=remote_symlink, local=host_dir) [all …]
|
D | adb.cpp | 168 static void send_ready(unsigned local, unsigned remote, atransport *t) in send_ready() argument 174 p->msg.arg1 = remote; in send_ready() 178 static void send_close(unsigned local, unsigned remote, atransport *t) in send_close() argument 184 p->msg.arg1 = remote; in send_close()
|
/system/bt/service/doc/ |
D | IBluetoothGattClient.txt | 45 * database of remote device with address |device_address|. Returns false in 52 * Returns the GATT services, characteristics, and descriptors on the remote 62 * Initiate a read request for the remote characteristic with identifier 65 * request cannot be started, e.g. if a read is already pending on this remote 77 * Initiate a write request for the remote characteristic with identifier 100 * Initiate a read request for the remote descriptor with identifier 103 * request cannot be started, e.g. if a read is already pending on this remote 115 * Initiate a write request for the remote descriptor with identifier 138 * Enables handle-value notifications from the remote characteristic with ID 147 * Disables handle-value notifications from the remote characteristic with ID [all …]
|
D | IBluetoothGattClientCallback.txt | 33 * Called for each GATT service that was discovered on the remote device. The 41 * Called for each include definition that was discovered on the remote 47 * Called for each characteristic that was discovered on the remote device. 56 * Called for each descriptor that was discovered on the remote device. The 63 * Called to mark the end of GATT service discovery on the remote device with 74 * characteristic value that was read from the remote device. This argument 91 * |device_address| refers to the remote device that the endReliableWrite 102 * descriptor value that was read from the remote device. This argument
|
D | IBluetoothGattServerCallback.txt | 40 * Called when there is an incoming read request from the remote device with 43 * the remote device wants to read from. If |is_long| is true, then this 58 * Called when there is an incoming read request from the remote device with 61 * the remote device wants to read from. If |is_long| is true, then this 76 * Called when there is an incoming write request from the remote device with 81 * remote device wants to write to, so the value should be written starting at 96 * Called when there is an incoming write request from the remote device with 101 * remote device wants to write to, so the value should be written starting at 129 * be called when the remote device sends a confirmation packet. Otherwise
|
D | IBluetooth.txt | 72 * be seen by remote devices during discovery. Returns false if the operation 79 * name that is seen by remote devices during discovery. If the controller has
|
D | IBluetoothLowEnergyCallback.txt | 37 * IBluetoothLowEnergy.setMtu or remote device trying to change MTU.
|
D | IBluetoothGattServer.txt | 67 * will remain pending until the remote device sends a handle-value
|
/system/netd/server/ |
D | PppController.cpp | 52 struct in_addr remote, struct in_addr dns1, in attachPppd() argument 81 char *r = strdup(inet_ntoa(remote)); in attachPppd()
|
D | PppController.h | 35 struct in_addr remote, struct in_addr dns1,
|
/system/bt/vendor_libs/test_vendor_lib/model/controller/ |
D | link_layer_controller.cc | 74 … const Address& remote, bool use_public_address) { in SendCommandToRemoteByAddress() argument 83 local_address, remote); in SendCommandToRemoteByAddress() 863 Address remote = classic_connections_.GetAddress(handle); in AuthenticationRequested() local 865 …schedule_task_(milliseconds(5), [this, remote, handle]() { HandleAuthenticationRequest(remote, han… in AuthenticationRequested() 893 Address remote = classic_connections_.GetAddress(handle); in SetConnectionEncryption() local 895 schedule_task_(milliseconds(5), [this, remote, handle, encryption_enable]() { in SetConnectionEncryption() 896 HandleSetConnectionEncryption(remote, handle, encryption_enable); in SetConnectionEncryption() 981 const Address& remote = classic_connections_.GetAddress(handle); in Disconnect() local 983 …PacketBuilder::WrapDisconnect(DisconnectBuilder::Create(reason), properties_.GetAddress(), remote); in Disconnect()
|
D | link_layer_controller.h | 38 …CommandToRemoteByAddress(hci::OpCode opcode, packets::PacketView<true> args, const Address& remote,
|
/system/bt/doc/ |
D | pts_guide.md | 24 - In `newavrcp`, we send active player update to remote device only in PTS test
|
/system/bt/vendor_libs/test_vendor_lib/packets/hci/ |
D | event_packet_builder.h | 174 static std::unique_ptr<EventPacketBuilder> CreateLinkKeyRequestEvent(const Address& remote); 177 static std::unique_ptr<EventPacketBuilder> CreateLinkKeyNotificationEvent(const Address& remote,
|
D | event_packet_builder.cc | 389 …ique_ptr<EventPacketBuilder> EventPacketBuilder::CreateLinkKeyRequestEvent(const Address& remote) { in CreateLinkKeyRequestEvent() argument 392 CHECK(evt_ptr->AddPayloadAddress(remote)); in CreateLinkKeyRequestEvent() 397 …e_ptr<EventPacketBuilder> EventPacketBuilder::CreateLinkKeyNotificationEvent(const Address& remote, in CreateLinkKeyNotificationEvent() argument 402 CHECK(evt_ptr->AddPayloadAddress(remote)); in CreateLinkKeyNotificationEvent()
|
/system/bt/udrv/ulinux/ |
D | uipc.cc | 136 struct sockaddr_un remote; in accept_server_socket() local 156 OSI_NO_INTR(fd = accept(sfd, (struct sockaddr*)&remote, &len)); in accept_server_socket()
|
/system/libhidl/transport/ |
D | HidlBinderSupport.cpp | 233 return sp<IBinder>(bpRefBase->remote()); in getOrCreateCachedBinder()
|
/system/tools/aidl/ |
D | generate_java_binder.cpp | 330 Variable* remote = new Variable(types->IBinderType()->JavaType(), "remote"); in ProxyClass() local 334 ctor->parameters.push_back(remote); in ProxyClass() 335 ctor->statements->Add(new Assignment(mRemote, remote)); in ProxyClass()
|