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:
parent
b350caf9dc
commit
da96fb2a94
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue