Searched refs:supportedIdentifierTypes (Results 1 – 6 of 6) sorted by relevance
241 int[] supportedIdentifierTypes = prop.supportedIdentifierTypes.stream(). in propertiesFromHal() local243 int[] supportedProgramTypes = identifierTypesToProgramTypes(supportedIdentifierTypes); in propertiesFromHal()267 supportedIdentifierTypes, in propertiesFromHal()
213 halProperties.supportedIdentifierTypes = new ArrayList<Integer>(Arrays.asList( in createHalProperties()
293 int[] supportedProgramTypes = identifierTypesToProgramTypes(prop.supportedIdentifierTypes); in propertiesFromHalProperties()317 prop.supportedIdentifierTypes, in propertiesFromHalProperties()
534 halProperties.supportedIdentifierTypes = new int[]{IdentifierType.AMFM_FREQUENCY_KHZ, in createHalProperties()
248 @ProgramSelector.IdentifierType int[] supportedIdentifierTypes, in ModuleProperties() argument265 mSupportedIdentifierTypes = arrayToSet(supportedIdentifierTypes); in ModuleProperties()
393 prop11 ? ArrayFromHal(env, prop11->supportedIdentifierTypes) : nullptr; in ModulePropertiesFromHal()