HomeSort by relevance Sort by last modified time
    Searched defs:reply (Results 126 - 150 of 720) sorted by null

1 2 3 4 56 7 8 91011>>

  /frameworks/av/media/libaaudio/src/binding/
IAAudioService.cpp 50 Parcel data, reply; variable
53 remote()->transact(REGISTER_CLIENT, data, &reply);
58 Parcel data, reply; variable
63 status_t err = remote()->transact(OPEN_STREAM, data, &reply);
68 // parse reply
70 err = reply.readInt32(&stream);
78 err = configurationOutput.readFromParcel(&reply);
88 Parcel data, reply; variable
92 status_t err = remote()->transact(CLOSE_STREAM, data, &reply);
97 // parse reply
105 Parcel data, reply; local
134 Parcel data, reply; variable
149 Parcel data, reply; variable
164 Parcel data, reply; variable
179 Parcel data, reply; variable
197 Parcel data, reply; variable
216 Parcel data, reply; variable
    [all...]
  /frameworks/av/media/libaudioclient/
IEffectClient.cpp 44 Parcel data, reply; local
47 remote()->transact(CONTROL_STATUS_CHANGED, data, &reply, IBinder::FLAG_ONEWAY);
53 Parcel data, reply; local
56 remote()->transact(ENABLE_STATUS_CHANGED, data, &reply, IBinder::FLAG_ONEWAY);
66 Parcel data, reply; local
85 remote()->transact(COMMAND_EXECUTED, data, &reply, IBinder::FLAG_ONEWAY);
95 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
100 CHECK_INTERFACE(IEffectClient, data, reply);
107 CHECK_INTERFACE(IEffectClient, data, reply);
114 CHECK_INTERFACE(IEffectClient, data, reply);
    [all...]
  /frameworks/av/media/libmedia/
IMediaExtractorService.cpp 44 Parcel data, reply; local
50 status_t ret = remote()->transact(MAKE_EXTRACTOR, data, &reply);
52 return interface_cast<IMediaExtractor>(reply.readStrongBinder());
59 Parcel data, reply; local
64 status_t ret = remote()->transact(MAKE_IDATA_SOURCE_FD, data, &reply);
68 return interface_cast<IDataSource>(reply.readStrongBinder());
79 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
84 CHECK_INTERFACE(IMediaExtractorService, data, reply);
97 reply->writeStrongBinder(IInterface::asBinder(ex));
102 CHECK_INTERFACE(IMediaExtractorService, data, reply);
    [all...]
  /frameworks/av/media/libmediametrics/
IMediaAnalyticsService.cpp 55 Parcel data, reply; local
61 err = remote()->transact(GENERATE_UNIQUE_SESSIONID, data, &reply);
66 sessionid = reply.readInt64();
81 Parcel data, reply; local
95 err = remote()->transact(SUBMIT_ITEM, data, &reply);
101 // get an answer out of 'reply'
102 int64_t sessionid = reply.readInt64();
116 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
133 CHECK_INTERFACE(IMediaAnalyticsService, data, reply);
136 reply->writeInt64(sessionid)
    [all...]
  /frameworks/av/soundtrigger/
ISoundTrigger.cpp 48 Parcel data, reply; local
50 remote()->transact(DETACH, data, &reply);
59 Parcel data, reply; local
62 status_t status = remote()->transact(LOAD_SOUND_MODEL, data, &reply);
66 status = (status_t)reply.readInt32();
68 reply.read(handle, sizeof(sound_model_handle_t));
75 Parcel data, reply; local
78 status_t status = remote()->transact(UNLOAD_SOUND_MODEL, data, &reply);
80 status = (status_t)reply.readInt32();
88 Parcel data, reply; local
106 Parcel data, reply; local
    [all...]
