summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Specify parcelables from the NDK backend for AidlMessageQueueDevin Moore2020-09-301-1/+1
* Merge "Check payload type for @FixedSize or is_fundamental"Devin Moore2020-09-281-0/+15
|\
| * Check payload type for @FixedSize or is_fundamentalDevin Moore2020-09-251-0/+15
* | Add log in MessageQueueBase for mismatch in payload size from MQDescriptorDevin Moore2020-09-281-2/+8
|/
* Reland "Add template arguments to MQDescriptor for AIDL"Devin Moore2020-09-222-20/+49
* Revert "Add template arguments to MQDescriptor for AIDL"Diego Wilson2020-09-212-49/+20
* Add template arguments to MQDescriptor for AIDLDevin Moore2020-09-182-20/+49
* Replace calls to check with calls to __assertDevin Moore2020-08-261-4/+15
* Move a some hardware.details declarations to MQDescriptorBase.hDevin Moore2020-08-252-12/+0
* Removed 'flags' and 'fdIndex' fields from GrantorDescriptorDevin Moore2020-08-212-18/+76
* Adding AidlMessageQueueDevin Moore2020-08-143-85/+342
* Split MessageQueueBase out of MessageQueue to allow for an AIDL versionDevin Moore2020-07-072-112/+197
* Rename MessageQueue.h to retain history for next commitDevin Moore2020-07-071-112/+69
* libfmq: Improve error loggingHridya Valsaraju2020-06-101-5/+13
* Only kSynchronizedReadWrite fmqs should be able to use blocking methods.Jayant Chowdhary2017-10-301-17/+32
* Remove libbase/liblog export headers from libfmqYifan Hong2017-04-111-6/+10
* Fix potential overflow in MessageQueueKevin Rocard2017-04-031-0/+5
* Add optional retry parameter to EventFlag wait()Hridya Valsaraju2017-03-302-78/+63
* Handle spurious futex wakes in EventFlagHridya Valsaraju2017-03-031-1/+2
* cleanup usage of getNativeHandle() and getGrantors()Hridya Valsaraju2017-02-271-12/+12
* Correct timeOut handling in readBlocking/writeBlocking.Hridya Valsaraju2017-02-131-8/+55
* Add capability to do zero-copy read/writes to FMQHridya Valsaraju2017-02-101-101/+441
* Add another variant of blockingRead/blockingWrite methodHridya Valsaraju2017-01-141-1/+21
* Align all offsets to word boundary.Hridya Valsaraju2017-01-111-6/+8
* Create typedef for MQDescriptor in MessageQueue classHridya Valsaraju2017-01-061-25/+21
* Add readBlocking() and writeBlocking() methods to MessageQueueHridya Valsaraju2017-01-051-9/+305
* Use templatized MQDescriptorHridya Valsaraju2017-01-031-16/+16
* Fix memory ordering issues in MessageQueueHridya Valsaraju2016-12-271-7/+11
* Modify Wait() method to take timeout duration in ns.Hridya Valsaraju2016-12-271-4/+7
* Add EventFlag support in default MessageQueue constructor.Hridya Valsaraju2016-12-211-10/+37
* Move all FMQ code to system/libfmq.Hridya Valsaraju2016-12-212-0/+616