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

1 2 3 4 5 6 78 91011>>

  /frameworks/native/services/batteryservice/
IBatteryPropertiesRegistrar.cpp 38 remote()->transact(REGISTER_LISTENER, data, NULL);
45 remote()->transact(UNREGISTER_LISTENER, data, NULL);
52 remote()->transact(GET_PROPERTY, data, &reply);
  /external/autotest/site_utils/
test_runner_utils.py 112 def fetch_local_suite(autotest_path, suite_predicate, afe, test_arg, remote,
120 i.e. |remote|, was added to afe. Suite.schedule() will not
122 just one host |remote|) has a label that matches a requested
132 @param remote: String representing the IP of the remote host.
165 afe.get_labels(host__hostname=remote)]
410 def _auto_detect_labels(afe, remote):
414 This method assumes the host |remote| has already been added to afe.
417 @param remote: The hostname of the remote device
    [all...]
  /frameworks/native/libs/gui/
IGraphicBufferConsumer.cpp 74 status_t result = remote()->transact(ACQUIRE_BUFFER, data, &reply);
89 status_t result = remote()->transact(DETACH_BUFFER, data, &reply);
101 status_t result = remote()->transact(ATTACH_BUFFER, data, &reply);
118 status_t result = remote()->transact(RELEASE_BUFFER, data, &reply);
130 status_t result = remote()->transact(CONSUMER_CONNECT, data, &reply);
140 status_t result = remote()->transact(CONSUMER_DISCONNECT, data, &reply);
154 status_t result = remote()->transact(GET_RELEASED_BUFFERS, data, &reply);
167 status_t result = remote()->transact(SET_DEFAULT_BUFFER_SIZE, data, &reply);
178 status_t result = remote()->transact(SET_MAX_BUFFER_COUNT, data, &reply);
189 status_t result = remote()->transact(SET_MAX_ACQUIRED_BUFFER_COUNT, data, &reply)
    [all...]
IProducerListener.cpp 38 remote()->transact(ON_BUFFER_RELEASED, data, &reply, IBinder::FLAG_ONEWAY);
ISensorEventConnection.cpp 54 remote()->transact(GET_SENSOR_CHANNEL, data, &reply);
68 remote()->transact(ENABLE_DISABLE, data, &reply);
78 remote()->transact(SET_EVENT_RATE, data, &reply);
85 remote()->transact(FLUSH_SENSOR, data, &reply);
ISensorServer.cpp 57 remote()->transact(GET_SENSOR_LIST, data, &reply);
74 remote()->transact(GET_DYNAMIC_SENSOR_LIST, data, &reply);
94 remote()->transact(CREATE_SENSOR_EVENT_CONNECTION, data, &reply);
101 remote()->transact(ENABLE_DATA_INJECTION, data, &reply);
ISurfaceComposerClient.cpp 67 remote()->transact(CREATE_SURFACE, data, &reply);
77 remote()->transact(DESTROY_SURFACE, data, &reply);
85 remote()->transact(CLEAR_LAYER_FRAME_STATS, data, &reply);
93 remote()->transact(GET_LAYER_FRAME_STATS, data, &reply);
  /external/ipsec-tools/src/racoon/
