HomeSort by relevance Sort by last modified time
    Searched refs:remote (Results 126 - 150 of 1305) sorted by null

1 2 3 4 56 7 8 91011>>

  /packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
TestConnectionManager.java 120 for (RemoteConnection remote : conferenceable) {
121 if (mManagedConnectionByRemote.containsKey(remote)) {
122 c.add(mManagedConnectionByRemote.get(remote));
152 TestManagedConnection(RemoteConnection remote, boolean isIncoming) {
153 mRemote = remote;
158 setConnectionProperties(remote.getConnectionProperties());
281 log("onConnectionAdded cannot find remote connection: " + connection);
293 log("onConnectionRemoved cannot find remote connection: " + connection);
332 public TestManagedConference(RemoteConference remote) {
334 mRemote = remote;
386 RemoteConnection remote = incoming local
    [all...]
  /frameworks/av/media/common_time/
ICommonTimeConfig.cpp 59 status_t status = remote()->transact(GET_MASTER_ELECTION_PRIORITY,
76 status_t status = remote()->transact(SET_MASTER_ELECTION_PRIORITY,
89 status_t status = remote()->transact(GET_MASTER_ELECTION_ENDPOINT,
114 status_t status = remote()->transact(SET_MASTER_ELECTION_ENDPOINT,
127 status_t status = remote()->transact(GET_MASTER_ELECTION_GROUP_ID,
145 status_t status = remote()->transact(SET_MASTER_ELECTION_GROUP_ID,
159 status_t status = remote()->transact(GET_INTERFACE_BINDING,
176 status_t status = remote()->transact(SET_INTERFACE_BINDING,
189 status_t status = remote()->transact(GET_MASTER_ANNOUNCE_INTERVAL,
206 status_t status = remote()->transact(SET_MASTER_ANNOUNCE_INTERVAL
    [all...]
  /external/curl/docs/cmdline-opts/
output.d 5 See-also: remote-name remote-name-all remote-header-name
  /external/ipsec-tools/src/racoon/
isakmp_newg.c 103 plog(LLV_ERROR, LOCATION, iph1->remote,
114 plog(LLV_ERROR, LOCATION, iph1->remote,
127 plog(LLV_ERROR, LOCATION, iph1->remote,
139 plog(LLV_ERROR, LOCATION, iph1->remote,
183 plog(LLV_ERROR, LOCATION, iph1->remote,
218 plog(LLV_INFO, LOCATION, iph1->remote,
remoteconf.c 89 * search remote configuration.
94 * Other: remote configuration entry.
97 getrmconf_strict(remote, allow_anon)
98 struct sockaddr *remote;
111 * We never have ports set in our remote configurations, but when
114 * If we do this port check here, we don't find the remote config.
116 * In an ideal world, we would be able to have remote conf with
119 if (remote->sa_family != AF_UNSPEC &&
120 extract_port(remote) != IPSEC_PORT_ANY)
124 if (remote->sa_family == AF_UNSPEC
    [all...]
  /external/toolchain-utils/crosperf/
label.py 25 remote,
44 self.remote = remote
125 remote,
136 self.remote = remote
  /external/toolchain-utils/
test_gdb_dejagnu.py 22 def __init__(self, board, remote, gdb_dir, chromeos_root, cleanup):
24 self._remote = remote
55 '--remote=' + self._remote
121 '--remote',
122 dest='remote',
123 help=('Required. Specify remote board address'))
144 if not options.board or not options.remote:
145 raise SyntaxError('--board and --remote are mandatory options.')
153 adapter = DejagnuAdapter(opt.board, opt.remote, opt.gdb_dir,
  /frameworks/av/camera/
ICamera.cpp 75 remote()->transact(DISCONNECT, data, &reply);
88 remote()->transact(SET_PREVIEW_TARGET, data, &reply);
100 remote()->transact(SET_PREVIEW_CALLBACK_FLAG, data, &reply);
111 remote()->transact(SET_PREVIEW_CALLBACK_TARGET, data, &reply);
121 remote()->transact(START_PREVIEW, data, &reply);
131 remote()->transact(START_RECORDING, data, &reply);
141 remote()->transact(STOP_PREVIEW, data, &reply);
150 remote()->transact(STOP_RECORDING, data, &reply);
160 remote()->transact(RELEASE_RECORDING_FRAME, data, &reply);
169 remote()->transact(RELEASE_RECORDING_FRAME_HANDLE, data, &reply)
    [all...]
  /frameworks/av/media/libmedia/
IMediaHTTPConnection.cpp 68 remote()->transact(CONNECT, data, &reply);
87 remote()->transact(DISCONNECT, data, &reply);
98 status_t err = remote()->transact(READ_AT, data, &reply);
100 ALOGE("remote readAt failed");
146 remote()->transact(GET_SIZE, data, &reply);
164 remote()->transact(GET_MIME_TYPE, data, &reply);
184 remote()->transact(GET_URI, data, &reply);
  /frameworks/layoutlib/remote/client/src/com/android/layoutlib/bridge/remote/client/adapters/
RemoteLayoutlibCallbackAdapter.java 17 package com.android.layoutlib.bridge.remote.client.adapters;
25 import com.android.layout.remote.api.RemoteActionBarCallback;
26 import com.android.layout.remote.api.RemoteILayoutPullParser;
27 import com.android.layout.remote.api.RemoteLayoutlibCallback;
28 import com.android.layout.remote.api.RemoteParserFactory;
29 import com.android.layout.remote.api.RemoteXmlPullParser;
  /frameworks/native/libs/sensor/
ISensorEventConnection.cpp 57 remote()->transact(GET_SENSOR_CHANNEL, data, &reply);
71 remote()->transact(ENABLE_DISABLE, data, &reply);
81 remote()->transact(SET_EVENT_RATE, data, &reply);
88 remote()->transact(FLUSH_SENSOR, data, &reply);
97 remote()->transact(CONFIGURE_CHANNEL, data, &reply);
109 remote()->transact(DESTROY, data, &reply);
  /external/ltp/testcases/network/rpc/rpc-tirpc/
rpc_test.sh 47 This scripts connects to the remote host and starts sprog there. After that it
48 executes clprog passing it the remote host value.
50 After the test completes, this script kills sprog on remote and performs a
  /external/testng/src/main/java/org/testng/remote/
SuiteSlave.java 1 package org.testng.remote;
12 import org.testng.remote.adapter.DefaultWorkerAdapter;
13 import org.testng.remote.adapter.IWorkerAdapter;
27 * Properties allowed in remote.properties
ConnectionInfo.java 1 package org.testng.remote;
RemoteTestNG.java 1 package org.testng.remote;
18 import org.testng.remote.strprotocol.GenericMessage;
19 import org.testng.remote.strprotocol.IMessageSender;
20 import org.testng.remote.strprotocol.MessageHelper;
21 import org.testng.remote.strprotocol.MessageHub;
22 import org.testng.remote.strprotocol.RemoteTestListener;
23 import org.testng.remote.strprotocol.SerializedMessageSender;
24 import org.testng.remote.strprotocol.StringMessageSender;
25 import org.testng.remote.strprotocol.SuiteMessage;
36 * Extension of TestNG registering a remote TestListener.
    [all...]
  /external/testng/src/main/java/org/testng/remote/adapter/
DefaultMastertAdapter.java 1 package org.testng.remote.adapter;
11 import org.testng.internal.remote.SlavePool;
13 import org.testng.remote.RemoteSuiteWorker;
34 * @see org.testng.remote.adapter.IMasterAdapter#init(java.util.Properties)
71 * @see org.testng.remote.adapter.IMasterAdapter#runSuitesRemotely(java.util.List, org.testng.internal.annotations.IAnnotationFinder, org.testng.internal.annotations.IAnnotationFinder)
  /frameworks/av/soundtrigger/
ISoundTriggerClient.cpp 48 remote()->transact(ON_RECOGNITION_EVENT,
58 remote()->transact(ON_SOUNDMODEL_EVENT,
67 remote()->transact(ON_SERVICE_STATE_CHANGE,
  /frameworks/native/libs/binder/
IUidObserver.cpp 39 remote()->transact(ON_UID_GONE_TRANSACTION, data, &reply, IBinder::FLAG_ONEWAY);
47 remote()->transact(ON_UID_ACTIVE_TRANSACTION, data, &reply, IBinder::FLAG_ONEWAY);
56 remote()->transact(ON_UID_IDLE_TRANSACTION, data, &reply, IBinder::FLAG_ONEWAY);
  /libcore/ojluni/src/main/java/java/nio/channels/
SocketChannel.java 51 * remote socket may be initiated via the {@link #connect connect} method for
149 * Opens a socket channel and connects it to a remote address.
153 * the resulting socket channel, passing it <tt>remote</tt>, and then
156 * @param remote
157 * The remote address to which the new channel is to be connected
172 * If the given remote address is not fully resolved
175 * If the type of the given remote address is not supported
179 * and it does not permit access to the given remote endpoint
184 public static SocketChannel open(SocketAddress remote)
189 sc.connect(remote);
    [all...]
  /libcore/ojluni/src/main/java/sun/nio/ch/
SocketAdaptor.java 78 public void connect(SocketAddress remote) throws IOException {
79 connect(remote, 0);
82 public void connect(SocketAddress remote, int timeout) throws IOException {
83 if (remote == null)
97 sc.connect(remote);
107 if (sc.connect(remote))
152 SocketAddress remote = sc.remoteAddress(); local
153 if (remote == null) {
156 return ((InetSocketAddress)remote).getAddress();
176 SocketAddress remote = sc.remoteAddress() local
    [all...]
  /cts/tests/tests/debug/libdebugtest/
android_debug_cts.cpp 81 // Since we are forked, the address will be valid in the remote process as well.
82 iovec remote = { address, sizeof *address }; local
85 assert_or_exit(process_vm_readv(parent, &local, 1, &remote, 1, 0) == sizeof destination);
111 iovec remote = {nullptr, sizeof(long)};
113 assert_or_exit(process_vm_readv(parent, &local, 1, &remote, 1, 0) == -1);
  /external/ltp/testcases/kernel/syscalls/cma/
process_vm_readv02.c 121 struct iovec local, remote; local
133 remote.iov_base = rp;
134 remote.iov_len = len;
137 TEST(test_process_vm_readv(pids[0], &local, 1, &remote, 1, 0));
process_vm_readv03.c 167 struct iovec local, remote; local
180 remote.iov_base = foo;
181 remote.iov_len = len;
183 TEST(test_process_vm_readv(pids[0], &local, 1, &remote, 1, 0));
195 struct iovec local[NUM_LOCAL_VECS], *remote; local
200 remote = SAFE_MALLOC(tst_exit, nr_iovecs * sizeof(struct iovec));
202 remote[i].iov_base = (void *)addrs[i];
203 remote[i].iov_len = bufsz_arr[i];
205 tst_resm(TINFO, "child 1: %d remote iovecs received.", nr_iovecs);
216 remote, nr_iovecs, 0))
    [all...]
  /external/testng/src/main/java/org/testng/remote/strprotocol/
GenericMessage.java 1 package org.testng.remote.strprotocol;
7 * A generic message to be used with remote listeners.
  /external/toolchain-utils/automation/clients/
chromeos.py 27 def __init__(self, board, remote, gcc_githash, p4_snapshot=''):
29 self._remote = remote
60 '--remote=%s' % self._remote,
76 '--remote',
77 dest='remote',
90 if not all([options.board, options.remote, options.gcc_githash]):
91 logging.error('Specify a board, remote and gcc_githash')
95 options.remote,

Completed in 874 milliseconds

1 2 3 4 56 7 8 91011>>