Searched refs:reply (Results 76 - 100 of 199) sorted by relevance

12345678

/frameworks/av/include/camera/
H A DICameraRecordingProxyListener.h46 Parcel* reply,
H A DICameraClient.h47 Parcel* reply,
/frameworks/av/include/media/
H A DIAudioFlingerClient.h48 Parcel* reply,
H A DIAudioRecord.h59 Parcel* reply,
H A DIEffectClient.h48 Parcel* reply,
H A DIMediaPlayerClient.h41 Parcel* reply,
H A DIMediaRecorderClient.h41 Parcel* reply,
H A DIRemoteDisplay.h54 Parcel* reply,
H A DIHDCP.h66 uint32_t code, const Parcel &data, Parcel *reply,
72 uint32_t code, const Parcel &data, Parcel *reply,
H A DIStreamSource.h84 uint32_t code, const Parcel &data, Parcel *reply,
90 uint32_t code, const Parcel &data, Parcel *reply,
H A DIMediaPlayer.h65 virtual status_t getParameter(int key, Parcel* reply) = 0;
71 // for the request and reply.
74 // @param[out] reply Parcel to hold the reply data. Cannot be null.
76 virtual status_t invoke(const Parcel& request, Parcel *reply) = 0;
108 Parcel* reply,
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDecoder.cpp108 sp<AMessage> reply; local
109 CHECK(msg->findMessage("reply", &reply));
122 reply->setBuffer("buffer", outBuffer);
123 reply->post();
/frameworks/av/media/libstagefright/rtsp/
H A DARTSPConnection.h38 void connect(const char *url, const sp<AMessage> &reply);
39 void disconnect(const sp<AMessage> &reply);
41 void sendRequest(const char *request, const sp<AMessage> &reply);
43 void observeBinaryData(const sp<AMessage> &reply);
H A DMyHandler.h172 sp<AMessage> reply = new AMessage('conn', id()); local
173 mConn->connect(mOriginalSessionURL.c_str(), reply);
369 sp<AMessage> reply = new AMessage('desc', id()); local
370 mConn->sendRequest(request.c_str(), reply);
383 sp<AMessage> reply = new AMessage('conn', id()); local
384 mConn->connect(mOriginalSessionURL.c_str(), reply);
418 sp<AMessage> reply = new AMessage('desc', id()); local
419 mConn->sendRequest(request.c_str(), reply);
483 sp<AMessage> reply = new AMessage('disc', id()); local
484 mConn->disconnect(reply);
615 sp<AMessage> reply = new AMessage('play', id()); local
618 sp<AMessage> reply = new AMessage('disc', id()); local
649 sp<AMessage> reply = new AMessage('disc', id()); local
675 sp<AMessage> reply = new AMessage('opts', id()); local
735 sp<AMessage> reply = new AMessage('tear', id()); local
767 sp<AMessage> reply = new AMessage('disc', id()); local
915 sp<AMessage> reply = new AMessage('see1', id()); local
953 sp<AMessage> reply = new AMessage('see2', id()); local
1247 sp<AMessage> reply = new AMessage('setu', id()); local
1328 sp<AMessage> reply = new AMessage('setu', id()); local
[all...]
/frameworks/base/core/java/android/os/
H A DCommonClock.java325 protected boolean onTransact(int code, Parcel data, Parcel reply, int flags) argument
338 return super.onTransact(code, data, reply, flags);
352 android.os.Parcel reply = android.os.Parcel.obtain();
358 mRemote.transact(METHOD_REGISTER_LISTENER, data, reply, 0);
359 success = (0 == reply.readInt());
365 reply.recycle();
384 android.os.Parcel reply = android.os.Parcel.obtain();
389 mRemote.transact(METHOD_UNREGISTER_LISTENER, data, reply, 0);
393 reply.recycle();
/frameworks/base/include/storage/
H A DIMountServiceListener.h39 Parcel* reply, uint32_t flags = 0);
H A DIObbActionListener.h42 Parcel* reply,
/frameworks/native/include/binder/
H A DIPermissionController.h47 Parcel* reply,
H A DIMemory.h60 Parcel* reply,
90 Parcel* reply,
H A DIPCThreadState.h63 Parcel* reply, uint32_t flags);
89 status_t sendReply(const Parcel& reply, uint32_t flags);
90 status_t waitForResponse(Parcel *reply,
/frameworks/native/include/gui/
H A DIDisplayEventConnection.h66 Parcel* reply,
H A DISensorServer.h50 Parcel* reply,
/frameworks/native/libs/binder/
H A DBpBinder.cpp109 Parcel send, reply; local
112 INTERFACE_TRANSACTION, send, &reply);
114 String16 res(reply.readString16());
138 Parcel reply; local
139 status_t err = transact(PING_TRANSACTION, send, &reply);
141 if (reply.dataSize() < sizeof(status_t)) return NOT_ENOUGH_DATA;
142 return (status_t)reply.readInt32();
148 Parcel reply; local
155 status_t err = transact(DUMP_TRANSACTION, send, &reply);
160 uint32_t code, const Parcel& data, Parcel* reply, uint32_
159 transact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
[all...]
/frameworks/base/cmds/servicemanager/
H A Dbinder.c161 struct binder_io *reply,
186 data.txn.data_size = reply->data - reply->data0;
187 data.txn.offs_size = ((char*) reply->offs) - ((char*) reply->offs0);
188 data.txn.data = reply->data0;
189 data.txn.offs = reply->offs0;
229 struct binder_io reply; local
232 bio_init(&reply, rdata, sizeof(rdata), 4);
234 res = func(bs, txn, &msg, &reply);
160 binder_send_reply(struct binder_state *bs, struct binder_io *reply, void *buffer_to_free, int status) argument
303 binder_call(struct binder_state *bs, struct binder_io *msg, struct binder_io *reply, void *target, uint32_t code) argument
436 binder_done(struct binder_state *bs, struct binder_io *msg, struct binder_io *reply) argument
[all...]
/frameworks/av/drm/libdrmframework/include/
H A DIDrmServiceListener.h65 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags = 0);

Completed in 144 milliseconds

12345678