Searched defs:Type (Results 1 - 23 of 23) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_nfc.h40 uint8_t *Type; member in struct:phFriNfc_NdefRecord
/frameworks/base/libs/rs/
H A DrsType.h28 class Type : public ObjectBase class in namespace:android::renderscript
31 Type(Context *);
32 virtual ~Type();
34 Type * createTex2D(const Element *, size_t w, size_t h, bool mip);
127 Type(const Type &);
145 Vector<Type *> mTypes;
H A DrsType.cpp23 Type::Type(Context *rsc) : ObjectBase(rsc) function in class:Type
32 Type::~Type()
45 void Type::clear()
67 size_t Type::getOffsetForFace(uint32_t face) const
73 void Type::compute()
117 uint32_t Type::getLODOffset(uint32_t lod, uint32_t x) const
124 uint32_t Type::getLODOffset(uint32_t lod, uint32_t x, uint32_t y) const
131 uint32_t Type
[all...]
/frameworks/base/tools/preload/
H A DOperation.java29 * Type of operation.
31 enum Type { enum in class:Operation
44 /** Type of operation. */
45 final Type type;
58 int index, Type type) {
H A DRecord.java35 enum Type { enum in class:Record
64 /** Type of record. */
65 final Type type;
82 case '>': type = Type.START_LOAD; break;
83 case '<': type = Type.END_LOAD; break;
84 case '+': type = Type.START_INIT; break;
85 case '-': type = Type.END_INIT; break;
/frameworks/base/include/media/stagefright/foundation/
H A DAMessage.h69 enum Type { enum in struct:android::AMessage
96 Type mType;
108 const Item *findItem(const char *name, Type type) const;
/frameworks/base/graphics/java/android/renderscript/
H A DType.java25 public class Type extends BaseObj { class in inherits:BaseObj
97 Type(int id, RenderScript rs) { method in class:Type
111 public static Type createFromClass(RenderScript rs, Class c, int size) {
115 Type t = b.create();
149 public static Type createFromClass(RenderScript rs, Class c, int size, String scriptName) {
150 Type t = createFromClass(rs, c, size);
192 static synchronized Type internalCreate(RenderScript rs, Builder b) {
199 return new Type(id, rs);
202 public Type create() {
203 Type
[all...]
/frameworks/base/include/media/
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 kTitle = 1; // String
56 static const Type kComment = 2; // String
57 static const Type kCopyright = 3; // String
58 static const Type kAlbum = 4; // String
59 static const Type kArtist = 5; // String
60 static const Type kAuthor = 6; // String
61 static const Type kCompose
[all...]
/frameworks/base/media/libeffects/lvm/lib/SpectrumAnalyzer/lib/
H A DLVPSA.h93 LVPSA_MemoryTypes_en Type; /* Region type */ member in struct:__anon374
/frameworks/base/media/libeffects/lvm/lib/StereoWidening/lib/
H A DLVCS.h186 LVCS_MemoryTypes_en Type; /* Region type */ member in struct:__anon388
/frameworks/base/tools/aidl/
H A DType.h10 class Type class
26 Type(const string& name, int kind, bool canWriteToParcel,
28 Type(const string& package, const string& name,
31 virtual ~Type();
67 Type();
68 Type(const Type&);
80 class BasicType : public Type
111 class BooleanType : public Type
131 class CharType : public Type
[all...]
H A DType.cpp1 #include "Type.h"
5 Type* VOID_TYPE;
6 Type* BOOLEAN_TYPE;
7 Type* BYTE_TYPE;
8 Type* CHAR_TYPE;
9 Type* INT_TYPE;
10 Type* LONG_TYPE;
11 Type* FLOAT_TYPE;
12 Type* DOUBLE_TYPE;
13 Type* STRING_TYP
132 Type::Type(const string& name, int kind, bool canWriteToParcel, bool canBeOut) function in class:Type
144 Type::Type(const string& package, const string& name, function in class:Type
[all...]
/frameworks/base/tools/localize/
H A DXMLHandler.h75 inline int Type() const { return m_type; } function in struct:XMLNode
/frameworks/base/tools/aapt/
H A DResourceTable.h76 class Type;
159 const sp<Type>& t,
367 // Index of this entry in its Type.
416 class Type : public RefBase { class in class:ResourceTable
418 Type(const String16& name, const SourcePos& pos) function in class:ResourceTable::Type
421 virtual ~Type() { delete mFirstPublicSourcePos; }
473 sp<Type> getType(const String16& type,
491 const DefaultKeyedVector<String16, sp<Type> >& getTypes() const { return mTypes; }
492 const Vector<sp<Type> >& getOrderedTypes() const { return mOrderedTypes; }
501 DefaultKeyedVector<String16, sp<Type> > mType
[all...]
/frameworks/base/include/media/stagefright/
H A DMetaData.h117 enum Type { enum in class:android::MetaData
/frameworks/base/include/utils/
H A DList.h74 typedef const TYPE Type; typedef in struct:android::List::CONST_ITERATOR
80 typedef TYPE Type; typedef in struct:android::List::NON_CONST_ITERATOR
90 typedef typename Constness<U>::Type _Type;
/frameworks/base/media/libeffects/lvm/lib/Bass/lib/
H A DLVDBE.h228 LVDBE_MemoryTypes_en Type; /* Region type */ member in struct:__anon280
/frameworks/base/media/libeffects/lvm/lib/Common/lib/
H A DLVM_Types.h155 LVM_MemoryTypes_en Type; /* Region type */ member in struct:__anon336
/frameworks/base/media/libeffects/lvm/lib/Eq/lib/
H A DLVEQNB.h230 LVEQNB_MemoryTypes_en Type; /* Region type */ member in struct:__anon354
/frameworks/base/media/libeffects/lvm/lib/Bundle/src/
H A DLVM_Private.h128 LVM_MemoryTypes_en Type; /* Region type */ member in struct:__anon307
/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/base/media/libstagefright/matroska/
H A DMatroskaExtractor.cpp125 enum Type { enum in struct:android::MatroskaSource
133 Type mType;
/frameworks/base/libs/utils/
H A DResourceTypes.cpp1251 struct ResTable::Type struct in class:android::ResTable
1253 Type(const Header* _header, const Package* _package, size_t count) function in struct:android::ResTable::Type
1280 Vector<Type*> types;
1285 const Type* getType(size_t idx) const {
1315 const Type* type = pkg->getType(i);
1463 const Type* type = grp->packages[0]->getType(t);
1623 LOGI(" Type #0x%02x:\n", (int)(j+1));
1933 const Type* typeClass;
2108 LOGW("Type identifier 0x%x is larger than type count 0x%x",
2115 const Type* cons
[all...]

Completed in 483 milliseconds