mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
Merge "Add a new method to trigger a blocking read." am: 31265c5312
am: ba6c8445b1
Change-Id: Ifc6c294cd65c3f4d70b89876b3d9d1c75997e42a
This commit is contained in:
@@ -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.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user