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

1 2 3 4 5 6 78 91011>>

  /tools/tradefederation/core/remote/src/com/android/tradefed/command/remote/
FreeDeviceOp.java 16 package com.android.tradefed.command.remote;
22 * A remote operation for freeing a previously remotely allocated device.
IRemoteClient.java 17 package com.android.tradefed.command.remote;
22 * Interface for sending remote TradeFederation commands.
27 * Send a 'list devices' request to remote TF
35 * Send an 'allocate device' request to remote TF.
43 * Send a 'free previously allocated device' request to remote TF
51 * Send an 'add command' request to remote TF. This will add the command to the queue of
65 * Send an 'add command file' request to remote TF.
75 * Send a 'execute this command on given device' request to remote TF.
77 * Unlike {@link #sendAddCommand(long, String...)}, this is used in cases where the remote
92 * Poll the remote TF for the last command result on executed given device
    [all...]
StartHandoverOp.java 16 package com.android.tradefed.command.remote;
22 * A remote operation for starting handover with another Remote Manager at a given port.
  /tools/tradefederation/core/src/com/android/tradefed/targetprep/
TargetSetupError.java 18 import com.android.tradefed.command.remote.DeviceDescriptor;
  /frameworks/av/media/libaudioclient/
IAudioTrack.cpp 61 status_t status = remote()->transact(GET_CBLK, data, &reply);
75 status_t status = remote()->transact(START, data, &reply);
88 remote()->transact(STOP, data, &reply);
95 remote()->transact(FLUSH, data, &reply);
102 remote()->transact(PAUSE, data, &reply);
110 status_t status = remote()->transact(ATTACH_AUX_EFFECT, data, &reply);
123 status_t status = remote()->transact(SET_PARAMETERS, data, &reply);
133 status_t status = remote()->transact(GET_TIMESTAMP, data, &reply);
148 remote()->transact(SIGNAL, data, &reply);
174 status = remote()->transact(APPLY_VOLUME_SHAPER, data, &reply
    [all...]
  /external/ipsec-tools/src/racoon/
isakmp.c 216 struct sockaddr_storage remote; local
218 unsigned int remote_len = sizeof(remote);
226 MSG_PEEK, (struct sockaddr *)&remote, &remote_len,
240 0, (struct sockaddr *)&remote, &remote_len)) != 1) {
283 plog(LLV_ERROR, LOCATION, (struct sockaddr *)&remote,
288 0, (struct sockaddr *)&remote, &remote_len)) < 0) {
301 0, (struct sockaddr *)&remote, &remote_len)) < 0) {
316 0, (struct sockaddr *)&remote, &remote_len)) < 0) {
325 0, (struct sockaddr *)&remote, &remote_len,
347 plog(LLV_ERROR, LOCATION, (struct sockaddr *)&remote,
    [all...]
  /frameworks/av/media/libmedia/
IMediaPlayer.cpp 112 remote()->transact(DISCONNECT, data, &reply);
137 remote()->transact(SET_DATA_SOURCE_URL, data, &reply);
147 remote()->transact(SET_DATA_SOURCE_FD, data, &reply);
155 remote()->transact(SET_DATA_SOURCE_STREAM, data, &reply);
163 remote()->transact(SET_DATA_SOURCE_CALLBACK, data, &reply);
174 remote()->transact(SET_VIDEO_SURFACETEXTURE, data, &reply);
183 remote()->transact(SET_BUFFERING_SETTINGS, data, &reply);
194 remote()->transact(GET_BUFFERING_SETTINGS, data, &reply);
206 remote()->transact(PREPARE_ASYNC, data, &reply);
214 remote()->transact(START, data, &reply)
    [all...]
  /cts/suite/audio_quality/lib/src/task/
TaskOutput.cpp 73 AudioRemotePlayback* remote = reinterpret_cast<AudioRemotePlayback*>(hw.get()); local
74 if (!remote->startPlaybackForRemoteData(id, buffer->isStereo())) {
  /external/autotest/server/hosts/
__init__.py 13 from remote import RemoteHost
  /external/curl/docs/cmdline-opts/
basic.d 6 Tells curl to use HTTP Basic authentication with the remote host. This is the
ignore-content-length.d 2 Help: Ignore the size of the remote resource
proxy-basic.d 6 proxy. Use --basic for enabling HTTP Basic with a remote host. Basic is the
proxy-negotiate.d 8 with a remote host.
sslv2.d 11 Forces curl to use SSL version 2 when negotiating with a remote SSL
sslv3.d 11 Forces curl to use SSL version 3 when negotiating with a remote SSL
tlsv1.3.d 6 Forces curl to use TLS version 1.3 when connecting to a remote TLS server.
tlsv1.d 11 Tells curl to use TLS version 1.x when negotiating with a remote TLS
  /external/deqp/framework/platform/android/
tcuAndroidExecService.cpp 76 jobject remote = 0; local
100 remote = env->NewObject(m_remoteCls, ctorId, context, logFileName);
101 JNI_CHECK(remote);
106 // Acquire global reference to remote.
107 m_remote = env->NewGlobalRef(remote);
109 env->DeleteLocalRef(remote);
110 remote = 0;
125 if (remote)
126 env->DeleteLocalRef(remote);
  /external/ipsec-tools/src/racoon/samples/roadwarrior/client/
racoon.conf 8 remote 192.0.2.50 {
  /external/ipsec-tools/src/racoon/samples/roadwarrior/server/
racoon.conf 7 remote anonymous {
  /external/libcxx/utils/libcxx/test/
executor.py 112 def delete_remote(self, remote):
114 self._execute_command_remote(['rm', '-rf', remote])
182 remote = self.host
183 remote = self.user_prefix + remote
184 cmd = [scp, '-p', src, remote + ':' + dst]
188 remote = self.user_prefix + self.host
189 ssh_cmd = [self.ssh_command, '-oBatchMode=yes', remote]
  /external/testng/src/main/java/org/testng/internal/remote/
SlavePool.java 1 package org.testng.internal.remote;
4 import org.testng.remote.ConnectionInfo;
  /external/testng/src/main/java/org/testng/remote/strprotocol/
SerializedMessageSender.java 1 package org.testng.remote.strprotocol;
3 import org.testng.remote.RemoteTestNG;
  /external/toolchain-utils/crosperf/experiment_files/
official-image.exp 12 # multiple machines. e.g. "remote: test-machine-1.com test-machine2.come
14 remote: <your-remote-goes-here>
telemetry-crosperf-suites.exp 14 # multiple machines. e.g. "remote: test-machine-1.com test-machine2.come
16 remote: <your-remote-goes-here>

Completed in 498 milliseconds

1 2 3 4 5 6 78 91011>>