ISoundTriggerHwService.cpp 59 Parcel data, reply; local
63 status_t status = remote()->transact(LIST_MODULES, data, &reply);
65 status = (status_t)reply.readInt32();
66 *numModules = (unsigned int)reply.readInt32();
74 reply.read(modules, numModulesReq * sizeof(struct sound_trigger_module_descriptor));
84 Parcel data, reply; local
88 status_t status = remote()->transact(ATTACH, data, &reply);
92 status = reply.readInt32();
93 if (reply.readInt32() != 0) {
94 module = interface_cast<ISoundTrigger>(reply.readStrongBinder())
101 Parcel data, reply; local
    [all...]
  /hardware/qcom/display/msm8084/libqservice/
IQService.cpp 49 Parcel data, reply; local
52 remote()->transact(CONNECT_HWC_CLIENT, data, &reply);
57 Parcel data, reply; local
60 remote()->transact(CONNECT_HDMI_CLIENT, data, &reply);
69 Parcel *reply = outParcel; local
73 err = remote()->transact(command, data, reply);
85 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
103 CHECK_INTERFACE(IQService, data, reply);
115 CHECK_INTERFACE(IQService, data, reply);
133 CHECK_INTERFACE(IQService, data, reply);
    [all...]
  /hardware/qcom/display/msm8226/libqservice/
IQService.cpp 49 Parcel data, reply; local
52 remote()->transact(CONNECT, data, &reply);
60 Parcel *reply = outParcel; local
64 err = remote()->transact(command, data, reply);
76 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
94 CHECK_INTERFACE(IQService, data, reply);
112 CHECK_INTERFACE(IQService, data, reply);
113 dispatch(code, &data, reply);
116 return BBinder::onTransact(code, data, reply, flags);
  /hardware/qcom/display/msm8994/libqservice/
IQService.cpp 49 Parcel data, reply; local
52 remote()->transact(CONNECT, data, &reply);
60 Parcel *reply = outParcel; local
64 err = remote()->transact(command, data, reply);
76 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags)
94 CHECK_INTERFACE(IQService, data, reply);
112 CHECK_INTERFACE(IQService, data, reply);
113 dispatch(code, &data, reply);
116 return BBinder::onTransact(code, data, reply, flags);
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
CallerInfoAsyncQueryFactoryFixture.java 43 void reply() { method in class:CallerInfoAsyncQueryFactoryFixture.Request
  /platform_testing/libraries/flicker/src/com/android/server/wm/flicker/monitor/
LayersTraceMonitor.java 49 Parcel reply = Parcel.obtain(); local
52 data, reply, 0 /* flags */);
53 return reply.readBoolean();
  /system/tools/aidl/tests/
