/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/ |
D | TestConnectionManager.java | 119 for (RemoteConnection remote : conferenceable) { 120 if (mManagedConnectionByRemote.containsKey(remote)) { 121 c.add(mManagedConnectionByRemote.get(remote)); 151 TestManagedConnection(RemoteConnection remote, boolean isIncoming) { in TestManagedConnection() argument 152 mRemote = remote; in TestManagedConnection() 157 setConnectionProperties(remote.getConnectionProperties()); in TestManagedConnection() 331 public TestManagedConference(RemoteConference remote) { in TestManagedConference() argument 333 mRemote = remote; in TestManagedConference() 334 remote.registerCallback(mRemoteCallback); in TestManagedConference() 336 for (RemoteConnection r : remote.getConnections()) { in TestManagedConference() [all …]
|
/packages/modules/Connectivity/framework/src/android/net/ |
D | ConnectionInfo.java | 35 public final InetSocketAddress remote; field in ConnectionInfo 42 public ConnectionInfo(int protocol, InetSocketAddress local, InetSocketAddress remote) { in ConnectionInfo() argument 45 this.remote = remote; in ConnectionInfo() 53 out.writeByteArray(remote.getAddress().getAddress()); in writeToParcel() 54 out.writeInt(remote.getPort()); in writeToParcel() 75 InetSocketAddress remote = new InetSocketAddress(remoteAddress, remotePort); 76 return new ConnectionInfo(protocol, local, remote);
|
/packages/modules/NetworkStack/common/netlinkclient/src/android/net/netlink/ |
D | InetDiagMessage.java | 57 InetSocketAddress remote, int family, short flags) { in InetDiagReqV2() argument 58 return InetDiagReqV2(protocol, local, remote, family, flags, 0 /* pad */, in InetDiagReqV2() 84 @Nullable InetSocketAddress remote, int family, short flags, int pad, int idiagExt, in InetDiagReqV2() argument 96 new StructInetDiagReqV2(protocol, local, remote, family, pad, idiagExt, state); in InetDiagReqV2() 116 InetSocketAddress remote, int family, short flags, in lookupUidByFamily() argument 119 byte[] msg = InetDiagReqV2(protocol, local, remote, family, flags); in lookupUidByFamily() 137 InetSocketAddress remote, FileDescriptor fd) in lookupUid() argument 148 uid = lookupUidByFamily(protocol, remote, local, family, NLM_F_REQUEST, fd); in lookupUid() 150 uid = lookupUidByFamily(protocol, local, remote, family, NLM_F_REQUEST, fd); in lookupUid() 191 InetSocketAddress remote) { in getConnectionOwnerUid() argument [all …]
|
D | StructInetDiagReqV2.java | 51 public StructInetDiagReqV2(int protocol, InetSocketAddress local, InetSocketAddress remote, in StructInetDiagReqV2() argument 53 this(protocol, local, remote, family, 0 /* pad */, 0 /* extension */, in StructInetDiagReqV2() 58 @Nullable InetSocketAddress remote, int family, int pad, int extension, int state) in StructInetDiagReqV2() argument 64 if ((local == null) != (remote == null)) { in StructInetDiagReqV2() 67 mId = ((local != null && remote != null) ? new StructInetDiagSockId(local, remote) : null); in StructInetDiagReqV2()
|
/packages/modules/NetworkStack/tests/unit/src/android/net/netlink/ |
D | InetDiagSocketTest.java | 77 InetSocketAddress remote = new InetSocketAddress(InetAddress.getByName("8.8.8.8"), in testInetDiagReqV2UdpInet4() local 79 final byte[] msg = InetDiagMessage.InetDiagReqV2(IPPROTO_UDP, local, remote, AF_INET, in testInetDiagReqV2UdpInet4() 112 InetSocketAddress remote = new InetSocketAddress(InetAddress.getByName("8.8.8.8"), in testInetDiagReqV2TcpInet6() local 114 byte[] msg = InetDiagMessage.InetDiagReqV2(IPPROTO_TCP, local, remote, AF_INET6, in testInetDiagReqV2TcpInet6() 149 InetSocketAddress remote = new InetSocketAddress(InetAddress.getByName("8.8.4.4"), in testInetDiagReqV2TcpInetWithExt() local 151 byte[] msg = InetDiagMessage.InetDiagReqV2(IPPROTO_TCP, local, remote, AF_INET, in testInetDiagReqV2TcpInetWithExt() 158 remote = new InetSocketAddress(InetAddress.getByName("8.8.8.8"), in testInetDiagReqV2TcpInetWithExt() 160 msg = InetDiagMessage.InetDiagReqV2(IPPROTO_TCP, local, remote, AF_INET6, in testInetDiagReqV2TcpInetWithExt() 195 InetSocketAddress remote = new InetSocketAddress(InetAddress.getByName("8.8.4.4"), in testInetDiagReqV2TcpInet6NoIdSpecified() local 202 msg = InetDiagMessage.InetDiagReqV2(IPPROTO_TCP, null, remote, AF_INET6, in testInetDiagReqV2TcpInet6NoIdSpecified()
|
/packages/modules/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 136 --- READY(local-id, remote-id, "") ------------------------------------- 142 connected to the recipient's stream identified by remote-id. 144 Neither the local-id nor the remote-id may be zero. 146 A READY message containing a remote-id which does not map to an open 155 --- WRITE(local-id, remote-id, "data") --------------------------------- 160 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: 117 <host-prefix>:forward:norebind:<local>;<remote> 118 Same as <host-prefix>:forward:<local>;<remote> except that it will 121 Used to implement 'adb forward --no-rebind <local> <remote>' 138 <serial> " " <local> " " <remote> "\n" 142 <remote> is the device-specific endpoint. 247 forward:<local>;<remote> 248 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 | test_device.py | 794 self.device.push(local=tmp.name, remote=self.DEVICE_TEMP_FILE) 935 self.device.push(local=tmp_file.name, remote='/system/') 956 self.device.push(local=tmp_file.name, remote=remote_path) 970 self.device.push(local=tmp_file.name, remote=remote_path) 975 self.device.pull(remote=remote_file, local=tmp_write.name) 988 output = self.device.pull(remote=self.DEVICE_TEMP_FILE, local='x') 1021 self.device.pull(remote=self.DEVICE_TEMP_DIR, local=host_dir) 1056 self.device.pull(remote=self.DEVICE_TEMP_DIR, local=symlink) 1089 self.device.pull(remote=self.DEVICE_TEMP_DIR, local=host_dir) 1113 self.device.pull(remote=self.DEVICE_TEMP_DIR, local=dest_dir) [all …]
|
D | benchmark_device.py | 109 device.push(local=local_path, remote=remote_path) 127 device.pull(remote=remote_path, local=local_path)
|
D | adb.cpp | 206 static void send_ready(unsigned local, unsigned remote, atransport *t) in send_ready() argument 212 p->msg.arg1 = remote; in send_ready() 216 static void send_close(unsigned local, unsigned remote, atransport *t) in send_close() argument 222 p->msg.arg1 = remote; in send_close()
|
/packages/modules/NetworkStack/tests/integration/src/android/net/netlink/ |
D | InetDiagSocketIntegrationTest.java | 72 public InetSocketAddress remote; field in InetDiagSocketIntegrationTest.Connection 119 remote = (InetSocketAddress) Os.getpeername(localFd); in TcpConnection() 139 remote = new InetSocketAddress(remoteAddress, 7); in UdpConnection() 144 InetSocketAddress remote, boolean expectSuccess) { in checkConnectionOwnerUid() argument 145 final int uid = mCm.getConnectionOwnerUid(protocol, local, remote); in checkConnectionOwnerUid() 168 checkConnectionOwnerUid(tcp.protocol, tcp.local, tcp.remote, true); in checkGetConnectionOwnerUid() 169 checkConnectionOwnerUid(IPPROTO_UDP, tcp.local, tcp.remote, false); in checkGetConnectionOwnerUid() 170 checkConnectionOwnerUid(tcp.protocol, new InetSocketAddress(0), tcp.remote, false); in checkGetConnectionOwnerUid() 175 checkConnectionOwnerUid(udp.protocol, udp.local, udp.remote, true); in checkGetConnectionOwnerUid() 176 checkConnectionOwnerUid(IPPROTO_TCP, udp.local, udp.remote, false); in checkGetConnectionOwnerUid() [all …]
|
/packages/apps/Camera2/src_pd/com/android/camera/util/ |
D | RemoteShutterHelper.java | 21 import com.android.camera.remote.RemoteCameraModule; 22 import com.android.camera.remote.RemoteShutterListener;
|
/packages/apps/Contacts/src/com/android/contacts/model/ |
D | ValuesDelta.java | 335 public static ValuesDelta mergeAfter(ValuesDelta local, ValuesDelta remote) { in mergeAfter() argument 337 if (local == null && (remote.isDelete() || remote.isTransient())) return null; in mergeAfter() 344 local.mAfter = remote.getCompleteValues(); in mergeAfter() 347 local.mAfter = remote.mAfter; in mergeAfter()
|
D | RawContactDelta.java | 105 public static RawContactDelta mergeAfter(RawContactDelta local, RawContactDelta remote) { in mergeAfter() argument 107 final ValuesDelta remoteValues = remote.mValues; in mergeAfter() 116 final Long remoteVersion = remote.mValues.getAsLong(RawContacts.VERSION); in mergeAfter() 122 local.mValues = ValuesDelta.mergeAfter(local.mValues, remote.mValues); in mergeAfter() 125 for (ArrayList<ValuesDelta> mimeEntries : remote.mEntries.values()) { in mergeAfter()
|
D | RawContactDeltaList.java | 102 RawContactDeltaList remote) { in mergeAfter() argument 106 for (RawContactDelta remoteEntity : remote) { in mergeAfter()
|
/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/ |
D | IpSecBaseTest.java | 377 AcceptedTcpFileDescriptorSocket(FileDescriptor fd, InetSocketAddress remote, in AcceptedTcpFileDescriptorSocket() argument 379 super(new FileDescriptorSocketImpl(fd, remote, localPort)); in AcceptedTcpFileDescriptorSocket() 380 connect(remote); in AcceptedTcpFileDescriptorSocket() 385 private FileDescriptorSocketImpl(FileDescriptor fd, InetSocketAddress remote, in FileDescriptorSocketImpl() argument 388 this.address = remote.getAddress(); in FileDescriptorSocketImpl() 389 this.port = remote.getPort(); in FileDescriptorSocketImpl()
|
D | Ikev2VpnTest.java | 220 String remote, boolean isRestrictedToTestNetworks) throws Exception { in buildIkev2VpnProfilePsk() argument 222 new Ikev2VpnProfile.Builder(remote, TEST_IDENTITY).setAuthPsk(TEST_PSK); in buildIkev2VpnProfilePsk()
|
/packages/apps/Camera2/src/com/android/camera/remote/ |
D | RemoteCameraModule.java | 17 package com.android.camera.remote;
|
D | RemoteShutterListener.java | 17 package com.android.camera.remote;
|
/packages/apps/Camera2/src/com/android/camera/app/ |
D | CameraServices.java | 19 import com.android.camera.remote.RemoteShutterListener;
|
/packages/apps/Dialer/java/com/android/incallui/video/protocol/ |
D | VideoCallScreenDelegate.java | 48 void setSurfaceViews(SurfaceView preview, SurfaceView remote); in setSurfaceViews() argument
|
/packages/apps/Dialer/java/com/android/dialer/rtt/ |
D | rtt_transcript.proto | 25 // Whether this message is sent from local device or received from remote
|
/packages/services/Car/procfs-inspector/server/ |
D | server.cpp | 45 remote()->transact((uint32_t)IProcfsInspector::Call::READ_PROCESS_TABLE, data, &reply); in readProcessTable()
|
/packages/apps/Dialer/java/com/android/dialer/logging/ |
D | contact_source.proto | 39 // A remote source not listed below
|