Searched defs:Type (Results 51 - 64 of 64) sorted by last modified time

123

/frameworks/base/core/java/com/google/android/util/
H A DAbstractMessageParser.java655 public enum Type { enum in class:AbstractMessageParser.Token
673 Type(String stringRep) { method in class:AbstractMessageParser.Token.Type
683 protected Type type;
686 protected Token(Type type, String text) {
692 public Type getType() { return type; }
725 super(Type.HTML, text);
773 super(Type.MUSIC, track);
793 super(Type.LINK, text);
819 super(Type.GOOGLE_VIDEO, text);
878 super(Type
[all...]
/frameworks/av/include/media/
H A DMediaResource.h28 enum Type { enum in class:android::MediaResource
42 MediaResource(Type type, uint64_t value);
43 MediaResource(Type type, SubType subType, uint64_t value);
53 Type mType;
58 inline static const char *asString(MediaResource::Type i, const char *def = "??") {
H A DMetadata.h49 typedef int32_t Type; typedef in class:android::media::Metadata
50 typedef SortedVector<Type> Filter;
52 static const Type kAny = 0;
55 static const Type kPauseAvailable = 1; // Boolean
56 static const Type kSeekBackwardAvailable = 2; // Boolean
57 static const Type kSeekForwardAvailable = 3; // Boolean
58 static const Type kSeekAvailable = 4; // Boolean
61 static const Type kTitle = 5; // String
62 static const Type kComment = 6; // String
63 static const Type kCopyrigh
[all...]
/frameworks/av/include/media/stagefright/
H A DMetaData.h221 enum Type { enum in class:android::MetaData
/frameworks/av/include/media/stagefright/foundation/
H A DAMessage.h163 enum Type { enum in struct:android::AMessage
178 const char *getEntryNameAt(size_t index, Type *type) const;
212 Type mType;
224 const Item *findItem(const char *name, Type type) const;
227 const char *name, const sp<RefBase> &obj, Type type);
/frameworks/av/media/libeffects/lvm/lib/Bass/lib/
H A DLVDBE.h228 LVDBE_MemoryTypes_en Type; /* Region type */ member in struct:__anon118
/frameworks/av/media/libeffects/lvm/lib/Bundle/src/
H A DLVM_Private.h128 LVM_MemoryTypes_en Type; /* Region type */ member in struct:__anon145
/frameworks/av/media/libeffects/lvm/lib/Common/lib/
H A DLVM_Types.h156 LVM_MemoryTypes_en Type; /* Region type */ member in struct:__anon174
/frameworks/av/media/libeffects/lvm/lib/Eq/lib/
H A DLVEQNB.h230 LVEQNB_MemoryTypes_en Type; /* Region type */ member in struct:__anon192
/frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/lib/
H A DLVPSA.h93 LVPSA_MemoryTypes_en Type; /* Region type */ member in struct:__anon212
/frameworks/av/media/libeffects/lvm/lib/StereoWidening/lib/
H A DLVCS.h186 LVCS_MemoryTypes_en Type; /* Region type */ member in struct:__anon226
/frameworks/av/media/libstagefright/httplive/
H A DM3UParser.cpp34 enum Type { enum in struct:android::M3UParser::MediaGroup
49 MediaGroup(Type type);
51 Type type() const;
80 Type mType;
88 M3UParser::MediaGroup::MediaGroup(Type type)
96 M3UParser::MediaGroup::Type M3UParser::MediaGroup::type() const {
381 MediaGroup::Type groupType;
1026 MediaGroup::Type groupType = MediaGroup::TYPE_AUDIO;
/frameworks/av/media/libstagefright/matroska/
H A DMatroskaExtractor.cpp139 enum Type { enum in struct:android::MatroskaSource
147 Type mType;
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
H A DTypeConverter.h32 typedef uint32_t Type; typedef in struct:android::SampleRateTraits
33 typedef SortedVector<Type> Collection;
37 typedef audio_devices_t Type; typedef in struct:android::DeviceTraits
38 typedef Vector<Type> Collection;
42 typedef audio_output_flags_t Type; typedef in struct:android::OutputFlagTraits
43 typedef Vector<Type> Collection;
47 typedef audio_input_flags_t Type; typedef in struct:android::InputFlagTraits
48 typedef Vector<Type> Collection;
52 typedef audio_format_t Type; typedef in struct:android::FormatTraits
53 typedef Vector<Type> Collectio
57 typedef audio_channel_mask_t Type; typedef in struct:android::ChannelTraits
65 typedef audio_gain_mode_t Type; typedef in struct:android::GainModeTraits
70 typedef audio_stream_type_t Type; typedef in struct:android::StreamTraits
75 typedef device_category Type; typedef in struct:android::DeviceCategoryTraits
81 typedef T Type; typedef in struct:android::DefaultTraits
[all...]

Completed in 370 milliseconds

123