Merge "Add a new method to trigger a blocking read." am: 31265c5312 am: ba6c8445b1 am: 134cb728f7

am: 5cb077fac0

Change-Id: Iff0bac56b002082e1f037ccd1b2ff5650de90902
This commit is contained in:
Hridya Valsaraju
2017-01-14 08:26:42 +00:00
committed by android-build-merger

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.
*