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

Commit 93a89674 authored by Hridya Valsaraju's avatar Hridya Valsaraju Committed by android-build-merger
Browse files

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

Merge "Add a method to trigger multiple FMQ blocking reads." am: 9bfe0894 am: b494c004 am: f549b70b
am: 3fc5d420

Change-Id: I205f66015e8c2228750c17ef433768689bfaf551
parents 4a412790 3fc5d420
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -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);

};