Searched refs:reply (Results 151 - 175 of 262) sorted by relevance

1234567891011

/frameworks/native/libs/binder/
H A DIPCThreadState.cpp166 out << "Unknown reply: " << code << endl;
547 Parcel* reply, uint32_t flags)
567 if (reply) reply->setError(err);
579 if (reply) {
580 err = waitForResponse(reply);
597 if (reply) alog << indent << *reply << dedent << endl;
699 status_t IPCThreadState::sendReply(const Parcel& reply, uint32_t flags) argument
703 err = writeTransactionData(BC_REPLY, flags, -1, 0, reply,
545 transact(int32_t handle, uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
709 waitForResponse(Parcel *reply, status_t *acquireResult) argument
1069 Parcel reply; local
[all...]
/frameworks/base/core/java/android/content/
H A DAsyncQueryHandler.java111 Message reply = args.handler.obtainMessage(token);
112 reply.obj = args;
113 reply.arg1 = msg.arg1;
117 + ", reply.what=" + reply.what);
120 reply.sendToTarget();
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayer.cpp344 Parcel* reply, const sp<AMessage> format) const {
351 reply->writeInt32(2); // write something non-zero
352 reply->writeInt32(trackType);
353 reply->writeString16(String16(lang.c_str()));
364 reply->writeString16(String16(mime.c_str()));
365 reply->writeInt32(isAuto);
366 reply->writeInt32(isDefault);
367 reply->writeInt32(isForced);
407 Parcel* reply; local
408 CHECK(msg->findPointer("reply", (voi
343 writeTrackInfo( Parcel* reply, const sp<AMessage> format) const argument
449 Parcel* reply; local
695 sp<AMessage> reply; local
1405 queueDecoderShutdown( bool audio, bool video, const sp<AMessage> &reply) argument
1686 sp<AMessage> reply; local
1864 sp<AMessage> reply; local
1998 notifyInstantiateSecureDecoders(const sp<AMessage> &reply) argument
[all...]
H A DNuPlayerDriver.h56 virtual status_t invoke(const Parcel &request, Parcel *reply);
59 virtual status_t getParameter(int key, Parcel *reply);
H A DNuPlayer.h66 status_t getTrackInfo(Parcel* reply) const;
67 status_t getSelectedTrack(int32_t type, Parcel* reply) const;
243 bool audio, bool video, const sp<AMessage> &reply);
248 void writeTrackInfo(Parcel* reply, const sp<AMessage> format) const;
H A DNuPlayerDecoderPassThrough.h79 status_t fetchInputData(sp<AMessage> &reply);
/frameworks/av/cmds/stagefright/
H A Dsf2.cpp442 sp<AMessage> reply; local
443 CHECK(msg->findMessage("reply", &reply));
446 reply->setInt32("err", ERROR_END_OF_STREAM);
447 reply->post();
545 reply->setInt32("err", mFinalResult);
546 reply->post();
551 reply->setBuffer("buffer", outBuffer);
552 reply->post();
561 sp<AMessage> reply; local
[all...]
/frameworks/base/tests/BandwidthTests/src/com/android/tests/bandwidthenforcement/
H A DBandwidthEnforcementTestService.java164 final byte[] reply = new byte[query.length];
165 final DatagramPacket replyPacket = new DatagramPacket(reply, reply.length);
/frameworks/av/include/common_time/
H A DICommonClock.h38 Parcel* reply, uint32_t flags = 0);
103 Parcel* reply, uint32_t flags = 0);
/frameworks/av/include/media/
H A DIMediaPlayerService.h103 virtual status_t pullBatteryData(Parcel* reply) = 0;
113 Parcel* reply,
H A DIAudioTrack.h105 Parcel* reply,
H A DICrypto.h62 uint32_t code, const Parcel &data, Parcel *reply,
/frameworks/av/media/libmediaplayerservice/
H A DTestPlayerStub.h104 virtual status_t getParameter(int key, Parcel *reply) { argument
105 return mPlayer->getParameter(key, reply);
/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/tests/coretests/src/android/app/activity/
H A DLocalService.java32 protected boolean onTransact(int code, Parcel data, Parcel reply,
39 return super.onTransact(code, data, reply, flags);
/frameworks/av/include/camera/
H A DIProCameraUser.h94 Parcel* reply,
/frameworks/av/include/camera/camera2/
H A DICameraDeviceUser.h133 Parcel* reply,
/frameworks/av/include/media/stagefright/foundation/
H A DALooperRoster.h41 void postReply(uint32_t replyID, const sp<AMessage> &reply);
/frameworks/av/services/medialog/
H A DMediaLogService.h42 virtual status_t onTransact(uint32_t code, const Parcel& data, Parcel* reply,
/frameworks/native/include/binder/
H A DIAppOpsService.h68 Parcel* reply,
H A DIServiceManager.h92 Parcel* reply,
/frameworks/native/include/gui/
H A DBitTube.h70 status_t writeToParcel(Parcel* reply) const;
H A DISurfaceComposerClient.h87 Parcel* reply, uint32_t flags = 0);
/frameworks/native/services/surfaceflinger/
H A DClient.h68 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags);
/frameworks/base/media/java/android/media/
H A DMediaPlayer.java675 * parcels for the request and reply. Both payloads' format is a
683 * @param reply Output parcel with the data returned by the
687 public void invoke(Parcel request, Parcel reply) { argument
688 int retcode = native_invoke(request, reply);
689 reply.setDataPosition(0);
792 Parcel reply = Parcel.obtain();
797 invoke(request, reply);
800 reply.recycle();
1364 Parcel reply = Parcel.obtain();
1367 if (!native_getMetadata(update_only, apply_filter, reply)) {
1688 native_invoke(Parcel request, Parcel reply) argument
1704 native_getMetadata(boolean update_only, boolean apply_filter, Parcel reply) argument
2435 native_pullBatteryData(Parcel reply) argument
[all...]

Completed in 520 milliseconds

1234567891011