isakmp_agg.c 153 isakmp_newcookie((caddr_t)&iph1->index, iph1->remote, iph1->local);
288 isakmp_printpacket(iph1->sendbuf, iph1->local, iph1->remote, 0);
384 plog(LLV_ERROR, LOCATION, iph1->remote,
466 plog(LLV_ERROR, LOCATION, iph1->remote,
476 plog(LLV_ERROR, LOCATION, iph1->remote,
483 plog(LLV_ERROR, LOCATION, iph1->remote,
490 plog(LLV_ERROR, LOCATION, iph1->remote,
506 plog(LLV_INFO, LOCATION, iph1->remote,
563 EVT_PUSH(iph1->local, iph1->remote,
714 NULL, "Adding remote and local NAT-D payloads.\n")
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/demos/appstats/protorpc_appstats/
__init__.py 25 from protorpc import remote namespace
133 class AppStatsService(remote.Service):
136 @remote.method(response_type=Summary)
145 @remote.method(GetDetailsRequest, Details)
  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/demos/guestbook/server/
guestbook.py 31 from protorpc import remote namespace
100 class PostService(remote.Service):
102 # Add the remote decorator to indicate the service methods
103 @remote.method(Note)
117 @remote.method(GetNotesRequest, Notes)
  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/
registry_test.py 30 from protorpc import remote namespace
40 class MyService1(remote.Service):
43 @remote.method(test_util.NestedMessage, test_util.NestedMessage)
48 class MyService2(remote.Service):
  /frameworks/av/camera/
ICameraClient.cpp 54 remote()->transact(NOTIFY_CALLBACK, data, &reply, IBinder::FLAG_ONEWAY);
70 remote()->transact(DATA_CALLBACK, data, &reply, IBinder::FLAG_ONEWAY);
82 remote()->transact(DATA_CALLBACK_TIMESTAMP, data, &reply, IBinder::FLAG_ONEWAY);
91 remote()->transact(RECORDING_FRAME_HANDLE_CALLBACK_TIMESTAMP, data, &reply,
  /frameworks/av/media/libmedia/
IAudioPolicyServiceClient.cpp 64 remote()->transact(PORT_LIST_UPDATE, data, &reply, IBinder::FLAG_ONEWAY);
71 remote()->transact(PATCH_LIST_UPDATE, data, &reply, IBinder::FLAG_ONEWAY);
80 remote()->transact(MIX_STATE_UPDATE, data, &reply, IBinder::FLAG_ONEWAY);
94 remote()->transact(RECORDING_CONFIGURATION_UPDATE, data, &reply, IBinder::FLAG_ONEWAY);
IMediaHTTPService.cpp 42 remote()->transact(MAKE_HTTP, data, &reply);
IResourceManagerService.cpp 70 remote()->transact(CONFIG, data, &reply);
85 remote()->transact(ADD_RESOURCE, data, &reply);
94 remote()->transact(REMOVE_RESOURCE, data, &reply);
104 status_t status = remote()->transact(RECLAIM_RESOURCE, data, &reply);
IAudioPolicyService.cpp 103 remote()->transact(SET_DEVICE_CONNECTION_STATE, data, &reply);
115 remote()->transact(GET_DEVICE_CONNECTION_STATE, data, &reply);
124 remote()->transact(SET_PHONE_STATE, data, &reply);
134 remote()->transact(SET_FORCE_USE, data, &reply);
143 remote()->transact(GET_FORCE_USE, data, &reply);
169 remote()->transact(GET_OUTPUT, data, &reply);
227 status_t status = remote()->transact(GET_OUTPUT_FOR_ATTR, data, &reply);
251 remote()->transact(START_OUTPUT, data, &reply);
264 remote()->transact(STOP_OUTPUT, data, &reply);
277 remote()->transact(RELEASE_OUTPUT, data, &reply)
    [all...]
  /frameworks/native/libs/input/
IInputFlinger.cpp 37 remote()->transact(BnInputFlinger::DO_SOMETHING_TRANSACTION, data, &reply);
  /hardware/qcom/display/msm8960/libqservice/
IQService.cpp 50 remote()->transact(SECURING, data, &reply);
57 remote()->transact(UNSECURING, data, &reply);
64 remote()->transact(CONNECT, data, &reply);
70 remote()->transact(SCREEN_REFRESH, data, &reply);
  /system/core/gatekeeperd/
IUserManager.cpp 37 status_t rc = remote()->transact(GET_CREDENTIAL_OWNER_PROFILE, data, &reply, 0);
  /external/autotest/client/common_lib/
base_barrier.py 398 remote = socket.socket(socket.AF_INET,
400 remote.settimeout(30)
405 connection = (remote, (host, self._port))
406 remote.connect(connection[1])
412 connection = (remote, (host, self._port))
413 remote.connect(connection[1])
443 remote = self._waiting[self._hostid][0]
448 remote.settimeout(self._remaining())
449 reply = remote.recv(4)
467 remote.settimeout(self._remaining()
    [all...]
  /cts/tests/core/runner/src/com/android/cts/core/runner/support/
SingleTestNGTestRunListener.java 97 org.testng.remote.strprotocol.TestResultMessage msg =
98 new org.testng.remote.strprotocol.TestResultMessage(
  /cts/tools/testng/src/com/android/cts/testng/
SingleTestNGTestRunListener.java 80 org.testng.remote.strprotocol.TestResultMessage msg =
81 new org.testng.remote.strprotocol.TestResultMessage(
  /external/autotest/server/
git.py 24 # default to same remote path as local
38 # allow override of target remote dir
85 Get the top commit hash of the current remote git branch.
87 @return: Top commit hash of remote git branch
94 Return whether this branch is out of date with regards to remote branch.
117 def checkout(self, remote, local=None):
119 Check out the git commit id, branch, or tag given by remote.
123 @param remote: Remote commit hash
127 return self.git_repo.checkout(remote, local
    [all...]
  /external/harfbuzz_ng/.ci/
deploy-docs.sh 24 echo "git remote add upstream \"https://\$GH_TOKEN@github.com/$TRAVIS_REPO_SLUG.git\""
25 git remote add upstream "https://$GH_TOKEN@github.com/$TRAVIS_REPO_SLUG.git"
  /external/testng/src/main/java/org/testng/remote/adapter/
DefaultWorkerAdapter.java 1 package org.testng.remote.adapter;
10 import org.testng.remote.ConnectionInfo;
36 * @see org.testng.remote.adapter.IWorkerApadter#getSuite(long)
56 * @see org.testng.remote.adapter.IWorkerApadter#returnResult(org.testng.ISuite)

Completed in 889 milliseconds

1 2 3 4 5 6 78 91011>>