/frameworks/av/media/libaudioclient/ |
IAudioFlinger.cpp | 142 status_t lStatus = remote()->transact(CREATE_TRACK, data, &reply); 220 status_t lStatus = remote()->transact(OPEN_RECORD, data, &reply); 282 remote()->transact(SAMPLE_RATE, data, &reply); 293 remote()->transact(FORMAT, data, &reply); 302 remote()->transact(FRAME_COUNT, data, &reply); 311 remote()->transact(LATENCY, data, &reply); 320 remote()->transact(SET_MASTER_VOLUME, data, &reply); 329 remote()->transact(SET_MASTER_MUTE, data, &reply); 337 remote()->transact(MASTER_VOLUME, data, &reply); 345 remote()->transact(MASTER_MUTE, data, &reply) [all...] |
IEffectClient.cpp | 47 remote()->transact(CONTROL_STATUS_CHANGED, data, &reply, IBinder::FLAG_ONEWAY); 56 remote()->transact(ENABLE_STATUS_CHANGED, data, &reply, IBinder::FLAG_ONEWAY); 85 remote()->transact(COMMAND_EXECUTED, data, &reply, IBinder::FLAG_ONEWAY);
|
IAudioPolicyService.cpp | 104 remote()->transact(SET_DEVICE_CONNECTION_STATE, data, &reply); 116 remote()->transact(GET_DEVICE_CONNECTION_STATE, data, &reply); 129 remote()->transact(HANDLE_DEVICE_CONFIG_CHANGE, data, &reply); 138 remote()->transact(SET_PHONE_STATE, data, &reply); 148 remote()->transact(SET_FORCE_USE, data, &reply); 157 remote()->transact(GET_FORCE_USE, data, &reply); 183 remote()->transact(GET_OUTPUT, data, &reply); 235 status_t status = remote()->transact(GET_OUTPUT_FOR_ATTR, data, &reply); 261 remote()->transact(START_OUTPUT, data, &reply); 274 remote()->transact(STOP_OUTPUT, data, &reply) [all...] |
/external/ipsec-tools/src/racoon/ |
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...] |
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...] |
/frameworks/av/drm/libmediadrm/ |
IDrm.cpp | 69 status_t status = remote()->transact(INIT_CHECK, data, &reply); 82 status_t status = remote()->transact(IS_CRYPTO_SUPPORTED, data, &reply); 97 status_t status = remote()->transact(CREATE_PLUGIN, data, &reply); 109 status_t status = remote()->transact(DESTROY_PLUGIN, data, &reply); 121 status_t status = remote()->transact(OPEN_SESSION, data, &reply); 135 status_t status = remote()->transact(CLOSE_SESSION, data, &reply); 164 status_t status = remote()->transact(GET_KEY_REQUEST, data, &reply); 184 status_t status = remote()->transact(PROVIDE_KEY_RESPONSE, data, &reply); 199 status_t status = remote()->transact(REMOVE_KEYS, data, &reply); 214 status_t status = remote()->transact(RESTORE_KEYS, data, &reply) [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}
|
/prebuilts/go/linux-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}
|
/external/linux-kselftest/tools/testing/selftests/x86/ |
fsgsbase.c | 288 static void set_gs_and_switch_to(unsigned long local, unsigned long remote) 299 local, hard_zero ? " and clear gs" : "", remote); 310 remote_base = remote; 383 for (int remote = 0; remote < 4; remote++) { 385 bases_with_hard_zero[remote]);
|
/external/openssh/ |
canohost.c | 6 * Functions for returning the canonical host name of the remote site. 237 * Returns the local/remote IP-address/hostname of socket as a string. 241 get_socket_address(int sock, int remote, int flags) 252 if (remote) { 283 /* We can't look up remote Unix domain sockets. */ 336 * Returns the IP-address of the remote host as a string. The returned 361 static const char *remote = ""; local 363 remote = get_canonical_hostname(use_dns); 364 if (utmp_len == 0 || strlen(remote) > utmp_len) 365 remote = get_remote_ipaddr() [all...] |
/external/testng/src/main/java/org/testng/xml/ |
ResultContentHandler.java | 15 import org.testng.remote.strprotocol.GenericMessage; 16 import org.testng.remote.strprotocol.IRemoteSuiteListener; 17 import org.testng.remote.strprotocol.IRemoteTestListener; 18 import org.testng.remote.strprotocol.MessageHelper; 19 import org.testng.remote.strprotocol.SuiteMessage; 20 import org.testng.remote.strprotocol.TestMessage; 21 import org.testng.remote.strprotocol.TestResultMessage;
|
/external/toolchain-utils/automation/clients/helper/ |
perforce.py | 12 """Stores information about relative path mapping (remote to local).""" 42 def __init__(self, remote, local=None, common_suffix=None): 45 self.remote = os.path.join(remote, suffix) 46 self.local = os.path.join(local or remote, suffix) 63 remote = property(_GetRemote, _SetRemote) variable in class:PathMapping 74 return (os.path.join('//', depot, self.remote), 78 return '%s(%s => %s)' % (self.__class__.__name__, self.remote, self.local)
|
/external/toolchain-utils/ |
weekly_report.py | 22 def Generate_Vanilla_Report_File(vanilla_image_paths, board, remote, 30 remote: %s 31 """ % (board, remote) 65 def Generate_Test_File(test_image_paths, vanilla_image_path, board, remote, 73 remote: %s 74 """ % (board, remote) 123 parser.add_argument('-r', '--remote', dest='remote', help='Target device.') 138 if not options.remote: 139 print('Must specify at least one remote.' [all...] |
/external/toybox/toys/net/ |
ftpget.c | 7 * TEST: -g -s (when local and remote exist) -gc, -sc 17 usage: ftpget [-cvgslLmMdD] [-P PORT] [-p PASSWORD] [-u USER] HOST [LOCAL] REMOTE 19 Talk to ftp server. By default get REMOTE file via passive anonymous 34 -m Move file on server from LOCAL to REMOTE 98 char *s, *remote = toys.optargs[2]; local 107 if (!remote) remote = toys.optargs[1]; 157 if (ftp_line("SIZE", remote, 0) == 213) 159 else if (get) error_exit("no %s", remote); 181 ftp_line(cmd, remote, -1) [all...] |
/frameworks/av/media/libmedia/ |
IDataSource.cpp | 48 remote()->transact(GET_IMEMORY, data, &reply); 58 status_t err = remote()->transact(READ_AT, data, &reply); 73 remote()->transact(GET_SIZE, data, &reply); 82 remote()->transact(CLOSE, data, &reply); 88 remote()->transact(GET_FLAGS, data, &reply); 95 remote()->transact(TO_STRING, data, &reply); 108 remote()->transact(DRM_INITIALIZATION, data, &reply);
|
IRemoteDisplayClient.cpp | 50 remote()->transact(ON_DISPLAY_CONNECTED, data, &reply, IBinder::FLAG_ONEWAY); 57 remote()->transact(ON_DISPLAY_DISCONNECTED, data, &reply, IBinder::FLAG_ONEWAY); 65 remote()->transact(ON_DISPLAY_ERROR, data, &reply, IBinder::FLAG_ONEWAY);
|
/prebuilts/go/darwin-x86/src/cmd/link/internal/ld/ |
go.go | 133 var remote string 157 remote = local 159 remote = f[2] 172 if local == "_" && remote == "_" { 187 if i := strings.Index(remote, "#"); i >= 0 { 188 remote, q = remote[:i], remote[i+1:] 195 s.Extname = remote 223 remote = f[2 [all...] |
/prebuilts/go/linux-x86/src/cmd/link/internal/ld/ |
go.go | 133 var remote string 157 remote = local 159 remote = f[2] 172 if local == "_" && remote == "_" { 187 if i := strings.Index(remote, "#"); i >= 0 { 188 remote, q = remote[:i], remote[i+1:] 195 s.Extname = remote 223 remote = f[2 [all...] |
/external/libnl/lib/route/link/ |
ipvti.c | 46 uint32_t remote; member in struct:ipvti_info 111 ipvti->remote = nla_get_u32(tb[IFLA_VTI_REMOTE]); 143 NLA_PUT_U32(msg, IFLA_VTI_REMOTE, ipvti->remote); 198 nl_dump(p, " remote "); 199 if(inet_ntop(AF_INET, &ipvti->remote, addr, sizeof(addr))) 202 nl_dump_line(p, "%#x\n", ntohs(ipvti->remote)); 436 * Set IPVTI tunnel remote address 438 * @arg remote remote address 442 int rtnl_link_ipvti_set_remote(struct rtnl_link *link, uint32_t remote) [all...] |
/external/mtpd/ |
pptp.c | 76 static uint16_t remote; variable 182 log_print(INFO, "Remote server hung up"); 246 .remote = remote, 303 log_print(INFO, "Remote server hung up"); 311 remote = incoming.ocrp.call; 312 log_print(DEBUG, "Received OCRQ (remote = %d)", remote); 320 log_print(INFO, "Remote server hung up"); 327 log_print(INFO, "Remote server hung up") [all...] |
/frameworks/av/media/libaaudio/src/binding/ |
IAAudioService.cpp | 51 status_t err = remote()->transact(OPEN_STREAM, data, &reply); 81 status_t err = remote()->transact(CLOSE_STREAM, data, &reply); 98 status_t err = remote()->transact(GET_STREAM_DESCRIPTION, data, &reply); 133 status_t err = remote()->transact(START_STREAM, data, &reply); 148 status_t err = remote()->transact(PAUSE_STREAM, data, &reply); 163 status_t err = remote()->transact(STOP_STREAM, data, &reply); 178 status_t err = remote()->transact(FLUSH_STREAM, data, &reply); 200 status_t err = remote()->transact(REGISTER_AUDIO_THREAD, data, &reply); 220 status_t err = remote()->transact(UNREGISTER_AUDIO_THREAD, data, &reply);
|
/frameworks/av/services/medialog/ |
IMediaLogService.cpp | 49 status_t status __unused = remote()->transact(REGISTER_WRITER, data, &reply); 57 status_t status __unused = remote()->transact(UNREGISTER_WRITER, data, &reply); 64 status_t status __unused = remote()->transact(REQUEST_MERGE_WAKEUP, data, &reply);
|
/frameworks/native/libs/binder/ |
IPermissionController.cpp | 46 remote()->transact(CHECK_PERMISSION_TRANSACTION, data, &reply); 57 remote()->transact(GET_PACKAGES_FOR_UID_TRANSACTION, data, &reply); 76 remote()->transact(IS_RUNTIME_PERMISSION_TRANSACTION, data, &reply);
|
/external/autotest/site_utils/ |
test_runner_utils.py | 113 def fetch_local_suite(autotest_path, suite_predicate, afe, test_arg, remote, 121 i.e. |remote|, was added to afe. Suite.schedule() will not 123 just one host |remote|) has a label that matches a requested 133 @param remote: String representing the IP of the remote host. 166 afe.get_labels(host__hostname=remote)] 411 def _auto_detect_labels(afe, remote): 415 This method assumes the host |remote| has already been added to afe. 418 @param remote: The hostname of the remote device [all...] |
/external/llvm/lib/ExecutionEngine/Orc/ |
OrcRemoteTargetRPCAPI.cpp | 1 //===------- OrcRemoteTargetRPCAPI.cpp - ORC Remote API utilities ---------===// 14 namespace remote { namespace in namespace:llvm::orc 51 } // end namespace remote
|