/external/toolchain-utils/crosperf/experiment_files/ |
telemetry-crosperf.exp | 12 # multiple machines. e.g. "remote: test-machine-1.com test-machine2.come 14 remote: <your-remote-goes-here>
|
/external/webrtc/talk/app/webrtc/ |
rtpreceiver.cc | 42 RTC_DCHECK(track_->GetSource()->remote()); 89 RTC_DCHECK(track_->GetSource()->remote());
|
/frameworks/av/media/libmedia/ |
IResourceManagerClient.cpp | 44 status_t status = remote()->transact(RECLAIM_RESOURCE, data, &reply); 56 status_t status = remote()->transact(GET_NAME, data, &reply);
|
IMediaCodecList.cpp | 50 remote()->transact(COUNT_CODECS, data, &reply); 59 remote()->transact(GET_CODEC_INFO, data, &reply); 72 remote()->transact(GET_GLOBAL_SETTINGS, data, &reply); 93 remote()->transact(FIND_CODEC_BY_TYPE, data, &reply); 102 remote()->transact(FIND_CODEC_BY_NAME, data, &reply);
|
/frameworks/layoutlib/remote/client/src/com/android/layoutlib/bridge/remote/client/adapters/ |
RemoteActionBarCallbackAdapter.java | 17 package com.android.layoutlib.bridge.remote.client.adapters; 21 import com.android.layout.remote.api.RemoteActionBarCallback;
|
RemoteLayoutLogAdapter.java | 17 package com.android.layoutlib.bridge.remote.client.adapters; 20 import com.android.layout.remote.api.RemoteLayoutLog;
|
/frameworks/layoutlib/remote/common/src/com/android/layout/remote/util/ |
StreamUtil.java | 17 package com.android.layout.remote.util; 19 import com.android.layout.remote.util.RemoteInputStream.EndOfStreamException;
|
/frameworks/layoutlib/remote/server/src/com/android/layoutlib/bridge/remote/server/adapters/ |
RemoteLayoutLogAdapter.java | 17 package com.android.layoutlib.bridge.remote.server.adapters; 20 import com.android.layout.remote.api.RemoteLayoutLog;
|
/frameworks/native/libs/binder/ |
IAppOpsService.cpp | 45 remote()->transact(CHECK_OPERATION_TRANSACTION, data, &reply); 57 remote()->transact(NOTE_OPERATION_TRANSACTION, data, &reply); 72 remote()->transact(START_OPERATION_TRANSACTION, data, &reply); 86 remote()->transact(FINISH_OPERATION_TRANSACTION, data, &reply); 96 remote()->transact(START_WATCHING_MODE_TRANSACTION, data, &reply); 103 remote()->transact(STOP_WATCHING_MODE_TRANSACTION, data, &reply); 110 remote()->transact(GET_TOKEN_TRANSACTION, data, &reply); 121 remote()->transact(PERMISSION_TO_OP_CODE_TRANSACTION, data, &reply);
|
/frameworks/native/libs/binder/include/binder/ |
Binder.h | 89 inline IBinder* remote() { return mRemote; } function in class:android::BpRefBase 90 inline IBinder* remote() const { return mRemote; } function in class:android::BpRefBase
|
/frameworks/native/libs/gui/ |
IProducerListener.cpp | 39 remote()->transact(ON_BUFFER_RELEASED, data, &reply, IBinder::FLAG_ONEWAY); 46 status_t err = remote()->transact(NEEDS_RELEASE_NOTIFY, data, &reply);
|
/frameworks/native/services/media/arcvideobridge/ |
IArcVideoBridge.cpp | 42 status_t status = remote()->transact( 55 status_t status = remote()->transact(HOST_VERSION, data, &reply, 0);
|
/hardware/qcom/display/msm8084/libqservice/ |
IQHDMIClient.cpp | 54 remote()->transact(HDMI_CONNECTED, data, &reply, IBinder::FLAG_ONEWAY); 64 remote()->transact(CEC_MESSAGE_RECEIVED, data, &reply,
|
/packages/apps/Bluetooth/jni/ |
IUserManager.cc | 36 remote()->transact(GET_CREDENTIAL_OWNER_PROFILE, data, &reply, 0); 55 status_t rc = remote()->transact(GET_PROFILE_PARENT_ID, data, &reply, 0);
|
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/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]
|
/development/python-packages/adb/ |
device.py | 423 def push(self, local, remote, sync=False): 428 remote: The remote path to which local should be transferred. 438 cmd.extend([local, remote]) 441 def pull(self, remote, local): 442 return self._simple_call(['pull', remote, local]) 474 def forward(self, local, remote): 475 return self._simple_call(['forward', local, remote]) 480 def forward_no_rebind(self, local, remote): 481 return self._simple_call(['forward', '--no-rebind', local, remote]) [all...] |
/frameworks/av/media/common_time/ |
ICommonClock.cpp | 57 status_t status = remote()->transact(IS_COMMON_TIME_VALID, 75 status_t status = remote()->transact(COMMON_TIME_TO_LOCAL_TIME, 91 status_t status = remote()->transact(LOCAL_TIME_TO_COMMON_TIME, 105 status_t status = remote()->transact(GET_COMMON_TIME, data, &reply); 118 status_t status = remote()->transact(GET_COMMON_FREQ, data, &reply); 131 status_t status = remote()->transact(GET_LOCAL_TIME, data, &reply); 144 status_t status = remote()->transact(GET_LOCAL_FREQ, data, &reply); 157 status_t status = remote()->transact(GET_ESTIMATED_ERROR, data, &reply); 170 status_t status = remote()->transact(GET_TIMELINE_ID, data, &reply); 183 status_t status = remote()->transact(GET_STATE, data, &reply) [all...] |
/frameworks/av/camera/ |
ICameraRecordingProxy.cpp | 53 remote()->transact(START_RECORDING, data, &reply); 62 remote()->transact(STOP_RECORDING, data, &reply); 71 remote()->transact(RELEASE_RECORDING_FRAME, data, &reply); 80 remote()->transact(RELEASE_RECORDING_FRAME_HANDLE, data, &reply); 96 remote()->transact(RELEASE_RECORDING_FRAME_HANDLE_BATCH, data, &reply);
|
/frameworks/av/soundtrigger/ |
ISoundTrigger.cpp | 50 remote()->transact(DETACH, data, &reply); 62 status_t status = remote()->transact(LOAD_SOUND_MODEL, data, &reply); 78 status_t status = remote()->transact(UNLOAD_SOUND_MODEL, data, &reply); 97 status_t status = remote()->transact(START_RECOGNITION, data, &reply); 109 status_t status = remote()->transact(STOP_RECOGNITION, data, &reply);
|
/test/vts/drivers/hal/common/binder/ |
VtsFuzzerBinderService.cpp | 47 remote()->transact(EXIT, data, &reply, IBinder::FLAG_ONEWAY); 71 remote()->transact(LOAD_HAL, data, &reply); 99 remote()->transact(STATUS, data, &reply); 120 remote()->transact(CALL, data, &reply); 142 remote()->transact(GET_FUNCTIONS, data, &reply);
|
/frameworks/av/media/libaudioclient/ |
IAudioFlinger.cpp | 118 status_t lStatus = remote()->transact(CREATE_TRACK, data, &reply); 153 status_t lStatus = remote()->transact(CREATE_RECORD, data, &reply); 180 remote()->transact(SAMPLE_RATE, data, &reply); 191 remote()->transact(FORMAT, data, &reply); 200 remote()->transact(FRAME_COUNT, data, &reply); 209 remote()->transact(LATENCY, data, &reply); 218 remote()->transact(SET_MASTER_VOLUME, data, &reply); 227 remote()->transact(SET_MASTER_MUTE, data, &reply); 235 remote()->transact(MASTER_VOLUME, data, &reply); 243 remote()->transact(MASTER_MUTE, data, &reply) [all...] |
/frameworks/av/media/libaaudio/src/binding/ |
IAAudioService.cpp | 53 remote()->transact(REGISTER_CLIENT, data, &reply); 63 status_t err = remote()->transact(OPEN_STREAM, data, &reply); 92 status_t err = remote()->transact(CLOSE_STREAM, data, &reply); 109 status_t err = remote()->transact(GET_STREAM_DESCRIPTION, data, &reply); 138 status_t err = remote()->transact(START_STREAM, data, &reply); 153 status_t err = remote()->transact(PAUSE_STREAM, data, &reply); 168 status_t err = remote()->transact(STOP_STREAM, data, &reply); 183 status_t err = remote()->transact(FLUSH_STREAM, data, &reply); 203 status_t err = remote()->transact(REGISTER_AUDIO_THREAD, data, &reply); 221 status_t err = remote()->transact(UNREGISTER_AUDIO_THREAD, data, &reply) [all...] |
/external/ipsec-tools/src/racoon/ |
isakmp_ident.c | 141 isakmp_newcookie((caddr_t)&iph1->index, iph1->remote, iph1->local); 209 isakmp_printpacket(iph1->sendbuf, iph1->local, iph1->remote, 0); 286 plog(LLV_ERROR, LOCATION, iph1->remote, 306 plog(LLV_ERROR, LOCATION, iph1->remote, 316 plog(LLV_INFO, LOCATION, iph1->remote, 323 plog(LLV_ERROR, LOCATION, iph1->remote, 391 isakmp_printpacket(iph1->sendbuf, iph1->local, iph1->remote, 0); 400 if (add_recvdpkt(iph1->remote, iph1->local, iph1->sendbuf, msg) == -1) { 509 plog(LLV_ERROR, LOCATION, iph1->remote, 531 plog(LLV_ERROR, LOCATION, iph1->remote, [all...] |
isakmp_base.c | 139 isakmp_newcookie((caddr_t)&iph1->index, iph1->remote, iph1->local); 249 isakmp_printpacket(iph1->sendbuf, iph1->local, iph1->remote, 0); 321 plog(LLV_ERROR, LOCATION, iph1->remote, 349 plog(LLV_ERROR, LOCATION, iph1->remote, 358 plog(LLV_ERROR, LOCATION, iph1->remote, 365 plog(LLV_ERROR, LOCATION, iph1->remote, 372 plog(LLV_INFO, LOCATION, iph1->remote, 379 plog(LLV_ERROR, LOCATION, iph1->remote, 530 plog (LLV_INFO, LOCATION, NULL, "Adding remote and local NAT-D payloads.\n"); 531 if ((natd[0] = natt_hash_addr (iph1, iph1->remote)) == NULL) [all...] |
/prebuilts/go/darwin-x86/src/net/ |
interface_unix_test.go | 21 remote string 57 local, remote := "169.254.0.1", "169.254.0.254" 58 ip := ParseIP(remote) 60 ti := &testInterface{local: local, remote: remote} 108 local, remote := "169.254.0.1", "169.254.0.254" 109 ip := ParseIP(remote) 115 ti := &testInterface{local: local, remote: remote}
|