Searched refs:reply (Results 226 - 250 of 399) sorted by relevance

1234567891011>>

/frameworks/av/include/common_time/
H A DICommonClock.h38 Parcel* reply, uint32_t flags = 0);
103 Parcel* reply, uint32_t flags = 0);
/frameworks/av/media/libaudioclient/
H A DPlayerBase.cpp166 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
168 return BnPlayer::onTransact(code, data, reply, flags);
165 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
/frameworks/av/media/libmediaplayerservice/
H A DTestPlayerStub.h108 virtual status_t getParameter(int key, Parcel *reply) { argument
109 return mPlayer->getParameter(key, reply);
/frameworks/av/services/medialog/
H A DMediaLogService.cpp136 status_t MediaLogService::onTransact(uint32_t code, const Parcel& data, Parcel* reply, argument
139 return BnMediaLogService::onTransact(code, data, reply, flags);
H A DMediaLogService.h42 virtual status_t onTransact(uint32_t code, const Parcel& data, Parcel* reply,
/frameworks/base/core/java/android/database/
H A DDatabaseUtils.java77 * @param reply Parcel to write to
82 public static final void writeExceptionToParcel(Parcel reply, Exception e) { argument
110 reply.writeException(e);
114 reply.writeInt(code);
115 reply.writeString(e.getMessage());
127 * @param reply Parcel to read from
131 public static final void readExceptionFromParcel(Parcel reply) { argument
132 int code = reply.readExceptionCode();
134 String msg = reply.readString();
135 DatabaseUtils.readExceptionFromParcel(reply, ms
138 readExceptionWithFileNotFoundExceptionFromParcel( Parcel reply) argument
150 readExceptionWithOperationApplicationExceptionFromParcel( Parcel reply) argument
162 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/native/services/surfaceflinger/
H A DGpuService.cpp37 Parcel* reply, uint32_t flags)
63 return BBinder::onTransact(code, data, reply, flags);
36 onTransact(uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDecoder.cpp370 sp<AMessage> reply = new AMessage(kWhatCodecNotify, this); local
371 mCodec->setCallback(reply);
724 sp<AMessage> reply = new AMessage(kWhatRenderBuffer, this); local
725 reply->setSize("buffer-ix", index);
726 reply->setInt32("generation", mBufferGeneration);
732 reply->setInt32("eos", true);
738 reply->post();
752 mRenderer->queueBuffer(mIsAudio, buffer, reply);
785 sp<AMessage> reply = new AMessage(kWhatAudioOutputFormatChanged, this); local
786 reply
817 sp<AMessage> reply = new AMessage(kWhatCodecNotify, this); local
829 fetchInputData(sp<AMessage> &reply) argument
[all...]
H A DNuPlayer.h83 status_t getTrackInfo(Parcel* reply) const;
84 status_t getSelectedTrack(int32_t type, Parcel* reply) const;
316 bool audio, bool video, const sp<AMessage> &reply);
322 void writeTrackInfo(Parcel* reply, const sp<AMessage>& format) const;
H A DNuPlayerDecoderPassThrough.h74 status_t fetchInputData(sp<AMessage> &reply);
/frameworks/av/camera/include/camera/android/hardware/
H A DICameraClient.h60 Parcel* reply,
/frameworks/av/include/camera/android/hardware/
H A DICameraClient.h60 Parcel* reply,
/frameworks/av/include/media/
H A DIAudioTrack.h95 Parcel* reply,
H A DIMediaMetadataRetriever.h57 Parcel* reply,
H A DIResourceManagerService.h60 Parcel *reply,
/frameworks/av/include/radio/
H A DIRadio.h64 Parcel* reply,
/frameworks/av/media/libaaudio/src/binding/
H A DIAAudioService.h100 Parcel* reply, uint32_t flags = 0);
/frameworks/av/media/libaudioclient/include/media/
H A DIAudioTrack.h95 Parcel* reply,
H A DPlayerBase.h47 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags);
/frameworks/av/media/libmedia/include/media/
H A DIMediaMetadataRetriever.h57 Parcel* reply,
H A DIResourceManagerService.h60 Parcel *reply,
/frameworks/native/include/binder/
H A DIAppOpsService.h70 Parcel* reply,
H A DIBatteryStats.h71 Parcel* reply,
/frameworks/native/include/gui/
H A DISurfaceComposerClient.h77 status_t onTransact(uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) override;

Completed in 7718 milliseconds

1234567891011>>