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

Commit 586bed1c authored by Hridya Valsaraju's avatar Hridya Valsaraju
Browse files

Add a new method to trigger a blocking read.

The new method will request the service to trigger a blocking
read with the default Event Flag notification bitmask defined
by the MessageQueue class.

Test: FMQ unit tests
Change-Id: I5a61e2b4527ba31cd5ea6521c553a87904af8056
parent d5eccf52
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -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.
     *