Searched refs:reply (Results 176 - 200 of 221) sorted by relevance

123456789

/frameworks/av/include/media/
H A DMediaPlayerInterface.h151 virtual status_t getParameter(int key, Parcel *reply) = 0;
165 // for the request and reply.
169 // @param[out] reply Parcel to hold the reply data. Cannot be null.
171 virtual status_t invoke(const Parcel& request, Parcel *reply) = 0;
H A DIAudioFlinger.h206 Parcel* reply,
/frameworks/av/libvideoeditor/lvpp/
H A DVideoEditorPlayer.h115 virtual status_t invoke(const Parcel &request, Parcel *reply);
120 virtual status_t getParameter(int key, Parcel *reply);
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/base/media/jni/
H A Dandroid_media_MediaPlayer.cpp536 // Sends the request and reply parcels to the media player via the
549 Parcel *reply = parcelForJavaObject(env, java_reply); local
553 return media_player->invoke(*request, reply);
578 jboolean apply_filter, jobject reply)
586 Parcel *metadata = parcelForJavaObject(env, reply);
740 Parcel *reply = parcelForJavaObject(env, java_reply); local
742 return service->pullBatteryData(reply);
813 Parcel *reply = parcelForJavaObject(env, java_reply); local
814 process_media_player_call(env, thiz, mp->getParameter(key, reply), NULL, NULL );
577 android_media_MediaPlayer_getMetadata(JNIEnv *env, jobject thiz, jboolean update_only, jboolean apply_filter, jobject reply) argument
/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerService.cpp781 Parcel *reply)
785 return p->invoke(request, reply);
805 bool update_only, bool apply_filter, Parcel *reply)
812 reply->writeInt32(-1);
827 media::Metadata metadata(reply);
830 status = player->getMetadata(ids, reply);
1023 status_t MediaPlayerService::Client::getParameter(int key, Parcel *reply) { argument
1027 return p->getParameter(key, reply);
2031 status_t MediaPlayerService::pullBatteryData(Parcel* reply) { argument
2047 reply
780 invoke(const Parcel& request, Parcel *reply) argument
804 getMetadata( bool update_only, bool apply_filter, Parcel *reply) argument
[all...]
/frameworks/av/media/libstagefright/
H A DAwesomePlayer.cpp2307 status_t AwesomePlayer::getParameter(int key, Parcel *reply) { argument
2316 reply->writeInt32(channelCount);
2326 status_t AwesomePlayer::getTrackInfo(Parcel *reply) const {
2333 reply->writeInt32(trackCount);
2342 reply->writeInt32(2); // 2 fields
2345 reply->writeInt32(MEDIA_TRACK_TYPE_VIDEO);
2347 reply->writeInt32(MEDIA_TRACK_TYPE_AUDIO);
2349 reply->writeInt32(MEDIA_TRACK_TYPE_TIMEDTEXT);
2351 reply->writeInt32(MEDIA_TRACK_TYPE_UNKNOWN);
2358 reply
2519 invoke(const Parcel &request, Parcel *reply) argument
[all...]
H A DACodec.cpp2232 void ACodec::sendFormatChange(const sp<AMessage> &reply) { argument
2297 reply->setRect(
2815 sp<AMessage> reply = new AMessage(kWhatInputBufferFilled, mCodec->id()); local
2816 reply->setPointer("buffer-id", info->mBufferID);
2818 notify->setMessage("reply", reply);
3058 sp<AMessage> reply = local
3062 mCodec->sendFormatChange(reply);
3085 reply->setPointer("buffer-id", info->mBufferID);
3087 notify->setMessage("reply", repl
3847 sp<AMessage> reply; local
[all...]
/frameworks/base/core/java/android/security/
H A DIKeystoreService.java522 public boolean onTransact(int code, Parcel data, Parcel reply, int flags) argument
526 reply.writeString(DESCRIPTOR);
532 reply.writeNoException();
533 reply.writeInt(resultCode);
537 return super.onTransact(code, data, reply, flags);
/frameworks/opt/net/voip/src/java/android/net/sip/
H A DSipAudioCall.java769 Media reply = answer.newMedia(
771 reply.setRtpPayload(codec.type, codec.rtpmap, codec.fmtp);
778 reply.setRtpPayload(
797 Media reply = answer.newMedia(
800 reply.setFormat(format, null);
/frameworks/av/media/libmedia/
H A Dmediaplayer.cpp189 status_t MediaPlayer::invoke(const Parcel& request, Parcel *reply) argument
197 return mPlayer->invoke(request, reply);
627 status_t MediaPlayer::getParameter(int key, Parcel *reply) argument
632 return mPlayer->getParameter(key, reply);
/frameworks/native/include/gui/
H A DIGraphicBufferProducer.h211 Parcel* reply,
/frameworks/base/core/tests/coretests/src/android/app/activity/
H A DServiceTest.java65 protected boolean onTransact(int code, Parcel data, Parcel reply,
114 return super.onTransact(code, data, reply, flags);
/frameworks/base/services/java/com/android/server/
H A DClipboardService.java120 public boolean onTransact(int code, Parcel data, Parcel reply, int flags) argument
123 return super.onTransact(code, data, reply, flags);
/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;
1051 Parcel* reply = parcelForJavaObject(env, replyObj); local
1052 if (reply == NULL && replyObj != NULL) {
1075 status_t err = target->transact(code, *data, reply, flags);
1076 //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/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp2456 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
2494 status_t err = BnSurfaceComposer::onTransact(code, data, reply, flags);
2496 CHECK_INTERFACE(ISurfaceComposer, data, reply);
2544 reply->writeInt32(0);
2545 reply->writeInt32(0);
2546 reply->writeInt32(mDebugRegion);
2547 reply->writeInt32(0);
2548 reply->writeInt32(mDebugDisableHWC);
2553 reply->writeInt32(hw->getPageFlipCount());
2589 Parcel* reply; member in class:android::GraphicProducerWrapper
2455 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
2600 transact(uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
[all...]
/frameworks/av/services/audioflinger/
H A DAudioFlinger.h222 Parcel* reply,
405 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags);
419 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags);
H A DEffects.cpp1035 int reply; local
1056 &reply);
1060 *(int *)pReplyData = reply;
1062 } else if (reply != NO_ERROR) {
1063 *(int *)pReplyData = reply;
1115 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
1117 return BnEffect::onTransact(code, data, reply, flags);
1114 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
/frameworks/base/media/java/android/media/audiofx/
H A DAudioEffect.java832 * In case of success, returns the number of meaningful bytes in reply array.
836 public int command(int cmdCode, byte[] command, byte[] reply) argument
839 return native_command(cmdCode, command.length, command, reply.length, reply);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmSMSDispatcher.java297 Message reply = obtainMessage(EVENT_SEND_SMS_COMPLETE, tracker);
313 mCi.sendSMS(IccUtils.bytesToHexString(smsc), IccUtils.bytesToHexString(pdu), reply);
/frameworks/av/include/media/stagefright/
H A DACodec.h281 void sendFormatChange(const sp<AMessage> &reply);
/frameworks/base/core/java/android/net/
H A DVpnService.java238 protected boolean onTransact(int code, Parcel data, Parcel reply, int flags) { argument
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DKeyguardUpdateMonitor.java490 public void onUserSwitching(int newUserId, IRemoteCallback reply) {
492 newUserId, 0, reply));
556 protected void handleUserSwitching(int userId, IRemoteCallback reply) { argument
564 reply.sendResult(null);
/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/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaSMSDispatcher.java360 Message reply = obtainMessage(EVENT_SEND_SMS_COMPLETE, tracker);
361 mCi.sendCdmaSms(pdu, reply);

Completed in 4001 milliseconds

123456789