/external/ipsec-tools/src/racoon/ |
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,
|
handler.c | 126 if (sel->remote != NULL && 127 cmpsaddr(sel->remote, p->remote) > CMPSADDR_WILDPORT_MATCH) 175 * search for isakmpsa handler by source and remote address. 180 getph1(ph1hint, local, remote, flags) 182 struct sockaddr *local, *remote; 189 plog(LLV_DEBUG2, LOCATION, NULL, "remote: %s\n", saddr2str(remote)); 196 plog(LLV_DEBUG2, LOCATION, NULL, "p->remote: %s\n", saddr2str(p->remote)); [all...] |
isakmp.c | 219 struct sockaddr_storage remote; local 221 unsigned int remote_len = sizeof(remote); 229 MSG_PEEK, (struct sockaddr *)&remote, &remote_len, 243 0, (struct sockaddr *)&remote, &remote_len)) != 1) { 277 plog(LLV_ERROR, LOCATION, (struct sockaddr *)&remote, 282 0, (struct sockaddr *)&remote, &remote_len)) < 0) { 295 0, (struct sockaddr *)&remote, &remote_len)) < 0) { 310 0, (struct sockaddr *)&remote, &remote_len)) < 0) { 319 0, (struct sockaddr *)&remote, &remote_len, 341 plog(LLV_ERROR, LOCATION, (struct sockaddr *)&remote, [all...] |
isakmp_inf.c | 275 plog(LLV_ERROR, LOCATION, iph1->remote, 307 plog(LLV_ERROR, LOCATION, iph1->remote, 313 plog(LLV_ERROR, LOCATION, iph1->remote, 345 plog(LLV_ERROR, LOCATION, iph1->remote, 351 plog(LLV_ERROR, LOCATION, iph1->remote, 362 plog(LLV_ERROR, LOCATION, iph1->remote, 367 plog(LLV_ERROR, LOCATION, iph1->remote, 373 plog(LLV_ERROR, LOCATION, iph1->remote, 378 plog(LLV_ERROR, LOCATION, iph1->remote, 467 plog(LLV_ERROR, LOCATION, iph1->remote, [all...] |
isakmp_ident.c | 142 isakmp_newcookie((caddr_t)&iph1->index, iph1->remote, iph1->local); 211 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); 399 if (add_recvdpkt(iph1->remote, iph1->local, iph1->sendbuf, msg) == -1) { 508 plog(LLV_ERROR, LOCATION, iph1->remote, 530 plog(LLV_ERROR, LOCATION, iph1->remote, [all...] |
isakmp_base.c | 139 isakmp_newcookie((caddr_t)&iph1->index, iph1->remote, iph1->local); 250 isakmp_printpacket(iph1->sendbuf, iph1->local, iph1->remote, 0); 320 plog(LLV_ERROR, LOCATION, iph1->remote, 348 plog(LLV_ERROR, LOCATION, iph1->remote, 357 plog(LLV_ERROR, LOCATION, iph1->remote, 364 plog(LLV_ERROR, LOCATION, iph1->remote, 371 plog(LLV_INFO, LOCATION, iph1->remote, 378 plog(LLV_ERROR, LOCATION, iph1->remote, 529 plog (LLV_INFO, LOCATION, NULL, "Adding remote and local NAT-D payloads.\n"); 530 if ((natd[0] = natt_hash_addr (iph1, iph1->remote)) == NULL) [all...] |
/frameworks/base/media/libmedia/ |
IMediaPlayer.cpp | 73 remote()->transact(DISCONNECT, data, &reply); 92 remote()->transact(SET_DATA_SOURCE_URL, data, &reply); 102 remote()->transact(SET_DATA_SOURCE_FD, data, &reply); 110 remote()->transact(SET_DATA_SOURCE_STREAM, data, &reply); 121 remote()->transact(SET_VIDEO_SURFACETEXTURE, data, &reply); 129 remote()->transact(PREPARE_ASYNC, data, &reply); 137 remote()->transact(START, data, &reply); 145 remote()->transact(STOP, data, &reply); 153 remote()->transact(IS_PLAYING, data, &reply); 162 remote()->transact(PAUSE, data, &reply) [all...] |
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);
|
IMediaPlayerService.cpp | 56 remote()->transact(CREATE_METADATA_RETRIEVER, data, &reply); 68 remote()->transact(CREATE, data, &reply); 77 remote()->transact(CREATE_MEDIA_RECORDER, data, &reply); 86 remote()->transact(DECODE_URL, data, &reply); 100 remote()->transact(DECODE_FD, data, &reply); 110 remote()->transact(GET_OMX, data, &reply); 118 remote()->transact(ADD_BATTERY_DATA, data, &reply); 124 return remote()->transact(PULL_BATTERY_DATA, data, reply);
|
IAudioFlinger.cpp | 113 status_t lStatus = remote()->transact(CREATE_TRACK, data, &reply); 156 status_t lStatus = remote()->transact(OPEN_RECORD, data, &reply); 178 remote()->transact(SAMPLE_RATE, data, &reply); 187 remote()->transact(CHANNEL_COUNT, data, &reply); 196 remote()->transact(FORMAT, data, &reply); 205 remote()->transact(FRAME_COUNT, data, &reply); 214 remote()->transact(LATENCY, data, &reply); 223 remote()->transact(SET_MASTER_VOLUME, data, &reply); 232 remote()->transact(SET_MASTER_MUTE, data, &reply); 240 remote()->transact(MASTER_VOLUME, data, &reply) [all...] |
IEffect.cpp | 49 remote()->transact(ENABLE, data, &reply); 58 remote()->transact(DISABLE, data, &reply); 86 remote()->transact(COMMAND, data, &reply); 101 remote()->transact(DISCONNECT, data, &reply); 110 status_t status = remote()->transact(GET_CBLK, data, &reply);
|
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);
|
/frameworks/base/libs/camera/ |
ICameraRecordingProxy.cpp | 49 remote()->transact(START_RECORDING, data, &reply); 58 remote()->transact(STOP_RECORDING, data, &reply); 67 remote()->transact(RELEASE_RECORDING_FRAME, data, &reply);
|
ICameraService.cpp | 42 remote()->transact(BnCameraService::GET_NUMBER_OF_CAMERAS, data, &reply); 52 remote()->transact(BnCameraService::GET_CAMERA_INFO, data, &reply); 65 remote()->transact(BnCameraService::CONNECT, data, &reply);
|
/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();
|
Binder.h | 87 inline IBinder* remote() { return mRemote; } function in class:android::BpRefBase 88 inline IBinder* remote() const { return mRemote; } function in class:android::BpRefBase
|