Merge "Add a method to trigger multiple FMQ blocking reads."
am: 9bfe0894b9
Change-Id: Ibbed41a80f675cf8a1a771a8f8984e2ac65e9408
This commit is contained in:
commit
b494c004e8
1 changed files with 10 additions and 0 deletions
|
@ -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);
|
||||
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue