Merge "Add a new method to trigger a blocking read."

This commit is contained in:
Treehugger Robot
2017-01-14 08:07:24 +00:00
committed by Gerrit Code Review

View File

@@ -92,6 +92,15 @@ interface ITestMsgQ {
*/
oneway requestBlockingRead(int32_t count);
/*
* This method requests the service to trigger a blocking read using
* default Event Flag notification bits defined by the MessageQueue class.
*
* @param count Number of messages to read.
*
*/
oneway requestBlockingReadDefaultEventFlagBits(int32_t count);
/*
* This method requests the service to repeatedly trigger blocking reads.
*