HomeSort by relevance Sort by last modified time
    Searched refs:remote (Results 1 - 25 of 119) sorted by null

1 2 3 4 5

  /bionic/libc/kernel/common/linux/
if_pppopns.h 25 __u16 remote; member in struct:sockaddr_pppopns
if_pppolac.h 26 } local, remote; member in struct:sockaddr_pppolac
  /external/kernel-headers/original/linux/
if_pppopns.h 31 __u16 remote; member in struct:sockaddr_pppopns
if_pppolac.h 32 } local, remote; member in struct:sockaddr_pppolac
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
if_pppopns.h 25 __u16 remote; member in struct:sockaddr_pppopns
if_pppolac.h 26 } local, remote; member in struct:sockaddr_pppolac
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
if_pppopns.h 25 __u16 remote; member in struct:sockaddr_pppopns
if_pppolac.h 26 } local, remote; member in struct:sockaddr_pppolac
  /external/webkit/WebCore/dom/default/
PlatformMessagePortChannel.cpp 139 // We can't call member functions on our remote pair while holding our mutex or we'll deadlock, but we need to guard against the remote port getting closed/freed, so create a standalone reference.
140 RefPtr<PlatformMessagePortChannel> remote = entangledChannel(); local
141 if (!remote)
143 remote->setRemotePort(port);
149 RefPtr<PlatformMessagePortChannel> remote = entangledChannel(); local
150 if (remote)
151 remote->setRemotePort(0);
174 void PlatformMessagePortChannel::setEntangledChannel(PassRefPtr<PlatformMessagePortChannel> remote)
178 if (remote)
209 RefPtr<PlatformMessagePortChannel> remote = entangledChannel(); local
    [all...]
  /frameworks/base/libs/camera/
ICamera.cpp 64 remote()->transact(DISCONNECT, data, &reply);
74 remote()->transact(SET_PREVIEW_DISPLAY, data, &reply);
86 remote()->transact(SET_PREVIEW_CALLBACK_FLAG, data, &reply);
95 remote()->transact(START_PREVIEW, data, &reply);
105 remote()->transact(START_RECORDING, data, &reply);
115 remote()->transact(STOP_PREVIEW, data, &reply);
124 remote()->transact(STOP_RECORDING, data, &reply);
133 remote()->transact(RELEASE_RECORDING_FRAME, data, &reply);
142 remote()->transact(PREVIEW_ENABLED, data, &reply);
152 remote()->transact(RECORDING_ENABLED, data, &reply)
    [all...]
  /frameworks/base/libs/storage/
