Searched refs:supportedIdentifierTypes (Results 1 – 10 of 10) sorted by relevance
214 int[] supportedIdentifierTypes = prop.supportedIdentifierTypes.stream(). in propertiesFromHal() local216 int[] supportedProgramTypes = identifierTypesToProgramTypes(supportedIdentifierTypes); in propertiesFromHal()240 supportedIdentifierTypes, in propertiesFromHal()
48 prop.supportedIdentifierTypes = hidl_vec<uint32_t>({ in initProperties()
115 prop11.supportedIdentifierTypes = hidl_vec<uint32_t>({ in getProperties_1_1()
193 for (auto&& idType : prop.supportedIdentifierTypes) { in isSupported()
157 EXPECT_GT(prop11.supportedIdentifierTypes.size(), 0u); in SetUp()
229 @ProgramSelector.IdentifierType int[] supportedIdentifierTypes, in ModuleProperties() argument246 mSupportedIdentifierTypes = arrayToSet(supportedIdentifierTypes); in ModuleProperties()
107 vec<uint32_t> supportedIdentifierTypes;
198 EXPECT_GT(mProperties.supportedIdentifierTypes.size(), 0u); in SetUp()
393 prop11 ? ArrayFromHal(env, prop11->supportedIdentifierTypes) : nullptr; in ModulePropertiesFromHal()
273 vec<uint32_t> supportedIdentifierTypes;