Searched defs:reply (Results 126 - 141 of 141) sorted by relevance

123456

/frameworks/av/services/audioflinger/
H A DEffects.cpp1228 int reply; local
1249 &reply);
1253 *(int *)pReplyData = reply;
1255 } else if (reply != NO_ERROR) {
1256 *(int *)pReplyData = reply;
1308 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
1310 return BnEffect::onTransact(code, data, reply, flags);
1307 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
H A DTracks.cpp365 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
367 return BnAudioTrack::onTransact(code, data, reply, flags);
1971 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
1973 return BnAudioRecord::onTransact(code, data, reply, flags);
364 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
1970 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
H A DAudioFlinger.cpp1636 char *reply = dev->get_parameters(dev, AUDIO_PARAMETER_HW_AV_SYNC); local
1637 AudioParameter param = AudioParameter(String8(reply));
1638 free(reply);
2937 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
2939 return BnAudioFlinger::onTransact(code, data, reply, flags);
2936 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
/frameworks/av/services/camera/libcameraservice/
H A DCameraService.cpp1268 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) {
1290 return BnCameraService::onTransact(code, data, reply, flags);
1267 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
/frameworks/base/core/jni/
H A Dandroid_util_Binder.cpp260 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags = 0)
273 code, reinterpret_cast<jlong>(&data), reinterpret_cast<jlong>(reply), flags);
305 BBinder::onTransact(code, data, reply, flags);
310 // << reply << ": " << *reply << endl;
1090 Parcel* reply = parcelForJavaObject(env, replyObj); local
1091 if (reply == NULL && replyObj != NULL) {
1116 status_t err = target->transact(code, *data, reply, flags);
1117 //if (reply) printf("Transact from Java code to %p received: ", target); reply
259 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags = 0) argument
[all...]
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardUpdateMonitor.java717 public void onUserSwitching(int newUserId, IRemoteCallback reply) {
719 newUserId, 0, reply));
790 protected void handleUserSwitching(int userId, IRemoteCallback reply) { argument
798 reply.sendResult(null);
/frameworks/base/media/java/android/media/
H A DMediaPlayer.java675 * parcels for the request and reply. Both payloads' format is a
683 * @param reply Output parcel with the data returned by the
687 public void invoke(Parcel request, Parcel reply) { argument
688 int retcode = native_invoke(request, reply);
689 reply.setDataPosition(0);
792 Parcel reply = Parcel.obtain();
797 invoke(request, reply);
800 reply.recycle();
1364 Parcel reply = Parcel.obtain();
1367 if (!native_getMetadata(update_only, apply_filter, reply)) {
1688 native_invoke(Parcel request, Parcel reply) argument
1704 native_getMetadata(boolean update_only, boolean apply_filter, Parcel reply) argument
2435 native_pullBatteryData(Parcel reply) argument
[all...]
/frameworks/base/services/core/java/com/android/server/
H A DInputMethodManagerService.java686 public void onUserSwitching(int newUserId, IRemoteCallback reply) {
690 if (reply != null) {
692 reply.sendResult(null);
869 public boolean onTransact(int code, Parcel data, Parcel reply, int flags) argument
872 return super.onTransact(code, data, reply, flags);
/frameworks/base/services/core/java/com/android/server/accounts/
H A DAccountManagerService.java292 public boolean onTransact(int code, Parcel data, Parcel reply, int flags) argument
295 return super.onTransact(code, data, reply, flags);
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp2731 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
2770 status_t err = BnSurfaceComposer::onTransact(code, data, reply, flags);
2772 CHECK_INTERFACE(ISurfaceComposer, data, reply);
2820 reply->writeInt32(0);
2821 reply->writeInt32(0);
2822 reply->writeInt32(mDebugRegion);
2823 reply->writeInt32(0);
2824 reply->writeInt32(mDebugDisableHWC);
2829 reply->writeInt32(hw->getPageFlipCount());
2922 Parcel* reply; member in class:android::GraphicProducerWrapper
2730 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
2934 transact(uint32_t code, const Parcel& data, Parcel* reply, uint32_t ) argument
[all...]
/frameworks/av/media/libstagefright/
H A DACodec.cpp3839 void ACodec::sendFormatChange(const sp<AMessage> &reply) { argument
3854 reply->setRect("crop", left, top, right + 1, bottom + 1);
4299 sp<AMessage> reply = new AMessage(kWhatInputBufferFilled, mCodec->id()); local
4300 reply->setInt32("buffer-id", info->mBufferID);
4302 notify->setMessage("reply", reply);
4558 sp<AMessage> reply = local
4562 mCodec->sendFormatChange(reply);
4593 reply->setInt32("buffer-id", info->mBufferID);
4595 notify->setMessage("reply", repl
5489 sp<AMessage> reply; local
[all...]
/frameworks/base/core/java/android/app/
H A DActivityManagerNative.java120 public boolean onTransact(int code, Parcel data, Parcel reply, int flags) argument
141 reply.writeNoException();
142 reply.writeInt(result);
165 reply.writeNoException();
166 reply.writeInt(result);
189 reply.writeNoException();
190 reply.writeInt(result);
213 reply.writeNoException();
214 result.writeToParcel(reply, 0);
236 reply
[all...]
/frameworks/av/services/audiopolicy/
H A DAudioPolicyManager.cpp3598 String8 reply; local
3601 reply = mpClientInterface->getParameters(output,
3604 reply.string());
3605 value = strpbrk((char *)reply.string(), "=");
3611 reply = mpClientInterface->getParameters(output,
3614 reply.string());
3615 value = strpbrk((char *)reply.string(), "=");
3621 reply = mpClientInterface->getParameters(output,
3624 reply.string());
3625 value = strpbrk((char *)reply
3873 String8 reply; local
[all...]
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerService.java1860 public boolean onTransact(int code, Parcel data, Parcel reply, int flags) argument
1863 return super.onTransact(code, data, reply, flags);
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowManagerService.java930 public boolean onTransact(int code, Parcel data, Parcel reply, int flags) argument
933 return super.onTransact(code, data, reply, flags);
6913 Parcel reply = null;
6946 reply = Parcel.obtain();
6950 binder.transact(IBinder.FIRST_CALL_TRANSACTION, data, reply, 0);
6952 reply.readException();
6967 if (reply != null) {
6968 reply.recycle();
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java2178 public boolean onTransact(int code, Parcel data, Parcel reply, int flags) argument
2208 return super.onTransact(code, data, reply, flags);
3604 // Propagate reply information over to the new activity.

Completed in 214 milliseconds

123456