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

12

/frameworks/base/core/jni/
H A Dandroid_nfc.h40 uint8_t *Type; member in struct:phFriNfc_NdefRecord
/frameworks/base/libs/rs/
H A DrsType.h27 class Type : public ObjectBase { class in namespace:android::renderscript
29 Type * createTex2D(const Element *, size_t w, size_t h, bool mip);
63 static Type *createFromStream(Context *rsc, IStream *stream);
65 ObjectBaseRef<Type> cloneAndResize1D(Context *rsc, uint32_t dimX) const;
66 ObjectBaseRef<Type> cloneAndResize2D(Context *rsc, uint32_t dimX, uint32_t dimY) const;
68 static ObjectBaseRef<Type> getTypeRef(Context *rsc, const Element *e,
72 static Type* getType(Context *rsc, const Element *e,
75 ObjectBaseRef<Type> type = getTypeRef(rsc, e, dimX, dimY, dimZ, dimLOD, dimFaces);
115 virtual ~Type();
118 Type(Contex
[all...]
H A DrsType.cpp22 Type::Type(Context *rsc) : ObjectBase(rsc) { function in class:Type
28 void Type::preDestroy() const {
37 Type::~Type() {
44 void Type::clear() {
64 size_t Type::getOffsetForFace(uint32_t face) const {
69 void Type::compute() {
112 uint32_t Type::getLODOffset(uint32_t lod, uint32_t x) const {
118 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.java37 enum Type { enum in class:Record
66 /** Type of record. */
67 final Type type;
84 case '>': type = Type.START_LOAD; break;
85 case '<': type = Type.END_LOAD; break;
86 case '+': type = Type.START_INIT; break;
87 case '-': type = Type.END_INIT; break;
/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 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/base/include/media/stagefright/foundation/
H A DAMessage.h97 enum Type { enum in struct:android::AMessage
130 Type mType;
141 const Item *findItem(const char *name, Type type) const;
/frameworks/base/libs/hwui/
H A DSkiaColorFilter.h41 * Type of Skia color filter in use.
43 enum Type { enum in struct:android::uirenderer::SkiaColorFilter
50 ANDROID_API SkiaColorFilter(SkColorFilter *skFilter, Type type, bool blend);
60 Type type() const {
69 Type mType;
H A DSkiaShader.h46 * Type of Skia shader in use.
48 enum Type { enum in struct:android::uirenderer::SkiaShader
57 ANDROID_API SkiaShader(Type type, SkShader* key, SkShader::TileMode tileX,
76 Type type() const {
119 Type mType;
209 SkiaSweepGradientShader(Type type, float x, float y, uint32_t* colors, float* positions,
/frameworks/media/libvideoeditor/vss/3gpwriter/src/
H A DM4MP4W_Interface.c820 * M4WRITER_OutputFileType* Type,
826 * @param Type: (OUT) return the type of this writer. Will always be
839 M4WRITER_OutputFileType* Type,
847 "Type=0x%x, SrcGlobalInterface=0x%x,\
848 SrcDataInterface=0x%x", Type, SrcGlobalInterface, SrcDataInterface);
852 M4OSA_DEBUG_IF2((M4OSA_NULL == Type), M4ERR_PARAMETER,
853 "M4WRITER_3GP_getInterfaces: Type is M4OSA_NULL");
861 *Type = M4WRITER_k3GPP;
838 M4WRITER_3GP_getInterfaces( M4WRITER_OutputFileType* Type, M4WRITER_GlobalInterface** SrcGlobalInterface, M4WRITER_DataInterface** SrcDataInterface) argument
/frameworks/base/graphics/java/android/renderscript/
H A DType.java24 * <p>Type is an allocation template. It consists of an Element and one or more
28 * <p>A Type consists of several dimensions. Those are X, Y, Z, LOD (level of
44 public class Type extends BaseObj { class in inherits:BaseObj
74 * Return the element associated with this Type.
110 * Return if the Type has a mipmap chain.
119 * Return if the Type is a cube map.
128 * Return the total number of accessable cells in the Type.
174 Type(int id, RenderScript rs) { method in class:Type
200 * Builder class for Type.
226 * Add a dimension to the Type
[all...]
/frameworks/base/media/libeffects/lvm/lib/SpectrumAnalyzer/lib/
H A DLVPSA.h93 LVPSA_MemoryTypes_en Type; /* Region type */ member in struct:__anon452
/frameworks/base/media/libeffects/lvm/lib/StereoWidening/lib/
H A DLVCS.h186 LVCS_MemoryTypes_en Type; /* Region type */ member in struct:__anon466
/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/media/libvideoeditor/vss/common/inc/
H A DLVM_Types.h151 LVM_MemoryTypes_en Type; /* Region type */ member in struct:__anon1385
/frameworks/base/tools/aapt/
H A DResourceTable.h76 class Type;
164 const sp<Type>& t,
372 // Index of this entry in its Type.
421 class Type : public RefBase { class in class:ResourceTable
423 Type(const String16& name, const SourcePos& pos) function in class:ResourceTable::Type
426 virtual ~Type() { delete mFirstPublicSourcePos; }
478 sp<Type> getType(const String16& type,
496 const DefaultKeyedVector<String16, sp<Type> >& getTypes() const { return mTypes; }
497 const Vector<sp<Type> >& getOrderedTypes() const { return mOrderedTypes; }
506 DefaultKeyedVector<String16, sp<Type> > mType
[all...]
/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:__anon358
/frameworks/base/media/libeffects/lvm/lib/Common/lib/
H A DLVM_Types.h155 LVM_MemoryTypes_en Type; /* Region type */ member in struct:__anon414
/frameworks/base/media/libeffects/lvm/lib/Eq/lib/
H A DLVEQNB.h230 LVEQNB_MemoryTypes_en Type; /* Region type */ member in struct:__anon432
/frameworks/compile/slang/
H A Dslang_rs_metadata_spec_encoder.cpp81 // joinString, encodeTypeBase, encode*Type(), encodeRSType, encodeRSVar,
96 unsigned encode ## x ## Type(const union RSType *T);
302 case RS_TC_ ## x: return encode ## x ## Type(T);
322 unsigned Type = encodeRSType(V->type); local
329 if (!EncodeInteger(mModule->getContext(), Type, VarInfo)) {
/frameworks/base/include/media/stagefright/
H A DMetaData.h140 enum Type { enum in class:android::MetaData
/frameworks/base/media/libeffects/lvm/lib/Bundle/src/
H A DLVM_Private.h128 LVM_MemoryTypes_en Type; /* Region type */ member in struct:__anon385

Completed in 6483 milliseconds

12