Searched refs:ProgramType (Results 1 – 8 of 8) 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()
67 public @interface ProgramType {} annotation in Texture2dProgram101 private @ProgramType int mProgramType;114 public Texture2dProgram(@ProgramType int programType) { in Texture2dProgram()161 public @ProgramType int getProgramType() { in getProgramType()
125 public @interface ProgramType {} annotation in ProgramSelector253 private final @ProgramType int mProgramType;271 public ProgramSelector(@ProgramType int programType, @NonNull Identifier primaryId, in ProgramSelector()291 public @ProgramType int getProgramType() { in getProgramType()471 @ProgramType int programType = isAm ? PROGRAM_TYPE_AM : PROGRAM_TYPE_FM; in createAmFmSelector()
228 @ProgramSelector.ProgramType int[] supportedProgramTypes, in ModuleProperties()375 public boolean isProgramTypeSupported(@ProgramSelector.ProgramType int type) { in isProgramTypeSupported()
115 private static @ProgramSelector.ProgramType int identifierTypeToProgramType( in identifierTypeToProgramType()
1990 …public static abstract deprecated class ProgramSelector.ProgramType implements java.lang.annotatio…
14325 Landroid/hardware/radio/ProgramSelector$ProgramType;