IMountService.cpp 65 if (remote()->transact(TRANSACTION_registerListener, data, &reply) != NO_ERROR) {
66 LOGD("registerListener could not contact remote\n");
81 if (remote()->transact(TRANSACTION_unregisterListener, data, &reply) != NO_ERROR) {
82 LOGD("unregisterListener could not contact remote\n");
96 if (remote()->transact(TRANSACTION_isUsbMassStorageConnected, data, &reply) != NO_ERROR) {
97 LOGD("isUsbMassStorageConnected could not contact remote\n");
113 if (remote()->transact(TRANSACTION_setUsbMassStorageEnabled, data, &reply) != NO_ERROR) {
114 LOGD("setUsbMassStorageEnabled could not contact remote\n");
128 if (remote()->transact(TRANSACTION_isUsbMassStorageEnabled, data, &reply) != NO_ERROR) {
129 LOGD("isUsbMassStorageEnabled could not contact remote\n")
    [all...]
  /system/netd/
PppController.h 35 struct in_addr remote, struct in_addr dns1,
  /frameworks/base/media/libmedia/
IMediaPlayer.cpp 65 remote()->transact(DISCONNECT, data, &reply);
73 remote()->transact(SET_VIDEO_SURFACE, data, &reply);
81 remote()->transact(PREPARE_ASYNC, data, &reply);
89 remote()->transact(START, data, &reply);
97 remote()->transact(STOP, data, &reply);
105 remote()->transact(IS_PLAYING, data, &reply);
114 remote()->transact(PAUSE, data, &reply);
123 remote()->transact(SEEK_TO, data, &reply);
131 remote()->transact(GET_CURRENT_POSITION, data, &reply);
140 remote()->transact(GET_DURATION, data, &reply)
    [all...]
IMediaRecorder.cpp 68 remote()->transact(SET_CAMERA, data, &reply);
78 remote()->transact(SET_PREVIEW_SURFACE, data, &reply);
87 remote()->transact(INIT, data, &reply);
97 remote()->transact(SET_VIDEO_SOURCE, data, &reply);
107 remote()->transact(SET_AUDIO_SOURCE, data, &reply);
117 remote()->transact(SET_OUTPUT_FORMAT, data, &reply);
127 remote()->transact(SET_VIDEO_ENCODER, data, &reply);
137 remote()->transact(SET_AUDIO_ENCODER, data, &reply);
147 remote()->transact(SET_OUTPUT_FILE_PATH, data, &reply);
158 remote()->transact(SET_OUTPUT_FILE_FD, data, &reply)
    [all...]
IAudioTrack.cpp 53 status_t status = remote()->transact(START, data, &reply);
66 remote()->transact(STOP, data, &reply);
73 remote()->transact(FLUSH, data, &reply);
81 remote()->transact(MUTE, data, &reply);
88 remote()->transact(PAUSE, data, &reply);
96 status_t status = remote()->transact(GET_CBLK, data, &reply);
108 status_t status = remote()->transact(ATTACH_AUX_EFFECT, data, &reply);
IAudioRecord.cpp 49 status_t status = remote()->transact(START, data, &reply);
62 remote()->transact(STOP, data, &reply);
70 status_t status = remote()->transact(GET_CBLK, data, &reply);
IAudioPolicyService.cpp 72 remote()->transact(SET_DEVICE_CONNECTION_STATE, data, &reply);
84 remote()->transact(GET_DEVICE_CONNECTION_STATE, data, &reply);
93 remote()->transact(SET_PHONE_STATE, data, &reply);
103 remote()->transact(SET_RINGER_MODE, data, &reply);
113 remote()->transact(SET_FORCE_USE, data, &reply);
122 remote()->transact(GET_FORCE_USE, data, &reply);
140 remote()->transact(GET_OUTPUT, data, &reply);
153 remote()->transact(START_OUTPUT, data, &reply);
166 remote()->transact(STOP_OUTPUT, data, &reply);
175 remote()->transact(RELEASE_OUTPUT, data, &reply)
    [all...]
  /external/ipsec-tools/src/racoon/
handler.c 140 * search for isakmpsa handler by source and remote address.
145 getph1byaddr(local, remote, established)
146 struct sockaddr *local, *remote;
153 plog(LLV_DEBUG2, LOCATION, NULL, "remote: %s\n", saddr2str(remote));
159 plog(LLV_DEBUG2, LOCATION, NULL, "p->remote: %s\n", saddr2str(p->remote));
166 && CMPSADDR(remote, p->remote) == 0){
178 getph1byaddrwop(local, remote)
    [all...]
isakmp_inf.c 273 plog(LLV_ERROR, LOCATION, iph1->remote,
305 plog(LLV_ERROR, LOCATION, iph1->remote,
311 plog(LLV_ERROR, LOCATION, iph1->remote,
378 plog(LLV_ERROR, LOCATION, iph1->remote,
383 plog(LLV_ERROR, LOCATION, iph1->remote,
388 plog(LLV_ERROR, LOCATION, iph1->remote,
395 plog(LLV_ERROR, LOCATION, iph1->remote,
407 plog(LLV_ERROR, LOCATION, iph1->remote,
413 plog(LLV_DEBUG, LOCATION, iph1->remote,
431 plog(LLV_ERROR, LOCATION, iph1->remote,
    [all...]
isakmp_newg.c 103 plog(LLV_ERROR, LOCATION, iph1->remote,
114 plog(LLV_ERROR, LOCATION, iph1->remote,
127 plog(LLV_ERROR, LOCATION, iph1->remote,
139 plog(LLV_ERROR, LOCATION, iph1->remote,
183 plog(LLV_ERROR, LOCATION, iph1->remote,
218 plog(LLV_INFO, LOCATION, iph1->remote,
remoteconf.c 89 * search remote configuration.
94 * Other: remote configuration entry.
97 getrmconf_strict(remote, allow_anon)
98 struct sockaddr *remote;
111 * We never have ports set in our remote configurations, but when
114 * If we do this port check here, we don't find the remote config.
116 * In an ideal world, we would be able to have remote conf with
119 if (remote->sa_family != AF_UNSPEC &&
120 extract_port(remote) != IPSEC_PORT_ANY)
124 if (remote->sa_family == AF_UNSPEC
    [all...]
isakmp.c 212 struct sockaddr_storage remote; local
214 unsigned int remote_len = sizeof(remote);
222 MSG_PEEK, (struct sockaddr *)&remote, &remote_len,
236 0, (struct sockaddr *)&remote, &remote_len)) != 1) {
279 plog(LLV_ERROR, LOCATION, (struct sockaddr *)&remote,
284 0, (struct sockaddr *)&remote, &remote_len)) < 0) {
297 0, (struct sockaddr *)&remote, &remote_len)) < 0) {
312 0, (struct sockaddr *)&remote, &remote_len)) < 0) {
321 0, (struct sockaddr *)&remote, &remote_len,
343 plog(LLV_ERROR, LOCATION, (struct sockaddr *)&remote,
    [all...]
  /frameworks/base/libs/surfaceflinger_client/
ISurfaceComposer.cpp 54 remote()->transact(BnSurfaceComposer::CREATE_CONNECTION, data, &reply);
63 remote()->transact(BnSurfaceComposer::CREATE_CLIENT_CONNECTION, data, &reply);
71 remote()->transact(BnSurfaceComposer::GET_CBLK, data, &reply);
79 remote()->transact(BnSurfaceComposer::OPEN_GLOBAL_TRANSACTION, data, &reply);
86 remote()->transact(BnSurfaceComposer::CLOSE_GLOBAL_TRANSACTION, data, &reply);
95 remote()->transact(BnSurfaceComposer::FREEZE_DISPLAY, data, &reply);
105 remote()->transact(BnSurfaceComposer::UNFREEZE_DISPLAY, data, &reply);
116 remote()->transact(BnSurfaceComposer::SET_ORIENTATION, data, &reply);
124 remote()->transact(BnSurfaceComposer::BOOT_FINISHED, data, &reply);
137 remote()->transact(BnSurfaceComposer::CAPTURE_SCREEN, data, &reply)
    [all...]
  /sdk/sdkmanager/libs/sdkuilib/tests/com/android/sdkuilib/internal/repository/
UpdaterLogicTest.java 62 ArrayList<Package> remote = new ArrayList<Package>(); local
72 ArchiveInfo fai = mul.findPlatformDependency(a2, out, selected, remote, sources, locals);
81 ArchiveInfo ai2 = mul.findPlatformDependency(a2, out, selected, remote, sources, locals);
98 ArrayList<Package> remote = new ArrayList<Package>(); local
108 ArchiveInfo fai = mul.findToolsDependency(p2, out, selected, remote, sources, locals);
117 ArchiveInfo ai2 = mul.findToolsDependency(p2, out, selected, remote, sources, locals);
  /frameworks/base/include/binder/
IInterface.h 66 BpInterface(const sp<IBinder>& remote);
135 inline BpInterface<INTERFACE>::BpInterface(const sp<IBinder>& remote)
136 : BpRefBase(remote)
143 return remote();

Completed in 799 milliseconds

1 2 3 4 5