Searched refs:reply (Results 76 - 100 of 399) sorted by relevance

1234567891011>>

/frameworks/av/media/libaudioclient/
H A DIAudioPolicyServiceClient.cpp62 Parcel data, reply; local
64 remote()->transact(PORT_LIST_UPDATE, data, &reply, IBinder::FLAG_ONEWAY);
69 Parcel data, reply; local
71 remote()->transact(PATCH_LIST_UPDATE, data, &reply, IBinder::FLAG_ONEWAY);
76 Parcel data, reply; local
80 remote()->transact(MIX_STATE_UPDATE, data, &reply, IBinder::FLAG_ONEWAY);
86 Parcel data, reply; local
94 remote()->transact(RECORDING_CONFIGURATION_UPDATE, data, &reply, IBinder::FLAG_ONEWAY);
103 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
107 CHECK_INTERFACE(IAudioPolicyServiceClient, data, reply);
102 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
[all...]
H A DIAudioFlingerClient.cpp44 Parcel data, reply; local
55 remote()->transact(IO_CONFIG_CHANGED, data, &reply, IBinder::FLAG_ONEWAY);
64 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
68 CHECK_INTERFACE(IAudioFlingerClient, data, reply);
83 return BBinder::onTransact(code, data, reply, flags);
63 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
/frameworks/native/libs/vr/libvr_manager/
H A Dvr_manager.cpp35 Parcel data, reply; local
38 remote()->transact(ON_VR_STATE_CHANGED, data, &reply, IBinder::FLAG_ONEWAY);
45 Parcel* reply, uint32_t flags) {
48 CHECK_INTERFACE(IVrStateCallbacks, data, reply);
53 return BBinder::onTransact(code, data, reply, flags);
66 Parcel data, reply; local
71 data, &reply, IBinder::FLAG_ONEWAY);
79 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) {
82 CHECK_INTERFACE(IPersistentVrStateCallbacks, data, reply);
87 return BBinder::onTransact(code, data, reply, flag
44 onTransact(uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
78 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
128 Parcel data, reply; variable
[all...]
/frameworks/native/libs/gui/
H A DIConsumerListener.cpp79 status_t BnConsumerListener::onTransact(uint32_t code, const Parcel& data, Parcel* reply, argument
82 return BBinder::onTransact(code, data, reply, flags);
87 return callLocalAsync(data, reply, &IConsumerListener::onDisconnect);
89 return callLocalAsync(data, reply, &IConsumerListener::onFrameAvailable);
91 return callLocalAsync(data, reply, &IConsumerListener::onFrameReplaced);
93 return callLocalAsync(data, reply, &IConsumerListener::onBuffersReleased);
95 return callLocalAsync(data, reply, &IConsumerListener::onSidebandStreamChanged);
H A DIDisplayEventConnection.cpp64 status_t BnDisplayEventConnection::onTransact(uint32_t code, const Parcel& data, Parcel* reply, argument
67 return BBinder::onTransact(code, data, reply, flags);
72 return callLocal(data, reply, &IDisplayEventConnection::stealReceiveChannel);
74 return callLocal(data, reply, &IDisplayEventConnection::setVsyncRate);
76 return callLocalAsync(data, reply, &IDisplayEventConnection::requestNextVsync);
H A DIGraphicBufferConsumer.cpp178 status_t BnGraphicBufferConsumer::onTransact(uint32_t code, const Parcel& data, Parcel* reply, argument
181 return BBinder::onTransact(code, data, reply, flags);
186 return callLocal(data, reply, &IGraphicBufferConsumer::acquireBuffer);
188 return callLocal(data, reply, &IGraphicBufferConsumer::detachBuffer);
190 return callLocal(data, reply, &IGraphicBufferConsumer::attachBuffer);
192 return callLocal(data, reply, &IGraphicBufferConsumer::releaseHelper);
194 return callLocal(data, reply, &IGraphicBufferConsumer::consumerConnect);
196 return callLocal(data, reply, &IGraphicBufferConsumer::consumerDisconnect);
198 return callLocal(data, reply, &IGraphicBufferConsumer::getReleasedBuffers);
200 return callLocal(data, reply,
[all...]
/frameworks/av/drm/libmediadrm/
H A DIDrmClient.cpp45 Parcel data, reply; local
52 remote()->transact(NOTIFY, data, &reply, IBinder::FLAG_ONEWAY);
61 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
65 CHECK_INTERFACE(IDrmClient, data, reply);
77 return BBinder::onTransact(code, data, reply, flags);
60 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
/frameworks/av/media/libmedia/
H A DIMediaPlayerClient.cpp40 Parcel data, reply; local
48 remote()->transact(NOTIFY, data, &reply, IBinder::FLAG_ONEWAY);
57 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
61 CHECK_INTERFACE(IMediaPlayerClient, data, reply);
74 return BBinder::onTransact(code, data, reply, flags);
56 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
H A DIMediaRecorderClient.cpp40 Parcel data, reply; local
45 remote()->transact(NOTIFY, data, &reply, IBinder::FLAG_ONEWAY);
54 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
58 CHECK_INTERFACE(IMediaRecorderClient, data, reply);
66 return BBinder::onTransact(code, data, reply, flags);
53 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
/frameworks/av/radio/
H A DIRadioClient.cpp43 Parcel data, reply; local
48 &reply);
58 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
62 CHECK_INTERFACE(IRadioClient, data, reply);
69 return BBinder::onTransact(code, data, reply, flags);
57 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
/frameworks/native/libs/binder/
H A DIMediaResourceMonitor.cpp33 Parcel data, reply; local
37 remote()->transact(NOTIFY_RESOURCE_GRANTED, data, &reply, IBinder::FLAG_ONEWAY);
45 status_t BnMediaResourceMonitor::onTransact( uint32_t code, const Parcel& data, Parcel* reply, argument
49 CHECK_INTERFACE(IMediaResourceMonitor, data, reply);
56 return BBinder::onTransact(code, data, reply, flags);
H A DIResultReceiver.cpp52 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
56 CHECK_INTERFACE(IResultReceiver, data, reply);
59 if (reply != NULL) {
60 reply->writeNoException();
65 return BBinder::onTransact(code, data, reply, flags);
51 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
H A DIServiceManager.cpp156 Parcel data, reply; local
159 remote()->transact(CHECK_SERVICE_TRANSACTION, data, &reply);
160 return reply.readStrongBinder();
166 Parcel data, reply; local
171 status_t err = remote()->transact(ADD_SERVICE_TRANSACTION, data, &reply);
172 return err == NO_ERROR ? reply.readExceptionCode() : err;
181 Parcel data, reply; local
184 status_t err = remote()->transact(LIST_SERVICES_TRANSACTION, data, &reply);
187 res.add(reply.readString16());
H A DIMemory.cpp187 Parcel data, reply; local
189 if (remote()->transact(GET_MEMORY, data, &reply) == NO_ERROR) {
190 sp<IBinder> heap = reply.readStrongBinder();
191 ssize_t o = reply.readInt32();
192 size_t s = reply.readInt32();
229 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
233 CHECK_INTERFACE(IMemory, data, reply);
236 reply->writeStrongBinder( IInterface::asBinder(getMemory(&offset, &size)) );
237 reply->writeInt32(offset);
238 reply
228 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
314 Parcel data, reply; local
388 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
[all...]
/frameworks/base/core/tests/coretests/src/android/os/
H A DMessengerService.java31 Message reply = Message.obtain();
32 reply.copyFrom(msg);
34 msg.replyTo.send(reply);
/frameworks/base/core/java/android/os/
H A DBinder.java442 protected boolean onTransact(int code, Parcel data, Parcel reply, argument
445 reply.writeString(getInterfaceDescriptor());
458 if (reply != null) {
459 reply.writeNoException();
483 if (reply != null) {
484 reply.writeNoException();
597 public final boolean transact(int code, Parcel data, Parcel reply, argument
604 boolean r = onTransact(code, data, reply, flags);
605 if (reply != null) {
606 reply
728 transact(int code, Parcel data, Parcel reply, int flags) argument
757 transactNative(int code, Parcel data, Parcel reply, int flags) argument
[all...]
H A DIHwBinder.java26 int code, HwParcel request, HwParcel reply, int flags)
25 transact( int code, HwParcel request, HwParcel reply, int flags) argument
H A DCommonClock.java316 protected boolean onTransact(int code, Parcel data, Parcel reply, int flags) argument
329 return super.onTransact(code, data, reply, flags);
343 android.os.Parcel reply = android.os.Parcel.obtain();
349 mRemote.transact(METHOD_REGISTER_LISTENER, data, reply, 0);
350 success = (0 == reply.readInt());
356 reply.recycle();
375 android.os.Parcel reply = android.os.Parcel.obtain();
380 mRemote.transact(METHOD_UNREGISTER_LISTENER, data, reply, 0);
384 reply.recycle();
/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...]
/frameworks/av/camera/
H A DICameraRecordingProxyListener.cpp45 Parcel data, reply; local
50 remote()->transact(DATA_CALLBACK_TIMESTAMP, data, &reply, IBinder::FLAG_ONEWAY);
55 Parcel data, reply; local
59 remote()->transact(RECORDING_FRAME_HANDLE_CALLBACK_TIMESTAMP, data, &reply,
71 Parcel data, reply; local
87 remote()->transact(RECORDING_FRAME_HANDLE_CALLBACK_TIMESTAMP_BATCH, data, &reply,
103 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
108 CHECK_INTERFACE(ICameraRecordingProxyListener, data, reply);
117 CHECK_INTERFACE(ICameraRecordingProxyListener, data, reply);
137 CHECK_INTERFACE(ICameraRecordingProxyListener, data, reply);
102 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
[all...]
H A DICameraClient.cpp50 Parcel data, reply; local
55 remote()->transact(NOTIFY_CALLBACK, data, &reply, IBinder::FLAG_ONEWAY);
63 Parcel data, reply; local
71 remote()->transact(DATA_CALLBACK, data, &reply, IBinder::FLAG_ONEWAY);
78 Parcel data, reply; local
83 remote()->transact(DATA_CALLBACK_TIMESTAMP, data, &reply, IBinder::FLAG_ONEWAY);
88 Parcel data, reply; local
92 remote()->transact(RECORDING_FRAME_HANDLE_CALLBACK_TIMESTAMP, data, &reply,
100 Parcel data, reply; local
115 remote()->transact(RECORDING_FRAME_HANDLE_CALLBACK_TIMESTAMP_BATCH, data, &reply,
124 onTransact( uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) argument
[all...]
H A DICameraServiceProxy.cpp53 status_t BnCameraServiceProxy::onTransact(uint32_t code, const Parcel& data, Parcel* reply, argument
57 CHECK_INTERFACE(ICameraServiceProxy, data, reply);
62 CHECK_INTERFACE(ICameraServiceProxy, data, reply);
70 return BBinder::onTransact(code, data, reply, flags);
/frameworks/base/core/tests/coretests/src/android/net/
H A DSntpClientTest.java83 final byte[] reply = HexEncoding.decode(WORKING_VERSION4.toCharArray(), false);
84 reply[0] |= (byte) 0xc0;
85 mServer.setServerReply(reply);
92 final byte[] reply = HexEncoding.decode(WORKING_VERSION4.toCharArray(), false);
95 reply[0] &= (byte) 0xf8;
96 reply[0] |= (byte) i;
97 mServer.setServerReply(reply);
117 final byte[] reply = HexEncoding.decode(WORKING_VERSION4.toCharArray(), false);
120 reply[1] = (byte) i;
121 mServer.setServerReply(reply);
209 setServerReply(byte[] reply) argument
[all...]
/frameworks/base/tools/preload2/src/com/android/preload/classdataretrieval/jdwp/
H A DJDWPClassDataRetriever.java86 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet);
87 if (reply.getErrorCode() != JDWPConstants.Error.NONE) {
96 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet);
98 if (reply.getErrorCode() != JDWPConstants.Error.NONE) {
102 int classCount = reply.getNextValueAsInt();
109 byte refTypeTag = reply.getNextValueAsByte();
110 long typeID = reply.getNextValueAsReferenceTypeID();
111 String signature = reply.getNextValueAsString();
112 /* int status = */ reply.getNextValueAsInt();
155 /* ReplyPacket reply
[all...]
/frameworks/base/media/tests/players/
H A Dinvoke_mock_media_player.cpp91 virtual status_t invoke(const Parcel& request, Parcel *reply);
93 virtual status_t getParameter(int /* key */, Parcel* /* reply */) { return OK; }
97 // Take a request, copy it to the reply.
98 void ping(const Parcel& request, Parcel *reply);
104 status_t Player::invoke(const Parcel& request, Parcel *reply) argument
108 ping(request, reply);
115 void Player::ping(const Parcel& request, Parcel *reply) argument
119 reply->setData(static_cast<const uint8_t*>(request.readInplace(len)), len);

Completed in 2629 milliseconds

1234567891011>>