HomeSort by relevance Sort by last modified time
    Searched defs:ProgramType (Results 1 - 4 of 4) sorted by null

  /frameworks/av/cmds/screenrecord/
Program.h 34 enum ProgramType { PROGRAM_UNKNOWN=0, PROGRAM_EXTERNAL_TEXTURE,
49 status_t setup(ProgramType type);
82 ProgramType mProgramType;
  /frameworks/base/core/java/android/hardware/radio/
ProgramSelector.java 51 * The primaryId of a given programType MUST be of a specific type:
90 public @interface ProgramType {}
144 * It must not be used in any other programType than corresponding VENDOR
169 private final @ProgramType int mProgramType;
182 * @param programType type of a radio technology.
187 public ProgramSelector(@ProgramType int programType, @NonNull Identifier primaryId,
194 mProgramType = programType;
205 public @ProgramType int getProgramType() {
339 @ProgramType int programType = isAm ? PROGRAM_TYPE_AM : PROGRAM_TYPE_FM
    [all...]
  /external/deqp/modules/glshared/
glsLifetimeTests.hpp 183 class ProgramType : public Type
186 ProgramType (const Context& ctx) : Type(ctx) {}
369 ProgramType m_programType;
  /prebuilts/sdk/system_current/
android.jar 

Completed in 74 milliseconds