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

<<11121314151617181920>>

  /frameworks/native/libs/binder/
IPermissionController.cpp 46 remote()->transact(CHECK_PERMISSION_TRANSACTION, data, &reply);
59 remote()->transact(NOTE_OP_TRANSACTION, data, &reply);
70 remote()->transact(GET_PACKAGES_FOR_UID_TRANSACTION, data, &reply);
89 remote()->transact(IS_RUNTIME_PERMISSION_TRANSACTION, data, &reply);
101 remote()->transact(GET_PACKAGE_UID_TRANSACTION, data, &reply);
  /tools/repohooks/rh/
git.py 34 """Returns the current upstream remote name."""
40 # Then get the remote associated with this branch.
41 cmd = ['git', 'config', 'branch.%s.remote' % branch]
62 # If remote is not fully qualified, add an implicit namespace.
65 cmd = ['git', 'config', cfg_option % 'remote']
67 remote = result.output.strip()
68 if not remote or not full_upstream:
71 return full_upstream.replace('heads', 'remotes/' + remote)
81 def get_remote_revision(ref, remote):
82 """Returns the remote revision for this ref.""
    [all...]
  /developers/build/
github.sh 292 git remote set-url origin "https://$token@github.com/googlesamples/android-$i.git"
295 #overwrite remote url to not contain auth token
296 git remote set-url origin "http://github.com/googlesamples/android-$i.git"
342 git remote add origin $URL
  /frameworks/av/camera/
ICameraRecordingProxyListener.cpp 50 remote()->transact(DATA_CALLBACK_TIMESTAMP, data, &reply, IBinder::FLAG_ONEWAY);
59 remote()->transact(RECORDING_FRAME_HANDLE_CALLBACK_TIMESTAMP, data, &reply,
87 remote()->transact(RECORDING_FRAME_HANDLE_CALLBACK_TIMESTAMP_BATCH, data, &reply,
  /frameworks/av/soundtrigger/
ISoundTriggerHwService.cpp 63 status_t status = remote()->transact(LIST_MODULES, data, &reply);
88 status_t status = remote()->transact(ATTACH, data, &reply);
104 status_t status = remote()->transact(SET_CAPTURE_STATE, data, &reply);
  /hardware/google/av/codec2/hidl/1.0/utils/include/codec2/hidl/1.0/
Component.h 119 // An IComponent object is either local or remote. If it is local, we can
120 // use the underlying pointer as a key. If it is remote, we have to use the
133 // remote & remote
135 remote.unsafe_get(),
136 other.remote.unsafe_get()) :
137 // remote & local
140 // local & remote
149 wp<IBinder> remote; member in struct:hardware::google::media::c2::V1_0::utils::Component::InterfaceKey
  /hardware/qcom/display/msm8084/libqservice/
IQService.cpp 52 remote()->transact(CONNECT_HWC_CLIENT, data, &reply);
60 remote()->transact(CONNECT_HDMI_CLIENT, data, &reply);
73 err = remote()->transact(command, data, reply);
  /hardware/qcom/display/msm8909/libqservice/
IQService.cpp 52 remote()->transact(CONNECT_HWC_CLIENT, data, &reply);
60 remote()->transact(CONNECT_HDMI_CLIENT, data, &reply);
73 err = remote()->transact(command, data, reply);
  /hardware/qcom/display/msm8909w_3100/libqservice/
IQService.cpp 52 remote()->transact(CONNECT_HWC_CLIENT, data, &reply);
60 remote()->transact(CONNECT_HDMI_CLIENT, data, &reply);
73 err = remote()->transact(command, data, reply);
  /hardware/qcom/display/msm8996/libqservice/
IQService.cpp 52 remote()->transact(CONNECT_HWC_CLIENT, data, &reply);
60 remote()->transact(CONNECT_HDMI_CLIENT, data, &reply);
73 err = remote()->transact(command, data, reply);
  /hardware/qcom/display/msm8998/libqservice/
IQService.cpp 52 remote()->transact(CONNECT_HWC_CLIENT, data, &reply);
60 remote()->transact(CONNECT_HDMI_CLIENT, data, &reply);
73 err = remote()->transact(command, data, reply);
  /test/vti/test_serving/gae/webapp/src/endpoint/
schedule_info.py 20 from protorpc import remote
32 class ScheduleInfoApi(remote.Service):
91 class GreenScheduleInfoApi(remote.Service):
  /external/autotest/site_utils/
test_that.py 38 def _get_board_from_host(remote):
39 """Get the board of the remote host.
41 @param remote: string representing the IP of the remote host.
43 @return: A string representing the board of the remote host.
46 host = factory.create_host(remote)
63 if arguments.remote == ':lab:':
98 @returns: tuple of parsed arguments and argv suitable for remote runs
104 parser = argparse.ArgumentParser(description='Run remote tests.',
107 parser.add_argument('remote', metavar='REMOTE'
    [all...]
  /external/valgrind/gdbserver_tests/
mcinfcallWSRU.stderrB.exp 26 Could not write register "xxx"; remote failure reply 'E.
35 Could not write register "xxx"; remote failure reply 'E.
44 Could not write register "xxx"; remote failure reply 'E.
52 Remote connection closed
  /frameworks/av/media/libmedia/
IMediaExtractor.cpp 54 status_t ret = remote()->transact(COUNTTRACKS, data, &reply);
66 status_t ret = remote()->transact(GETTRACK, data, &reply);
80 status_t ret = remote()->transact(GETTRACKMETADATA, data, &reply);
91 status_t ret = remote()->transact(GETMETADATA, data, &reply);
101 status_t ret = remote()->transact(GETMETRICS, data, reply);
120 status_t err = remote()->transact(SETMEDIACAS, data, &reply);
  /frameworks/native/libs/gui/
IGraphicBufferProducer.cpp 86 status_t result =remote()->transact(REQUEST_BUFFER, data, &reply);
108 status_t result = remote()->transact(SET_MAX_DEQUEUED_BUFFER_COUNT,
122 status_t result = remote()->transact(SET_ASYNC_MODE,
144 status_t result = remote()->transact(DEQUEUE_BUFFER, data, &reply);
183 status_t result = remote()->transact(DETACH_BUFFER, data, &reply);
202 status_t result = remote()->transact(DETACH_NEXT_BUFFER, data, &reply);
235 status_t result = remote()->transact(ATTACH_BUFFER, data, &reply);
260 status_t result = remote()->transact(QUEUE_BUFFER, data, &reply);
279 status_t result = remote()->transact(CANCEL_BUFFER, data, &reply);
291 status_t result = remote()->transact(QUERY, data, &reply)
    [all...]
  /frameworks/native/libs/sensor/
ISensorServer.cpp 62 remote()->transact(GET_SENSOR_LIST, data, &reply);
80 remote()->transact(GET_DYNAMIC_SENSOR_LIST, data, &reply);
101 remote()->transact(CREATE_SENSOR_EVENT_CONNECTION, data, &reply);
108 remote()->transact(ENABLE_DATA_INJECTION, data, &reply);
121 remote()->transact(CREATE_SENSOR_DIRECT_CONNECTION, data, &reply);
140 remote()->transact(SET_OPERATION_PARAMETER, data, &reply);
  /cts/tests/core/runner/src/com/android/cts/core/runner/support/
SingleTestNGTestRunListener.java 109 org.testng.remote.strprotocol.TestResultMessage msg =
110 new org.testng.remote.strprotocol.TestResultMessage(
  /cts/tests/tests/media/src/android/media/cts/
MediaPlayer2DrmTest.java 155 private void download(Uri remote, Uri local, Resolution res, ModularDrmTestType testType)
157 playModularDrmVideoDownload(remote, local, res.width, res.height, testType);
  /external/curl/docs/cmdline-opts/
proxytunnel.d 9 request and requires that the proxy allows direct connect to the remote port
url.d 15 written, use the --output or the --remote-name options.
  /external/ipsec-tools/src/racoon/
admin.c 408 struct sockaddr *remote = NULL; local
423 /* get remote IP address and port number. */
424 if ((remote = dupsaddr(dst)) == NULL)
427 port = extract_port(rmconf->remote);
428 if (set_port(remote, port) == NULL)
461 "%s\n", saddrwop2str(remote));
464 if (isakmp_ph1begin_i(rmconf, remote, local) < 0)
471 if (remote != NULL)
472 racoon_free(remote);
remoteconf.h 37 /* remote configuration */
60 struct sockaddr *remote; /* remote IP address */ member in struct:remoteconf
130 TAILQ_ENTRY(remoteconf) chain; /* next remote conf */
165 __P((struct sockaddr *remote, int allow_anon));
  /external/testng/src/main/java/org/testng/remote/strprotocol/
StringMessageSender.java 1 package org.testng.remote.strprotocol;
3 import org.testng.remote.RemoteTestNG;
  /external/toolchain-utils/crb/
autotest_run.py 36 remote='',
46 self.remote = remote
140 ret = '%s %s remote:%s' % (self.chromeos_image, self.autotest.name,
141 self.remote)
147 if not self.remote:
149 cache_dir_glob = '%s_%s' % (ConvertToFilename(base), self.remote)
177 self.remote))
221 self.remote = self.machine.name
272 '--remote=%s' % machine_name
    [all...]

Completed in 1468 milliseconds

<<11121314151617181920>>