aidl_test_client_primitives.cpp 111 String16 reply; local
112 Status status = s->RepeatString(input, &reply);
113 if (!status.isOk() || input != reply) {
aidl_test_client_utf8_strings.cpp 59 string reply; local
60 Status status = s->RepeatUtf8CppString(input, &reply);
61 if (!status.isOk() || input != reply) {
65 << " and output=" << reply;
78 unique_ptr<string> reply; local
80 unique_ptr<string>(new string(input)), &reply);
86 if (!reply) {
87 LOG(ERROR) << "Got null reply while repeating nullable utf8 string "
91 if (input != *reply) {
95 << " and output=" << *reply;
    [all...]
  /system/tpm/tpm_manager/server/
dbus_service_test.cc 63 ReplyProtobufType* reply,
72 EXPECT_TRUE(reader.PopArrayOfBytesAsProto(reply));
97 GetTpmStatusReply reply;
98 base::Closure copy = base::Bind(callback, reply);
99 callback.Run(reply);
102 GetTpmStatusReply reply; local
103 ExecuteMethod(kGetTpmStatus, request, &reply, kTpmOwnershipInterface);
112 GetTpmStatusReply reply;
113 reply.set_status(STATUS_SUCCESS);
114 reply.set_enabled(true)
122 GetTpmStatusReply reply; local
143 TakeOwnershipReply reply; local
163 RemoveOwnerDependencyReply reply; local
187 DefineSpaceReply reply; local
206 DestroySpaceReply reply; local
229 WriteSpaceReply reply; local
250 ReadSpaceReply reply; local
275 LockSpaceReply reply; local
294 ListSpacesReply reply; local
321 GetSpaceInfoReply reply; local
    [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/DebuggerOnDemand/
LaunchedDebugger.java 175 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet); local
176 if (!checkReplyPacketWithoutFail(reply, "ThreadReference::FramesCommand command")) {
180 int frames = reply.getNextValueAsInt();
183 long frameID = reply.getNextValueAsLong();
184 Location location = reply.getNextValueAsLocation();
197 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet); local
198 if (!checkReplyPacketWithoutFail(reply, "VirtualMachine::ClassesBySignature command")) {
201 int classes = reply.getNextValueAsInt();
205 reply.getNextValueAsByte();
206 classID = reply.getNextValueAsReferenceTypeID()
    [all...]
  /cts/tests/tests/shortcutmanager/common/src/android.content.pm.cts.shortcutmanager.common/
ReplyUtil.java 51 // Create the reply bundle.
59 // Send reply
60 final Intent reply = new Intent(replyAction).setPackage(MAIN_CTS_PACKAGE); local
61 reply.putExtras(ret);
63 context.sendBroadcast(reply);
73 // Register the reply receiver
75 // Use a random reply action every time.
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ArrayReference/
GetValuesTest.java 139 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet); local
140 checkReplyPacket(reply, "ReferenceType::GetValues command");
142 assertEquals("ReferenceType::GetValues command returned invalid int value,", reply.getNextValueAsInt(), 1);
143 Value value = reply.getNextValueAsValue();
188 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet); local
189 checkReplyPacket(reply, "ArrayReference::GetValues command", error);
191 if (reply.getErrorCode() == JDWPConstants.Error.NONE) {
193 ArrayRegion region = reply.getNextValueAsArrayRegion();
LengthTest.java 89 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet); local
90 checkReplyPacket(reply, "ReferenceType::GetValues command");
92 int values = reply.getNextValueAsInt();
95 Value value = reply.getNextValueAsValue();
104 reply = debuggeeWrapper.vmMirror.performCommand(packet);
105 checkReplyPacket(reply, "ArrayReference::Length command", error);
107 if (reply.getErrorCode() == JDWPConstants.Error.NONE) {
109 int returnedLength = reply.getNextValueAsInt();
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassObjectReference/
AbstractReflectedTypeTestCase.java 52 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet); local
53 checkReplyPacket(reply, "VirtualMachine::ClassesBySignature command");
55 int classes = reply.getNextValueAsInt();
63 refInitTypeTag = reply.getNextValueAsByte();
64 typeInitID = reply.getNextValueAsReferenceTypeID();
65 status = reply.getNextValueAsInt();
80 checkReplyPacket(reply, "ReferenceType::ClassLoader command");
107 reply = debuggeeWrapper.vmMirror.performCommand(packet);
108 checkReplyPacket(reply, "ReferenceType::ClassObject command");
110 long classObject = reply.getNextValueAsClassObjectID()
    [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassType/
SuperClassTest.java 47 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet); local
48 checkReplyPacket(reply, "ClassType.Superclass command", errorExpected);
49 return reply;
52 private void asserSuperClassReplyIsValid(ReplyPacket reply, String expectedSignature) {
53 assertTrue(reply.getErrorCode() == JDWPConstants.Error.NONE);
54 long superClassID = reply.getNextValueAsClassID();
88 ReplyPacket reply = jdwpGetSuperClassReply(classID, JDWPConstants.Error.NONE); local
90 asserSuperClassReplyIsValid(reply, "Ljava/lang/Object;");
98 ReplyPacket reply = jdwpGetSuperClassReply(classID, JDWPConstants.Error.NONE); local
100 asserSuperClassReplyIsValid(reply, "Ljava/lang/Object;")
108 ReplyPacket reply = jdwpGetSuperClassReply(classID, JDWPConstants.Error.NONE); local
117 ReplyPacket reply = jdwpGetSuperClassReply(classID, JDWPConstants.Error.NONE); local
127 ReplyPacket reply = jdwpGetSuperClassReply(classID, JDWPConstants.Error.NONE); local
152 ReplyPacket reply = jdwpGetSuperClassReply(interfaceID, JDWPConstants.Error.NONE); local
    [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
ClassPrepareTest.java 58 ReplyPacket reply = debuggeeWrapper.vmMirror.setClassPrepared(class2prepareRegexp); local
59 checkReplyPacket(reply, "Set CLASS_PREPARE event");
96 ReplyPacket reply = debuggeeWrapper.vmMirror.setClassPreparedForSourceNameMatch(expectedSourceNamePattern); local
97 checkReplyPacket(reply, "Set CLASS_PREPARE event");
159 ReplyPacket reply = debuggeeWrapper.vmMirror.setClassPreparedForSourceNameMatch(expectedSourceNamePattern); local
160 checkReplyPacket(reply, "Set CLASS_PREPARE event");
ClassUnloadTest.java 60 ReplyPacket reply = null; local
68 reply = debuggeeWrapper.vmMirror.getClassBySignature(TESTED_CLASS_SIGNATURE);
69 foundClasses = reply.getNextValueAsInt();
78 reply = debuggeeWrapper.vmMirror.setClassUnload(TESTED_CLASS_NAME);
79 checkReplyPacket(reply, "Set CLASS_UNLOAD event");
80 int requestID = reply.getNextValueAsInt();
99 reply = debuggeeWrapper.vmMirror.clearEvent(JDWPConstants.EventKind.CLASS_UNLOAD, requestID);
102 reply = debuggeeWrapper.vmMirror.getClassBySignature(TESTED_CLASS_SIGNATURE);
103 foundClasses = reply.getNextValueAsInt();
FieldModification002Test.java 94 ReplyPacket reply = debuggeeWrapper.vmMirror.setFieldModification(classSignature, JDWPConstants.TypeTag.CLASS, fieldName); local
95 checkReplyPacket(reply, "Set FIELD_MODIFICATION event");
96 int requestID = reply.getNextValueAsInt();
97 assertAllDataRead(reply);
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/MultiSession/
AttachConnectorTest.java 62 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet); local
63 checkReplyPacket(reply, "VirtualMachine::Version command");
65 String description = reply.getNextValueAsString();
66 int jdwpMajor = reply.getNextValueAsInt();
67 int jdwpMinor = reply.getNextValueAsInt();
68 String vmVersion = reply.getNextValueAsString();
69 String vmName = reply.getNextValueAsString();
ClassPrepareTest.java 62 ReplyPacket reply = debuggeeWrapper.vmMirror local
64 checkReplyPacket(reply, "Set CLASS_PREPARE event");

Completed in 945 milliseconds

1 2 3 4 56 7 8 91011>>