Searched refs:reply (Results 251 - 275 of 399) sorted by relevance

<<111213141516

/frameworks/native/libs/binder/include/binder/
H A DIAppOpsService.h70 Parcel* reply,
H A DIBatteryStats.h71 Parcel* reply,
/frameworks/native/libs/sensor/include/sensor/
H A DBitTube.h67 status_t writeToParcel(Parcel* reply) const;
H A DISensorServer.h65 Parcel* reply,
/frameworks/av/media/libstagefright/rtsp/
H A DMyTransmitter.h104 sp<AMessage> reply = new AMessage('conn', this); local
105 mConn->connect(mServerURL.c_str(), reply);
235 sp<AMessage> reply = new AMessage('anno', this); local
236 mConn->sendRequest(request.c_str(), reply);
420 sp<AMessage> reply = new AMessage('setu', this); local
421 mConn->sendRequest(request.c_str(), reply);
541 sp<AMessage> reply = new AMessage('reco', this); local
542 mConn->sendRequest(request.c_str(), reply);
592 sp<AMessage> reply = new AMessage('opts', this); local
593 mConn->sendRequest(request.c_str(), reply);
708 sp<AMessage> reply = new AMessage('paus', this); local
759 sp<AMessage> reply = new AMessage('tear', this); local
[all...]
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayer.cpp483 Parcel* reply, const sp<AMessage>& format) const {
516 reply->writeInt32(2); // write something non-zero
517 reply->writeInt32(trackType);
518 reply->writeString16(String16(mime.c_str()));
519 reply->writeString16(String16(lang.c_str()));
527 reply->writeInt32(isAuto);
528 reply->writeInt32(isDefault);
529 reply->writeInt32(isForced);
614 Parcel* reply; local
615 CHECK(msg->findPointer("reply", (voi
482 writeTrackInfo( Parcel* reply, const sp<AMessage>& format) const argument
656 Parcel* reply; local
1045 sp<AMessage> reply; local
2011 queueDecoderShutdown( bool audio, bool video, const sp<AMessage> &reply) argument
2332 sp<AMessage> reply; local
2549 sp<AMessage> reply; local
2874 notifyInstantiateSecureDecoders(const sp<AMessage> &reply) argument
[all...]
H A DNuPlayerDriver.h69 virtual status_t invoke(const Parcel &request, Parcel *reply);
72 virtual status_t getParameter(int key, Parcel *reply);
/frameworks/av/media/libstagefright/foundation/
H A DALooper.cpp252 status_t ALooper::postReply(const sp<AReplyToken> &replyToken, const sp<AMessage> &reply) { argument
254 status_t err = replyToken->setReply(reply);
/frameworks/base/core/java/android/ddm/
H A DDdmHandleHello.java161 Chunk reply = new Chunk(CHUNK_HELO, out);
170 return reply;
/frameworks/native/libs/gui/
H A DBitTube.cpp113 status_t BitTube::writeToParcel(Parcel* reply) const {
116 status_t result = reply->writeDupFileDescriptor(mReceiveFd);
/frameworks/native/libs/sensor/
H A DBitTube.cpp131 status_t BitTube::writeToParcel(Parcel* reply) const
136 status_t result = reply->writeDupFileDescriptor(mReceiveFd);
/frameworks/support/compat/java/android/support/v4/provider/
H A DSelfDestructiveThread.java131 * Execute the specific callable object on this thread and call the reply callback on the
134 public <T> void postAndReply(final Callable<T> callable, final ReplyCallback<T> reply) { argument
149 reply.onReply(result);
/frameworks/av/camera/include/camera/android/hardware/
H A DICamera.h152 Parcel* reply,
/frameworks/av/include/camera/android/hardware/
H A DICamera.h152 Parcel* reply,
/frameworks/av/include/common_time/
H A DICommonTimeConfig.h68 Parcel* reply, uint32_t flags = 0);
/frameworks/av/include/media/
H A DMediaRecorderBase.h61 virtual status_t getMetrics(Parcel *reply) = 0;
/frameworks/av/include/media/stagefright/
H A DMediaExtractor.h54 status_t getMetrics(Parcel *reply);
/frameworks/av/media/libmedia/include/media/
H A DMediaRecorderBase.h61 virtual status_t getMetrics(Parcel *reply) = 0;
/frameworks/av/media/libstagefright/foundation/include/
H A DMediaExtractor.h54 status_t getMetrics(Parcel *reply);
/frameworks/av/media/libstagefright/include/
H A DMediaExtractor.h54 status_t getMetrics(Parcel *reply);
/frameworks/base/media/jni/
H A Dandroid_media_MediaExtractor.h69 status_t getMetrics(Parcel *reply) const;
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DCallerInfoAsyncQuery.java200 // query was already completed, so just send the reply.
203 Message reply = args.handler.obtainMessage(msg.what);
204 reply.obj = args;
205 reply.arg1 = msg.arg1;
207 reply.sendToTarget();
/frameworks/native/cmds/servicemanager/
H A Dservice_manager.c255 struct binder_io *reply)
307 bio_put_ref(reply, handle);
334 bio_put_string16(reply, si->name);
344 bio_put_uint32(reply, 0);
252 svcmgr_handler(struct binder_state *bs, struct binder_transaction_data *txn, struct binder_io *msg, struct binder_io *reply) argument
/frameworks/native/libs/binder/tests/
H A DbinderThroughputTest.cpp38 const Parcel& data, Parcel* reply,
42 (void)reply;
205 Parcel data, reply; local
214 status_t ret = workers[target]->transact(BINDER_NOP, data, &reply);
37 onTransact(uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags = 0) argument
/frameworks/native/libs/gui/include/private/gui/
H A DBitTube.h75 status_t writeToParcel(Parcel* reply) const;

Completed in 1773 milliseconds

<<111213141516