Home
last modified time | relevance | path

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

/hardware/google/gchips/gralloc4/src/hidl_common/
DMapperMetadata.cpp56 bool isStandardMetadataType(const MetadataType &metadataType) { in isStandardMetadataType() function
408 if (isStandardMetadataType(metadataType)) in get_metadata()
623 if (isStandardMetadataType(metadataType)) in set_metadata()
768 if (isStandardMetadataType(metadataType)) in getFromBufferDescriptorInfo()
DMapperMetadata.h187 bool isStandardMetadataType(const MetadataType &metadataType);
/hardware/google/gchips/gralloc4/src/stable-c/
DGrallocMapper.cpp266 if (isStandardMetadataType(common::MetadataType(metadataType))) { in getMetadata()
357 if (isStandardMetadataType(common::MetadataType(metadataType))) { in setMetadata()
/hardware/interfaces/graphics/mapper/4.0/vts/functional/
DVtsHalGraphicsMapperV4_0TargetTest.cpp189 if (!gralloc4::isStandardMetadataType(metadataType)) { in verifyBufferDump()
2640 if (!gralloc4::isStandardMetadataType(metadataType)) { in TEST_P()