Searched defs:reply (Results 151 - 175 of 180) sorted by relevance

12345678

/frameworks/native/libs/binder/
H A DIPCThreadState.cpp149 out << "Unknown reply: " << code << endl;
561 Parcel* reply, uint32_t flags)
581 if (reply) reply->setError(err);
593 if (reply) {
594 err = waitForResponse(reply);
611 if (reply) alog << indent << *reply << dedent << endl;
712 status_t IPCThreadState::sendReply(const Parcel& reply, uint32_t flags) argument
716 err = writeTransactionData(BC_REPLY, flags, -1, 0, reply,
559 transact(int32_t handle, uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
722 waitForResponse(Parcel *reply, status_t *acquireResult) argument
1062 Parcel reply; local
[all...]
/frameworks/native/libs/binder/tests/
H A DbinderLibTest.cpp138 Parcel data, reply; local
144 ret = m_server->transact(BINDER_LIB_TEST_GET_STATUS_TRANSACTION, data, &reply);
146 ret = m_server->transact(BINDER_LIB_TEST_EXIT_TRANSACTION, data, &reply, TF_ONE_WAY);
174 Parcel data, reply; local
177 ret = m_server->transact(BINDER_LIB_TEST_ADD_SERVER, data, &reply);
181 binder = reply.readStrongBinder();
183 ret = reply.readInt32(&id);
295 const Parcel& data, Parcel* reply,
298 (void)reply;
324 Parcel data, reply; local
294 onTransact(uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags = 0) argument
333 Parcel data, reply; local
343 Parcel data, reply; local
354 Parcel data, reply; local
370 Parcel data, reply; local
413 Parcel data, reply; local
475 Parcel data, reply; local
551 Parcel data, reply; local
575 Parcel data, reply; local
586 Parcel data, reply; local
596 Parcel data, reply; local
619 Parcel data, reply; local
661 Parcel data, reply; local
677 Parcel data, reply; local
699 Parcel data, reply; local
712 Parcel data, reply; local
746 onTransact(uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags = 0) argument
984 Parcel data, reply; local
[all...]
H A Dschd-dbg.cpp105 virtual status_t onTransact(uint32_t code, const Parcel& data, Parcel* reply, argument
109 (void)reply;
116 // reply[out]: int32: 1 if caller's priority != callee's priority
141 reply->writeInt32(h);
142 reply->writeInt32(s);
285 Parcel data, reply; local
292 status_t ret = workers[target]->transact(BINDER_NOP, data, &reply);
296 no_inherent += reply.readInt32();
297 no_sync += reply.readInt32();
348 Parcel data, reply; local
[all...]
/frameworks/av/media/libaudioclient/
H A DIAudioFlinger.cpp114 Parcel data, reply; local
142 status_t lStatus = remote()->transact(CREATE_TRACK, data, &reply);
146 frameCount = reply.readInt64();
150 lFlags = (audio_output_flags_t)reply.readInt32();
154 lSessionId = (audio_session_t) reply.readInt32();
158 lStatus = reply.readInt32();
159 track = interface_cast<IAudioTrack>(reply.readStrongBinder());
196 Parcel data, reply; local
220 status_t lStatus = remote()->transact(OPEN_RECORD, data, &reply);
224 frameCount = reply
279 Parcel data, reply; local
290 Parcel data, reply; local
299 Parcel data, reply; local
308 Parcel data, reply; local
317 Parcel data, reply; local
326 Parcel data, reply; local
335 Parcel data, reply; local
343 Parcel data, reply; local
352 Parcel data, reply; local
363 Parcel data, reply; local
373 Parcel data, reply; local
383 Parcel data, reply; local
392 Parcel data, reply; local
401 Parcel data, reply; local
410 Parcel data, reply; local
418 Parcel data, reply; local
428 Parcel data, reply; local
438 Parcel data, reply; local
447 Parcel data, reply; local
467 Parcel data, reply; local
495 Parcel data, reply; local
505 Parcel data, reply; local
514 Parcel data, reply; local
523 Parcel data, reply; local
541 Parcel data, reply; local
568 Parcel data, reply; local
577 Parcel data, reply; local
586 Parcel data, reply; local
596 Parcel data, reply; local
616 Parcel data, reply; local
628 Parcel data, reply; local
641 Parcel data, reply; local
650 Parcel data, reply; local
659 Parcel data, reply; local
680 Parcel data, reply; local
701 Parcel data, reply; local
728 Parcel data, reply; local
773 Parcel data, reply; local
784 Parcel data, reply; local
793 Parcel data, reply; local
801 Parcel data, reply; local
809 Parcel data, reply; local
821 Parcel data, reply; local
838 Parcel data, reply; local
855 Parcel data, reply; local
869 Parcel data, reply; local
884 Parcel data, reply; local
901 Parcel data, reply; local
912 Parcel data, reply; local
923 Parcel data, reply; local
929 Parcel data, reply; local
944 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
[all...]
H A DIAudioPolicyService.cpp98 Parcel data, reply; local
104 remote()->transact(SET_DEVICE_CONNECTION_STATE, data, &reply);
105 return static_cast <status_t> (reply.readInt32());
112 Parcel data, reply; local
116 remote()->transact(GET_DEVICE_CONNECTION_STATE, data, &reply);
117 return static_cast <audio_policy_dev_state_t>(reply.readInt32());
124 Parcel data, reply; local
129 remote()->transact(HANDLE_DEVICE_CONFIG_CHANGE, data, &reply);
130 return static_cast <status_t> (reply.readInt32());
135 Parcel data, reply; local
144 Parcel data, reply; local
154 Parcel data, reply; local
169 Parcel data, reply; local
197 Parcel data, reply; local
256 Parcel data, reply; local
269 Parcel data, reply; local
282 Parcel data, reply; local
300 Parcel data, reply; local
338 Parcel data, reply; local
349 Parcel data, reply; local
360 Parcel data, reply; local
371 Parcel data, reply; local
384 Parcel data, reply; local
397 Parcel data, reply; local
410 Parcel data, reply; local
419 Parcel data, reply; local
428 Parcel data, reply; local
441 Parcel data, reply; local
454 Parcel data, reply; local
463 Parcel data, reply; local
473 Parcel data, reply; local
483 Parcel data, reply; local
493 Parcel data, reply; local
507 Parcel data, reply; local
527 Parcel data, reply; local
544 Parcel data, reply; local
572 Parcel data, reply; local
590 Parcel data, reply; local
605 Parcel data, reply; local
623 Parcel data, reply; local
649 Parcel data, reply; local
661 Parcel data, reply; local
669 Parcel data, reply; local
682 Parcel data, reply; local
699 Parcel data, reply; local
711 Parcel data, reply; local
722 Parcel data, reply; local
756 Parcel data, reply; local
777 Parcel data, reply; local
790 Parcel data, reply; local
805 Parcel data, reply; local
825 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
[all...]
/frameworks/av/media/libmediaplayerservice/
H A DStagefrightRecorder.cpp2100 status_t StagefrightRecorder::getMetrics(Parcel *reply) { argument
2103 if (reply == NULL) {
2113 mAnalyticsItem->writeToParcel(reply);
H A DMediaPlayerService.cpp951 Parcel *reply)
955 return p->invoke(request, reply);
975 bool update_only, bool /*apply_filter*/, Parcel *reply)
982 reply->writeInt32(-1);
997 media::Metadata metadata(reply);
1000 status = player->getMetadata(ids, reply);
1334 status_t MediaPlayerService::Client::getParameter(int key, Parcel *reply) { argument
1338 return p->getParameter(key, reply);
2479 status_t MediaPlayerService::pullBatteryData(Parcel* reply) { argument
2480 return mBatteryTracker.pullBatteryData(reply);
950 invoke(const Parcel& request, Parcel *reply) argument
974 getMetadata( bool update_only, bool , Parcel *reply) argument
2639 pullBatteryData(Parcel* reply) argument
[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...]
/frameworks/av/media/libstagefright/
H A DMediaCodec.cpp1176 status_t MediaCodec::getMetrics(MediaAnalyticsItem * &reply) { argument
1178 reply = NULL;
1188 reply = mAnalyticsItem->dup();
2202 // the previous stop/release completes and then reply with OK.
2213 // request, post the reply for the pending call first, and consider
2214 // it done. The reply token will be replaced after this, and we'll
2215 // no longer be able to reply.
2233 // reply now with an error to unblock the client, client can
/frameworks/av/media/libstagefright/rtsp/
H A DMyHandler.h181 sp<AMessage> reply = new AMessage('conn', this); local
182 mConn->connect(mOriginalSessionURL.c_str(), reply);
192 sp<AMessage> reply = new AMessage('sdpl', this); local
193 reply->setObject("description", desc);
194 mConn->connect(mOriginalSessionURL.c_str(), reply);
469 sp<AMessage> reply = new AMessage('desc', this); local
470 mConn->sendRequest(request.c_str(), reply);
483 sp<AMessage> reply = new AMessage('conn', this); local
484 mConn->connect(mOriginalSessionURL.c_str(), reply);
529 sp<AMessage> reply local
601 sp<AMessage> reply = new AMessage('disc', this); local
646 sp<AMessage> reply = new AMessage('disc', this); local
784 sp<AMessage> reply = new AMessage('play', this); local
787 sp<AMessage> reply = new AMessage('disc', this); local
816 sp<AMessage> reply = new AMessage('disc', this); local
842 sp<AMessage> reply = new AMessage('opts', this); local
905 sp<AMessage> reply = new AMessage('tear', this); local
937 sp<AMessage> reply = new AMessage('disc', this); local
1086 sp<AMessage> reply = new AMessage('pau2', this); local
1123 sp<AMessage> reply = new AMessage('res2', this); local
1187 sp<AMessage> reply = new AMessage('see0', this); local
1264 sp<AMessage> reply = new AMessage('see2', this); local
1598 sp<AMessage> reply = new AMessage('setu', this); local
1685 sp<AMessage> reply = new AMessage('setu', this); local
[all...]
/frameworks/av/services/audioflinger/
H A DEffects.cpp645 ALOGV("\tLVM_ERROR : EFFECT_CMD_GET_PARAM: reply size inconsistent");
1412 int reply = 0; local
1413 uint32_t rsize = sizeof(reply);
1418 &reply);
1431 *(int *)pReplyData = reply;
1433 } else if (reply != NO_ERROR) {
1434 *(int *)pReplyData = reply;
1481 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
1483 return BnEffect::onTransact(code, data, reply, flags);
1480 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
H A DTracks.cpp354 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
356 return BnAudioTrack::onTransact(code, data, reply, flags);
1554 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
1556 return BnAudioRecord::onTransact(code, data, reply, flags);
353 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
1553 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
H A DAudioFlinger.cpp1853 String8 reply; local
1855 if (dev->getParameters(String8(AudioParameter::keyHwAvSync), &reply) == OK) {
1856 param = AudioParameter(reply);
3393 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
3395 return BnAudioFlinger::onTransact(code, data, reply, flags);
3392 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
/frameworks/base/core/java/android/service/notification/
H A DZenModeConfig.java914 .appendQueryParameter("reply", Integer.toString(event.reply))
935 rt.reply = tryParseInt(conditionId.getQueryParameter("reply"), 0);
950 public int reply; field in class:ZenModeConfig.EventInfo
963 && reply == other.reply;
970 rt.reply = reply;
/frameworks/base/core/jni/
H A Dandroid_util_Binder.cpp267 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags = 0)
280 code, reinterpret_cast<jlong>(&data), reinterpret_cast<jlong>(reply), flags);
312 BBinder::onTransact(code, data, reply, flags);
317 // << reply << ": " << *reply << endl;
1124 Parcel* reply = parcelForJavaObject(env, replyObj); local
1125 if (reply == NULL && replyObj != NULL) {
1153 status_t err = target->transact(code, *data, reply, flags);
1154 //if (reply) printf("Transact from Java code to %p received: ", target); reply
266 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags = 0) argument
[all...]
/frameworks/base/media/jni/
H A Dandroid_media_MediaPlayer.cpp859 // Sends the request and reply parcels to the media player via the
872 Parcel *reply = parcelForJavaObject(env, java_reply); local
876 return (jint) media_player->invoke(*request, reply);
901 jboolean apply_filter, jobject reply)
909 Parcel *metadata = parcelForJavaObject(env, reply);
1092 Parcel *reply = parcelForJavaObject(env, java_reply); local
1094 return (jint) service->pullBatteryData(reply);
900 android_media_MediaPlayer_getMetadata(JNIEnv *env, jobject thiz, jboolean update_only, jboolean apply_filter, jobject reply) argument
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardUpdateMonitor.java1082 public void onUserSwitching(int newUserId, IRemoteCallback reply) {
1084 newUserId, 0, reply));
1236 protected void handleUserSwitching(int userId, IRemoteCallback reply) { argument
1244 reply.sendResult(null);
/frameworks/base/services/core/java/com/android/server/wallpaper/
H A DWallpaperManagerService.java1019 public void onUserSwitching(int newUserId, IRemoteCallback reply) {
1020 switchUser(newUserId, reply);
1100 void switchUser(int userId, IRemoteCallback reply) { argument
1109 switchWallpaper(wallpaper, reply);
1113 void switchWallpaper(WallpaperData wallpaper, IRemoteCallback reply) { argument
1118 if (!bindWallpaperComponentLocked(cname, true, false, wallpaper, reply)) {
1130 clearWallpaperLocked(false, FLAG_SYSTEM, wallpaper.userId, reply);
1140 bindWallpaperComponentLocked(mImageWallpaper, true, false, fallback, reply);
1162 void clearWallpaperLocked(boolean defaultFailed, int which, int userId, IRemoteCallback reply) { argument
1218 : null, true, false, wallpaper, reply)) {
1639 bindWallpaperComponentLocked(ComponentName componentName, boolean force, boolean fromUser, WallpaperData wallpaper, IRemoteCallback reply) argument
[all...]
/frameworks/av/services/camera/libcameraservice/
H A DCameraService.cpp1948 status_t CameraService::onTransact(uint32_t code, const Parcel& data, Parcel* reply, argument
1972 return BnCameraService::onTransact(code, data, reply, flags);
/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.cpp5731 String8 reply; local
5735 reply = mpClientInterface->getParameters(
5737 ALOGV("%s: supported formats %s", __FUNCTION__, reply.string());
5738 AudioParameter repliedParameters(reply);
5740 String8(AudioParameter::keyStreamSupportedFormats), reply) != NO_ERROR) {
5744 FormatVector formats = formatsFromString(reply.string());
5760 reply = mpClientInterface->getParameters(
5764 ALOGV("%s: supported sampling rates %s", __FUNCTION__, reply.string());
5765 AudioParameter repliedParameters(reply);
5767 String8(AudioParameter::keyStreamSupportedSamplingRates), reply)
[all...]
/frameworks/base/core/java/android/app/assist/
H A DAssistStructure.java134 @Override protected boolean onTransact(int code, Parcel data, Parcel reply, int flags) argument
150 xfer.writeToParcel(as, reply);
158 ParcelTransferWriter xfer = new ParcelTransferWriter(as, reply);
159 xfer.writeToParcel(as, reply);
163 return super.onTransact(code, data, reply, flags);
/frameworks/base/services/core/java/com/android/server/
H A DInputMethodManagerService.java1400 public boolean onTransact(int code, Parcel data, Parcel reply, int flags) argument
1403 return super.onTransact(code, data, reply, flags);
/frameworks/base/services/core/java/com/android/server/accounts/
H A DAccountManagerService.java1043 public boolean onTransact(int code, Parcel data, Parcel reply, int flags) argument
1046 return super.onTransact(code, data, reply, flags);
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp3801 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
3808 status_t err = BnSurfaceComposer::onTransact(code, data, reply, flags);
3810 CHECK_INTERFACE(ISurfaceComposer, data, reply);
3858 reply->writeInt32(0);
3859 reply->writeInt32(0);
3860 reply->writeInt32(mDebugRegion);
3861 reply->writeInt32(0);
3862 reply->writeInt32(mDebugDisableHWC);
3866 reply->writeInt32(hw->getPageFlipCount());
3998 Parcel* reply; member in class:android::GraphicProducerWrapper
3800 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
4010 transact(uint32_t code, const Parcel& data, Parcel* reply, uint32_t ) argument
[all...]
H A DSurfaceFlinger_hwc1.cpp3359 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
3409 status_t err = BnSurfaceComposer::onTransact(code, data, reply, flags);
3411 CHECK_INTERFACE(ISurfaceComposer, data, reply);
3459 reply->writeInt32(0);
3460 reply->writeInt32(0);
3461 reply->writeInt32(mDebugRegion);
3462 reply->writeInt32(0);
3463 reply->writeInt32(mDebugDisableHWC);
3468 reply->writeInt32(hw->getPageFlipCount());
3599 Parcel* reply; member in class:GraphicProducerWrapper
3358 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
3611 transact(uint32_t code, const Parcel& data, Parcel* reply, uint32_t ) argument
[all...]

Completed in 2743 milliseconds

12345678