Home
last modified time | relevance | path

Searched refs:mAttr (Results 1 – 3 of 3) sorted by relevance

/hardware/interfaces/automotive/can/1.0/default/libnl++/include/libnl++/
DMessageFactory.h120 NestedGuard(MessageFactory & req, nlattrtype_t type) : mReq(req), mAttr(req.add(type)) {} in NestedGuard()
121 ~NestedGuard() { closeNested(&mReq.mMessage.header, mAttr); } in ~NestedGuard()
125 nlattr* mAttr; variable
/hardware/google/graphics/common/libhwc2.1/libresource/
DExynosMPP.cpp164 mAttr(0), in ExynosMPP()
207 mAttr = feature.attr; in ExynosMPP()
299 if (!hasHdrInfo(src) && ((mAttr & MPP_ATTR_WCG) == 0)) in isDataspaceSupportedByMPP()
305 ((mAttr & standard_it->second) == 0)) in isDataspaceSupportedByMPP()
311 ((mAttr & transfer_it->second) == 0)) in isDataspaceSupportedByMPP()
326 if (mAttr & MPP_ATTR_HDR10PLUS) in isSupportedHDR10Plus()
362 if (mAttr & MPP_ATTR_ROT_90) { in checkRotationCondition()
392 if (!(mAttr & transform_map.hwc_tr)) in isSupportedTransform()
403 if (mAttr & MPP_ATTR_AFBC) in isSupportedCompression()
417 if (!(mAttr & MPP_ATTR_USE_CAPA)) in isSupportedCapability()
[all …]
DExynosMPP.h547 uint64_t mAttr; variable