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

1234567891011

/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 DEffects.h190 Parcel* reply, uint32_t flags);
H A DAudioFlinger.h257 Parcel* reply,
495 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags);
509 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags);
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/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...]
H A DSurfaceFlinger.h187 Parcel* reply, uint32_t flags);
/frameworks/base/services/core/java/com/android/server/wm/
H A DSession.java127 public boolean onTransact(int code, Parcel data, Parcel reply, int flags) argument
130 return super.onTransact(code, data, reply, flags);
/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
H A DVoiceInteractionManagerService.java118 public boolean onTransact(int code, Parcel data, Parcel reply, int flags) argument
121 return super.onTransact(code, data, reply, flags);
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiScanner.java310 Message reply = sAsyncChannel.sendMessageSynchronously(CMD_GET_SCAN_RESULTS, 0);
311 ScanResult[] results = (ScanResult[]) reply.obj;
/frameworks/av/drm/libdrmframework/include/
H A DIDrmManagerService.h260 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags = 0);
/frameworks/av/include/media/stagefright/
H A DACodec.h334 void sendFormatChange(const sp<AMessage> &reply);
/frameworks/base/core/java/android/net/
H A DVpnService.java367 protected boolean onTransact(int code, Parcel data, Parcel reply, int flags) { argument
/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/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiServiceImpl.java243 Message reply = msg.obtain();
244 reply.what = what;
245 reply.arg1 = why;
247 msg.replyTo.send(reply);
249 // There's not much we can do if reply can't be sent!
/frameworks/base/services/core/java/com/android/server/
H A DTextServicesManagerService.java104 public void onUserSwitching(int newUserId, IRemoteCallback reply) {
108 if (reply != null) {
110 reply.sendResult(null);
/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/av/services/camera/libcameraservice/
H A DCameraService.h119 Parcel* reply, uint32_t flags);
/frameworks/base/core/tests/coretests/src/android/app/activity/
H A DBroadcastTest.java200 public boolean onTransact(int code, Parcel data, Parcel reply,
/frameworks/av/services/audiopolicy/
H A DAudioPolicyService.cpp352 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
354 return BnAudioPolicyService::onTransact(code, data, reply, flags);
351 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
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/av/services/soundtrigger/
H A DSoundTriggerHwService.cpp209 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) {
210 return BnSoundTriggerHwService::onTransact(code, data, reply, flags);
208 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
/frameworks/base/services/core/java/com/android/server/content/
H A DContentService.java138 public boolean onTransact(int code, Parcel data, Parcel reply, int flags) argument
141 return super.onTransact(code, data, reply, flags);
/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
H A DTestService.java211 Message reply = Message.obtain(null, RES_TERMINATED);
213 msg.replyTo.send(reply);
/frameworks/base/media/java/android/media/
H A DAudioService.java2336 LoadSoundEffectReply reply = new LoadSoundEffectReply();
2338 synchronized (reply) {
2339 sendMsg(mAudioHandler, MSG_LOAD_SOUND_EFFECTS, SENDMSG_QUEUE, 0, 0, reply, 0);
2340 while ((reply.mStatus == 1) && (attempts-- > 0)) {
2342 reply.wait(SOUND_EFFECTS_LOAD_TIMEOUT_MS);
2348 return (reply.mStatus == 0);
4343 LoadSoundEffectReply reply = (LoadSoundEffectReply)msg.obj;
4344 synchronized (reply) {
4345 reply.mStatus = loaded ? 0 : -1;
4346 reply
[all...]

Completed in 1987 milliseconds

1234567891011