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

1234567891011

/frameworks/av/media/libstagefright/rtsp/
H A DMyTransmitter.h103 sp<AMessage> reply = new AMessage('conn', id()); local
104 mConn->connect(mServerURL.c_str(), reply);
232 sp<AMessage> reply = new AMessage('anno', id()); local
233 mConn->sendRequest(request.c_str(), reply);
417 sp<AMessage> reply = new AMessage('setu', id()); local
418 mConn->sendRequest(request.c_str(), reply);
538 sp<AMessage> reply = new AMessage('reco', id()); local
539 mConn->sendRequest(request.c_str(), reply);
589 sp<AMessage> reply = new AMessage('opts', id()); local
590 mConn->sendRequest(request.c_str(), reply);
705 sp<AMessage> reply = new AMessage('paus', id()); local
756 sp<AMessage> reply = new AMessage('tear', id()); local
[all...]
/frameworks/opt/net/wifi/service/jni/
H A Dcom_android_server_wifi_WifiNative.cpp39 char* reply, size_t reply_len) {
50 if (::wifi_command(command.c_str(), reply, &reply_len) != 0) {
55 if (reply_len > 0 && reply[reply_len-1] == '\n') {
56 reply[reply_len-1] = '\0';
58 reply[reply_len] = '\0';
64 char reply[REPLY_BUF_SIZE]; local
65 if (!doCommand(env, javaCommand, reply, sizeof(reply))) {
68 return static_cast<jint>(atoi(reply));
72 char reply[REPLY_BUF_SIZ local
38 doCommand(JNIEnv* env, jstring javaCommand, char* reply, size_t reply_len) argument
81 char reply[REPLY_BUF_SIZE]; local
[all...]
/frameworks/av/media/libstagefright/foundation/
H A DALooperRoster.cpp191 void ALooperRoster::postReply(uint32_t replyID, const sp<AMessage> &reply) { argument
195 mReplies.add(replyID, reply);
/frameworks/base/core/java/android/ddm/
H A DDdmHandleHello.java158 Chunk reply = new Chunk(CHUNK_HELO, out);
167 return reply;
/frameworks/native/libs/gui/
H A DBitTube.cpp133 status_t BitTube::writeToParcel(Parcel* reply) const
138 status_t result = reply->writeDupFileDescriptor(mReceiveFd);
/frameworks/native/services/surfaceflinger/
H A DClient.cpp89 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
105 return BnSurfaceComposerClient::onTransact(code, data, reply, flags);
88 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
/frameworks/av/include/camera/
H A DICamera.h123 Parcel* reply,
H A DICameraService.h154 Parcel* reply,
/frameworks/av/include/common_time/
H A DICommonTimeConfig.h68 Parcel* reply, uint32_t flags = 0);
/frameworks/av/include/media/
H A DIMediaRecorder.h69 Parcel* reply,
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerSource.h130 void notifyInstantiateSecureDecoders(const sp<AMessage> &reply);
H A DHTTPLiveSource.cpp272 sp<AMessage> reply; local
273 CHECK(msg->findMessage("reply", &reply));
279 notify->setMessage("reply", reply);
H A DNuPlayerDecoder.cpp483 sp<AMessage> reply = new AMessage(kWhatRenderBuffer, id()); local
484 reply->setSize("buffer-ix", bufferIx);
485 reply->setInt32("generation", mBufferGeneration);
492 reply->post();
504 mRenderer->queueBuffer(mIsAudio, buffer, reply);
540 sp<AMessage> reply = new AMessage(kWhatCodecNotify, id()); local
541 reply->setInt32("generation", mBufferGeneration);
542 mCodec->requestActivityNotification(reply);
552 status_t NuPlayer::Decoder::fetchInputData(sp<AMessage> &reply) { argument
616 reply
[all...]
H A DNuPlayerDecoder.h96 status_t fetchInputData(sp<AMessage> &reply);
H A DNuPlayerDriver.cpp471 status_t NuPlayerDriver::invoke(const Parcel &request, Parcel *reply) { argument
472 if (reply == NULL) {
473 ALOGE("reply is a NULL pointer");
493 return mPlayer->getTrackInfo(reply);
514 return mPlayer->getSelectedTrack(type, reply);
534 status_t NuPlayerDriver::getParameter(int /* key */, Parcel * /* reply */) {
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DCallerInfoAsyncQuery.java201 // query was already completed, so just send the reply.
204 Message reply = args.handler.obtainMessage(msg.what);
205 reply.obj = args;
206 reply.arg1 = msg.arg1;
208 reply.sendToTarget();
/frameworks/native/cmds/servicemanager/
H A Dservice_manager.c249 struct binder_io *reply)
301 bio_put_ref(reply, handle);
328 bio_put_string16(reply, si->name);
338 bio_put_uint32(reply, 0);
246 svcmgr_handler(struct binder_state *bs, struct binder_transaction_data *txn, struct binder_io *msg, struct binder_io *reply) argument
/frameworks/native/include/binder/
H A DIBinder.h81 Parcel* reply,
H A DBpBinder.h41 Parcel* reply,
H A DIInterface.h107 #define CHECK_INTERFACE(interface, data, reply) \
/frameworks/base/core/java/android/app/
H A DApplicationThreadNative.java72 public boolean onTransact(int code, Parcel data, Parcel reply, int flags) argument
535 reply.writeNoException();
555 reply.writeNoException();
575 reply.writeNoException();
584 reply.writeNoException();
595 reply.writeNoException();
605 reply.writeNoException();
615 reply.writeNoException();
624 reply.writeNoException();
633 reply
[all...]
/frameworks/av/media/libstagefright/include/
H A DAwesomePlayer.h95 status_t getParameter(int key, Parcel *reply);
96 status_t invoke(const Parcel &request, Parcel *reply);
356 status_t getTrackInfo(Parcel* reply) const;
/frameworks/native/libs/binder/
H A DProcessState.cpp115 Parcel data, reply; local
119 status_t result = ipc->transact(0 /*magic*/, 0, data, &reply, 0);
121 object = reply.readStrongBinder();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaSMSDispatcher.java237 Message reply = obtainMessage(EVENT_SEND_SMS_COMPLETE, tracker);
253 mCi.sendCdmaSms(pdu, reply);
255 mCi.sendImsCdmaSms(pdu, tracker.mImsRetry, tracker.mMessageRef, reply);
/frameworks/base/include/storage/
H A DIMountService.h81 Parcel* reply, uint32_t flags = 0);

Completed in 558 milliseconds

1234567891011