summaryrefslogtreecommitdiff
path: root/base/include/hidl/MQDescriptor.h
AgeCommit message (Expand)Author
2020-11-09Remove unused grantors function in MQDescriptorDevin Moore
2020-08-18Move GrantorDescriptor definition out of MQDescriptorDevin Moore
2020-08-13Move definition of MessageQueue flavor to libfmq-baseDevin Moore
2020-06-29Fix implicit conversionMarin Shalamanov
2020-06-26Fix implicit conversionsMarin Shalamanov
2018-10-09MQDescriptor: warn about handle ownershipSteven Moreland
2018-10-09MQDescriptor: allow copies.Steven Moreland
2017-05-01libhidlbase: don't export libbaseSteven Moreland
2017-04-06Remove unused include in MQDescriptor.h of utils/Log.h.Dan Willemsen
2017-04-03Check if alignment to word boundary would cause an overflowHridya Valsaraju
2017-03-16Remove liblog usage in MQDescriptor.hHridya Valsaraju
2017-03-14Move toString() methods to android::hardwareHridya Valsaraju
2017-02-27Remove getNativeHandle() and getGrantors()Hridya Valsaraju
2017-01-13Force alignment for GrantorDescriptor struct.Hridya Valsaraju
2017-01-12add toString() for hidl types.Yifan Hong
2017-01-11Align all shared memory offsets to word boundary.Hridya Valsaraju
2017-01-03Add templatization to MQDescriptorHridya Valsaraju
2016-12-27Create a default MQDescriptor constructor.Hridya Valsaraju
2016-12-22Add a parameter to allow EventFlag configuration.Hridya Valsaraju
2016-12-09Use hidl_pointer<native_handle_t> in MQDescriptorHridya Valsaraju
2016-11-18Split libhidl into base and transport.Yifan Hong