Searched refs:ProgramType (Results 1 – 7 of 7) sorted by relevance
34 enum ProgramType { PROGRAM_UNKNOWN=0, PROGRAM_EXTERNAL_TEXTURE, enum49 status_t setup(ProgramType type);82 ProgramType mProgramType;
71 status_t Program::setup(ProgramType type) { in setup()
133 public @interface ProgramType {} annotation in ProgramSelector434 private final @ProgramType int mProgramType;453 public ProgramSelector(@ProgramType int programType, @NonNull Identifier primaryId, in ProgramSelector()473 public @ProgramType int getProgramType() { in getProgramType()653 @ProgramType int programType = isAm ? PROGRAM_TYPE_AM : PROGRAM_TYPE_FM; in createAmFmSelector()
281 @ProgramSelector.ProgramType int[] supportedProgramTypes, in ModuleProperties()446 public boolean isProgramTypeSupported(@ProgramSelector.ProgramType int type) { in isProgramTypeSupported()
141 private static @ProgramSelector.ProgramType int identifierTypeToProgramType( in identifierTypeToProgramType()
192 @ProgramSelector.ProgramType
125 …java.lang.annotation.RetentionPolicy.SOURCE) public static @interface ProgramSelector.ProgramType {