Home
last modified time | relevance | path

Searched refs:isSettable (Results 1 – 12 of 12) sorted by relevance

/hardware/google/gchips/gralloc4/src/hidl_common/
DMapperMetadata.h96 bool isSettable; member
102 isSettable = desc.isSettable; in MetadataTypeDescription()
109 desc.isSettable = isSettable; in MetadataTypeDescription()
117 isSettable = desc.isSettable; in MetadataTypeDescription()
123 desc.isSettable = isSettable; in AIMapper_MetadataTypeDescription()
133 isSettable = settable; in MetadataTypeDescription()
DMapper.cpp587 …tadataTypeDescription describeStandard(StandardMetadataType meta, bool isGettable, bool isSettable) in describeStandard() argument
590 static_cast<uint64_t>(meta)), "", isGettable, isSettable); in describeStandard()
/hardware/interfaces/graphics/mapper/stable-c/include/android/hardware/graphics/mapper/
DIMapper.h127 bool isSettable; member
/hardware/interfaces/graphics/mapper/stable-c/vts/
DVtsHalGraphicsMapperStableC_TargetTest.cpp1656 if (it.isSettable) { in TEST_P()
1693 EXPECT_TRUE(it.isSettable) in TEST_P()
1732 EXPECT_FALSE(it.isSettable) in TEST_P()
1739 if (it.isSettable) { in TEST_P()
/hardware/interfaces/graphics/mapper/4.0/
DIMapper.hal553 * isSettable represents if the MetadataType can be set.
555 bool isSettable;
/hardware/interfaces/graphics/mapper/stable-c/abi-dumps/arm_arm64/source-based/
Dlibimapper_stablec_abicheck.so.lsdump982 "field_name" : "isSettable",
/hardware/interfaces/graphics/mapper/stable-c/abi-dumps/x86/source-based/
Dlibimapper_stablec_abicheck.so.lsdump981 "field_name" : "isSettable",
/hardware/interfaces/graphics/mapper/stable-c/abi-dumps/x86_x86_64/source-based/
Dlibimapper_stablec_abicheck.so.lsdump981 "field_name" : "isSettable",
/hardware/interfaces/graphics/mapper/stable-c/abi-dumps/arm64/source-based/
Dlibimapper_stablec_abicheck.so.lsdump991 "field_name" : "isSettable",
/hardware/interfaces/graphics/mapper/stable-c/abi-dumps/arm/source-based/
Dlibimapper_stablec_abicheck.so.lsdump982 "field_name" : "isSettable",
/hardware/interfaces/graphics/mapper/stable-c/abi-dumps/x86_64/source-based/
Dlibimapper_stablec_abicheck.so.lsdump990 "field_name" : "isSettable",
/hardware/interfaces/graphics/mapper/4.0/vts/functional/
DVtsHalGraphicsMapperV4_0TargetTest.cpp2657 ASSERT_FALSE(description.isSettable); in TEST_P()