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

Commit 31265c53 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Add a new method to trigger a blocking read."

parents 7c8d9bba 586bed1c
Loading
Loading
Loading
Loading
+9 −0
Original line number Original line Diff line number Diff line
@@ -92,6 +92,15 @@ interface ITestMsgQ {
     */
     */
    oneway requestBlockingRead(int32_t count);
    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.
     * This method requests the service to repeatedly trigger blocking reads.
     *
     *