Searched defs:reply (Results 101 - 125 of 130) sorted by relevance

123456

/frameworks/base/services/java/com/android/server/wm/
H A DSession.java122 public boolean onTransact(int code, Parcel data, Parcel reply, int flags) argument
125 return super.onTransact(code, data, reply, flags);
/frameworks/av/libvideoeditor/lvpp/
H A DVideoEditorPlayer.cpp170 status_t VideoEditorPlayer::getParameter(int key, Parcel *reply) { argument
190 status_t VideoEditorPlayer::invoke(const Parcel &request, Parcel *reply) { argument
/frameworks/av/media/libmedia/
H A DIAudioFlinger.cpp102 Parcel data, reply; local
126 status_t lStatus = remote()->transact(CREATE_TRACK, data, &reply);
130 lFlags = reply.readInt32();
134 lSessionId = reply.readInt32();
138 name = reply.readString8();
139 lStatus = reply.readInt32();
140 track = interface_cast<IAudioTrack>(reply.readStrongBinder());
159 Parcel data, reply; local
175 status_t lStatus = remote()->transact(OPEN_RECORD, data, &reply);
179 lFlags = reply
209 Parcel data, reply; local
218 Parcel data, reply; local
227 Parcel data, reply; local
236 Parcel data, reply; local
245 Parcel data, reply; local
254 Parcel data, reply; local
263 Parcel data, reply; local
271 Parcel data, reply; local
280 Parcel data, reply; local
291 Parcel data, reply; local
301 Parcel data, reply; local
311 Parcel data, reply; local
320 Parcel data, reply; local
329 Parcel data, reply; local
338 Parcel data, reply; local
346 Parcel data, reply; local
356 Parcel data, reply; local
366 Parcel data, reply; local
375 Parcel data, reply; local
393 Parcel data, reply; local
433 Parcel data, reply; local
443 Parcel data, reply; local
452 Parcel data, reply; local
461 Parcel data, reply; local
474 Parcel data, reply; local
502 Parcel data, reply; local
511 Parcel data, reply; local
521 Parcel data, reply; local
531 Parcel data, reply; local
551 Parcel data, reply; local
560 Parcel data, reply; local
572 Parcel data, reply; local
580 Parcel data, reply; local
588 Parcel data, reply; local
609 Parcel data, reply; local
630 Parcel data, reply; local
655 Parcel data, reply; local
698 Parcel data, reply; local
709 Parcel data, reply; local
718 Parcel data, reply; local
726 Parcel data, reply; local
734 Parcel data, reply; local
747 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
[all...]
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayer.cpp350 Parcel* reply; local
351 CHECK(msg->findPointer("reply", (void**)&reply));
352 err = mSource->getTrackInfo(reply);
918 sp<AMessage> reply; local
919 CHECK(msg->findMessage("reply", &reply));
923 reply->setInt32("err", INFO_DISCONTINUITY);
924 reply->post();
1007 reply
1045 sp<AMessage> reply; local
1468 sp<AMessage> reply; local
1508 queueDecoderShutdown( bool audio, bool video, const sp<AMessage> &reply) argument
[all...]
/frameworks/av/media/libstagefright/
H A DMediaCodec.cpp1527 CHECK(msg->findMessage("reply", &info->mNotify));
1607 sp<AMessage> reply = info->mNotify; local
1645 reply->setBuffer("buffer", info->mData);
1646 reply->post();
H A DAwesomePlayer.cpp2520 status_t AwesomePlayer::getParameter(int key, Parcel *reply) { argument
2529 reply->writeInt32(channelCount);
2539 status_t AwesomePlayer::getTrackInfo(Parcel *reply) const {
2546 reply->writeInt32(trackCount);
2555 reply->writeInt32(2); // 2 fields
2558 reply->writeInt32(MEDIA_TRACK_TYPE_VIDEO);
2560 reply->writeInt32(MEDIA_TRACK_TYPE_AUDIO);
2562 reply->writeInt32(MEDIA_TRACK_TYPE_TIMEDTEXT);
2564 reply->writeInt32(MEDIA_TRACK_TYPE_UNKNOWN);
2571 reply
2733 invoke(const Parcel &request, Parcel *reply) argument
[all...]
H A DACodec.cpp2481 void ACodec::sendFormatChange(const sp<AMessage> &reply) { argument
2546 reply->setRect(
3080 sp<AMessage> reply = new AMessage(kWhatInputBufferFilled, mCodec->id()); local
3081 reply->setPointer("buffer-id", info->mBufferID);
3083 notify->setMessage("reply", reply);
3342 sp<AMessage> reply = local
3346 mCodec->sendFormatChange(reply);
3377 reply->setPointer("buffer-id", info->mBufferID);
3379 notify->setMessage("reply", repl
4185 sp<AMessage> reply; local
[all...]
/frameworks/av/services/audioflinger/
H A DEffects.cpp1096 int reply; local
1117 &reply);
1121 *(int *)pReplyData = reply;
1123 } else if (reply != NO_ERROR) {
1124 *(int *)pReplyData = reply;
1176 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
1178 return BnEffect::onTransact(code, data, reply, flags);
1175 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
H A DAudioPolicyService.cpp660 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
662 return BnAudioPolicyService::onTransact(code, data, reply, flags);
659 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
H A DTracks.cpp311 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
313 return BnAudioTrack::onTransact(code, data, reply, flags);
1744 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
1746 return BnAudioRecord::onTransact(code, data, reply, flags);
310 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
1743 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
H A DAudioFlinger.cpp2529 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
2531 return BnAudioFlinger::onTransact(code, data, reply, flags);
2528 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
/frameworks/av/services/camera/libcameraservice/
H A DCameraService.cpp822 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) {
842 return BnCameraService::onTransact(code, data, reply, flags);
821 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
/frameworks/base/core/java/android/app/
H A DApplicationThreadNative.java68 public boolean onTransact(int code, Parcel data, Parcel reply, int flags) argument
539 reply.writeNoException();
559 reply.writeNoException();
579 reply.writeNoException();
588 reply.writeNoException();
599 reply.writeNoException();
609 reply.writeNoException();
618 reply.writeNoException();
627 reply.writeNoException();
632 return super.onTransact(code, data, reply, flag
[all...]
/frameworks/base/core/java/android/database/
H A DDatabaseUtils.java79 * @param reply Parcel to write to
84 public static final void writeExceptionToParcel(Parcel reply, Exception e) { argument
112 reply.writeException(e);
116 reply.writeInt(code);
117 reply.writeString(e.getMessage());
129 * @param reply Parcel to read from
133 public static final void readExceptionFromParcel(Parcel reply) { argument
134 int code = reply.readExceptionCode();
136 String msg = reply.readString();
137 DatabaseUtils.readExceptionFromParcel(reply, ms
140 readExceptionWithFileNotFoundExceptionFromParcel( Parcel reply) argument
152 readExceptionWithOperationApplicationExceptionFromParcel( Parcel reply) argument
164 readExceptionFromParcel(Parcel reply, String msg, int code) argument
[all...]
/frameworks/base/core/java/android/os/storage/
H A DIMountService.java857 public boolean onTransact(int code, Parcel data, Parcel reply, argument
861 reply.writeString(DESCRIPTOR);
869 reply.writeNoException();
877 reply.writeNoException();
883 reply.writeNoException();
884 reply.writeInt((result ? 1 : 0));
892 reply.writeNoException();
898 reply.writeNoException();
899 reply.writeInt((result ? 1 : 0));
907 reply
[all...]
/frameworks/base/media/java/android/media/audiofx/
H A DAudioEffect.java838 * In case of success, returns the number of meaningful bytes in reply array.
842 public int command(int cmdCode, byte[] command, byte[] reply) argument
845 return native_command(cmdCode, command.length, command, reply.length, reply);
/frameworks/base/media/jni/
H A Dandroid_media_MediaPlayer.cpp529 // Sends the request and reply parcels to the media player via the
542 Parcel *reply = parcelForJavaObject(env, java_reply); local
546 return media_player->invoke(*request, reply);
571 jboolean apply_filter, jobject reply)
579 Parcel *metadata = parcelForJavaObject(env, reply);
733 Parcel *reply = parcelForJavaObject(env, java_reply); local
735 return service->pullBatteryData(reply);
570 android_media_MediaPlayer_getMetadata(JNIEnv *env, jobject thiz, jboolean update_only, jboolean apply_filter, jobject reply) argument
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardUpdateMonitor.java540 public void onUserSwitching(int newUserId, IRemoteCallback reply) {
542 newUserId, 0, reply));
606 protected void handleUserSwitching(int userId, IRemoteCallback reply) { argument
614 reply.sendResult(null);
/frameworks/native/libs/binder/
H A DIPCThreadState.cpp167 out << "Unknown reply: " << code << endl;
548 Parcel* reply, uint32_t flags)
568 if (reply) reply->setError(err);
580 if (reply) {
581 err = waitForResponse(reply);
598 if (reply) alog << indent << *reply << dedent << endl;
694 status_t IPCThreadState::sendReply(const Parcel& reply, uint32_t flags) argument
698 err = writeTransactionData(BC_REPLY, flags, -1, 0, reply,
546 transact(int32_t handle, uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
704 waitForResponse(Parcel *reply, status_t *acquireResult) argument
1060 Parcel reply; local
[all...]
/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerService.cpp783 Parcel *reply)
787 return p->invoke(request, reply);
807 bool update_only, bool apply_filter, Parcel *reply)
814 reply->writeInt32(-1);
829 media::Metadata metadata(reply);
832 status = player->getMetadata(ids, reply);
1025 status_t MediaPlayerService::Client::getParameter(int key, Parcel *reply) { argument
1029 return p->getParameter(key, reply);
2158 status_t MediaPlayerService::pullBatteryData(Parcel* reply) { argument
2174 reply
782 invoke(const Parcel& request, Parcel *reply) argument
806 getMetadata( bool update_only, bool apply_filter, Parcel *reply) argument
[all...]
/frameworks/av/media/libstagefright/rtsp/
H A DMyHandler.h165 sp<AMessage> reply = new AMessage('conn', id()); local
166 mConn->connect(mOriginalSessionURL.c_str(), reply);
176 sp<AMessage> reply = new AMessage('sdpl', id()); local
177 reply->setObject("description", desc);
178 mConn->connect(mOriginalSessionURL.c_str(), reply);
445 sp<AMessage> reply = new AMessage('desc', id()); local
446 mConn->sendRequest(request.c_str(), reply);
459 sp<AMessage> reply = new AMessage('conn', id()); local
460 mConn->connect(mOriginalSessionURL.c_str(), reply);
494 sp<AMessage> reply local
566 sp<AMessage> reply = new AMessage('disc', id()); local
611 sp<AMessage> reply = new AMessage('disc', id()); local
745 sp<AMessage> reply = new AMessage('play', id()); local
748 sp<AMessage> reply = new AMessage('disc', id()); local
781 sp<AMessage> reply = new AMessage('disc', id()); local
807 sp<AMessage> reply = new AMessage('opts', id()); local
870 sp<AMessage> reply = new AMessage('tear', id()); local
902 sp<AMessage> reply = new AMessage('disc', id()); local
1053 sp<AMessage> reply = new AMessage('pau2', id()); local
1090 sp<AMessage> reply = new AMessage('res2', id()); local
1156 sp<AMessage> reply = new AMessage('see1', id()); local
1219 sp<AMessage> reply = new AMessage('see2', id()); local
1542 sp<AMessage> reply = new AMessage('setu', id()); local
1626 sp<AMessage> reply = new AMessage('setu', id()); local
[all...]
/frameworks/base/core/jni/
H A Dandroid_util_Binder.cpp256 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags = 0)
270 code, (int32_t)&data, (int32_t)reply, flags);
306 BBinder::onTransact(code, data, reply, flags);
311 // << reply << ": " << *reply << endl;
1052 Parcel* reply = parcelForJavaObject(env, replyObj); local
1053 if (reply == NULL && replyObj != NULL) {
1078 status_t err = target->transact(code, *data, reply, flags);
1079 //if (reply) printf("Transact from Java code to %p received: ", target); reply
255 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags = 0) argument
[all...]
/frameworks/base/media/java/android/media/
H A DMediaPlayer.java648 * parcels for the request and reply. Both payloads' format is a
656 * @param reply Output parcel with the data returned by the
660 public void invoke(Parcel request, Parcel reply) { argument
661 int retcode = native_invoke(request, reply);
662 reply.setDataPosition(0);
765 Parcel reply = Parcel.obtain();
770 invoke(request, reply);
773 reply.recycle();
1241 Parcel reply = Parcel.obtain();
1244 if (!native_getMetadata(update_only, apply_filter, reply)) {
1518 native_invoke(Parcel request, Parcel reply) argument
1534 native_getMetadata(boolean update_only, boolean apply_filter, Parcel reply) argument
2102 native_pullBatteryData(Parcel reply) argument
[all...]
/frameworks/base/services/java/com/android/server/
H A DInputMethodManagerService.java654 public void onUserSwitching(int newUserId, IRemoteCallback reply) {
658 if (reply != null) {
660 reply.sendResult(null);
814 public boolean onTransact(int code, Parcel data, Parcel reply, int flags) argument
817 return super.onTransact(code, data, reply, flags);
/frameworks/base/services/java/com/android/server/accounts/
H A DAccountManagerService.java272 public boolean onTransact(int code, Parcel data, Parcel reply, int flags) argument
275 return super.onTransact(code, data, reply, flags);

Completed in 2829 milliseconds

123456