android.hardware.tests.msgq@1.0: modify ITestMsgQ

Modify the configure() method so that the implementation does not have
to rely on status_t to return service errors.

b/31367910
b/31348667

Change-Id: I0bc88c396ce4e55ed38b534b7e3ae2c0a4faad62
Signed-off-by: Iliyan Malchev <malchev@google.com>
This commit is contained in:
Iliyan Malchev 2016-09-08 15:12:36 -07:00
parent b350caf9dc
commit da96fb2a94

View file

@ -37,7 +37,7 @@ interface ITestMsgQ {
};
configure() generates ( WireMQDescriptor mq_desc );
configure() generates (int32_t ret, WireMQDescriptor mq_desc);
requestWrite (int32_t count) generates (int32_t ret);
requestRead(int32_t count) generates (int32_t ret);