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

<<11

/frameworks/av/media/libstagefright/
H A DMediaCodec.cpp1839 CHECK(msg->findMessage("reply", &info->mNotify));
1921 sp<AMessage> reply = info->mNotify; local
1964 reply->setBuffer("buffer", info->mData);
1965 reply->post();
/frameworks/av/services/audiopolicy/
H A DAudioPolicyService.h138 Parcel* reply,
/frameworks/base/core/tests/coretests/src/android/app/activity/
H A DLaunchpadActivity.java489 public boolean onTransact(int code, Parcel data, Parcel reply, int flags) {
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DGenericSource.cpp432 sp<AMessage> reply = new AMessage(kWhatSecureDecodersInstantiated, id()); local
433 notifyInstantiateSecureDecoders(reply);
/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/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/
H A DMediaAudioEffectTest.java1319 byte[] reply = new byte[4];
1320 int status = effect.command(3, cmd, reply);
/frameworks/base/services/core/java/com/android/server/am/
H A DProcessStatsService.java98 public boolean onTransact(int code, Parcel data, Parcel reply, int flags) argument
101 return super.onTransact(code, data, reply, flags);
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.
/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/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/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/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);

Completed in 665 milliseconds

<<11