Searched refs:ProgramType (Results 1 – 6 of 6) 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()
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()
2685 …ctor public ProgramSelector(@android.hardware.radio.ProgramSelector.ProgramType int, @NonNull andr…2692 …method @Deprecated @android.hardware.radio.ProgramSelector.ProgramType public int getProgramType();2742 …java.lang.annotation.RetentionPolicy.SOURCE) public static @interface ProgramSelector.ProgramType {2874 …hod public boolean isProgramTypeSupported(@android.hardware.radio.ProgramSelector.ProgramType int);