Home
last modified time | relevance | path

Searched refs:kMinGrantorCountForEvFlagSupport (Results 1 – 4 of 4) sorted by relevance

/system/libfmq/base/fmq/
DMQDescriptorBase.h72 static constexpr int32_t kMinGrantorCountForEvFlagSupport = EVFLAGWORDPOS + 1; variable
/system/libhidl/base/include/hidl/
DMQDescriptor.h116 mGrantors.resize(configureEventFlag ? details::kMinGrantorCountForEvFlagSupport in MQDescriptor()
/system/libfmq/include/fmq/
DAidlMQDescriptorShim.h196 mGrantors.resize(configureEventFlag ? hardware::details::kMinGrantorCountForEvFlagSupport in AidlMQDescriptorShim()
DMessageQueueBase.h733 grantors.resize(configureEventFlagWord ? hardware::details::kMinGrantorCountForEvFlagSupport in MessageQueueBase()