Merge "Add a method to trigger multiple FMQ blocking reads." am: 9bfe0894b9 am: b494c004e8

am: f549b70bbd

Change-Id: Id4268ccce45f816c3cdf96c8fc502f7b0654aab1
This commit is contained in:
Hridya Valsaraju
2017-01-05 02:45:18 +00:00
committed by android-build-merger

View File

@@ -91,4 +91,14 @@ interface ITestMsgQ {
*
*/
oneway requestBlockingRead(int32_t count);
/*
* This method requests the service to repeatedly trigger blocking reads.
*
* @param count Number of messages to read in a single blocking read.
* @param numIter Number of blocking reads to trigger.
*
*/
oneway requestBlockingReadRepeat(int32_t count, int32_t numIter);
};