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

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

Merge "Add a new method to trigger a blocking read." am: 31265c53 am: ba6c8445 am: 134cb728

am: 5cb077fa

Change-Id: Iff0bac56b002082e1f037ccd1b2ff5650de90902
parents ef578757 5cb077fa
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.
     *