Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit da96fb2a authored by Iliyan Malchev's avatar Iliyan Malchev
Browse files

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: default avatarIliyan Malchev <malchev@google.com>
parent b350caf9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);