Searched refs:isSettable (Results 1 – 12 of 12) sorted by relevance
/hardware/google/gchips/gralloc4/src/hidl_common/ |
D | MapperMetadata.h | 96 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()
|
D | Mapper.cpp | 587 …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/ |
D | IMapper.h | 127 bool isSettable; member
|
/hardware/interfaces/graphics/mapper/stable-c/vts/ |
D | VtsHalGraphicsMapperStableC_TargetTest.cpp | 1656 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/ |
D | IMapper.hal | 553 * isSettable represents if the MetadataType can be set. 555 bool isSettable;
|
/hardware/interfaces/graphics/mapper/stable-c/abi-dumps/arm_arm64/source-based/ |
D | libimapper_stablec_abicheck.so.lsdump | 982 "field_name" : "isSettable",
|
/hardware/interfaces/graphics/mapper/stable-c/abi-dumps/x86/source-based/ |
D | libimapper_stablec_abicheck.so.lsdump | 981 "field_name" : "isSettable",
|
/hardware/interfaces/graphics/mapper/stable-c/abi-dumps/x86_x86_64/source-based/ |
D | libimapper_stablec_abicheck.so.lsdump | 981 "field_name" : "isSettable",
|
/hardware/interfaces/graphics/mapper/stable-c/abi-dumps/arm64/source-based/ |
D | libimapper_stablec_abicheck.so.lsdump | 991 "field_name" : "isSettable",
|
/hardware/interfaces/graphics/mapper/stable-c/abi-dumps/arm/source-based/ |
D | libimapper_stablec_abicheck.so.lsdump | 982 "field_name" : "isSettable",
|
/hardware/interfaces/graphics/mapper/stable-c/abi-dumps/x86_64/source-based/ |
D | libimapper_stablec_abicheck.so.lsdump | 990 "field_name" : "isSettable",
|
/hardware/interfaces/graphics/mapper/4.0/vts/functional/ |
D | VtsHalGraphicsMapperV4_0TargetTest.cpp | 2657 ASSERT_FALSE(description.isSettable); in TEST_P()
|