Searched refs:mType (Results 1 - 25 of 70) sorted by relevance

123

/frameworks/base/services/surfaceflinger/
H A DTransform.cpp37 : mMatrix(other.mMatrix), mType(other.mType) {
59 if (CC_LIKELY(mType == IDENTITY))
63 if (rhs.mType == IDENTITY)
66 // TODO: we could use mType to optimize the matrix multiply
78 r.mType |= rhs.mType;
81 r.mType &= 0xFF;
82 r.mType |= UNKNOWN_TYPE;
103 mType
[all...]
/frameworks/base/drm/java/android/drm/
H A DDrmEvent.java45 private final int mType; field in class:DrmEvent
61 mType = type;
81 mType = type;
103 return mType;
/frameworks/base/core/java/android/content/
H A DContentProviderOperation.java40 private final int mType; field in class:ContentProviderOperation
57 mType = builder.mType;
69 mType = source.readInt();
91 dest.writeInt(mType);
182 return mType;
186 return mType == TYPE_DELETE || mType == TYPE_INSERT || mType == TYPE_UPDATE;
190 return mType
402 private final int mType; field in class:ContentProviderOperation.Builder
[all...]
/frameworks/base/graphics/java/android/renderscript/
H A DAllocation.java67 Type mType; field in class:Allocation
188 mType = t;
196 if ((mType.mElement.mType == Element.DataType.SIGNED_32) ||
197 (mType.mElement.mType == Element.DataType.UNSIGNED_32)) {
201 "32 bit integer source does not match allocation type " + mType.mElement.mType);
205 if ((mType.mElement.mType
[all...]
H A DAllocationAdapter.java29 super(id, rs, alloc.mType, alloc.mUsage);
104 int tx = mAdaptedAllocation.mType.getX();
105 int ty = mAdaptedAllocation.mType.getY();
106 int tz = mAdaptedAllocation.mType.getZ();
/frameworks/base/core/java/android/util/
H A DProperty.java31 private final Class<V> mType; field in class:Property
63 mType = type;
104 return mType;
/frameworks/base/media/java/android/media/videoeditor/
H A DEffectColor.java63 private final int mType; field in class:EffectColor
122 mType = type;
131 return mType;
/frameworks/base/core/java/android/net/
H A DNetworkIdentity.java34 final int mType; field in class:NetworkIdentity
40 this.mType = type;
48 return Objects.hashCode(mType, mSubType, mSubscriberId);
55 return mType == ident.mType && mSubType == ident.mSubType
64 final String typeName = ConnectivityManager.getNetworkTypeName(mType);
66 if (ConnectivityManager.isNetworkTypeMobile(mType)) {
79 return mType;
H A DNetworkTemplate.java188 if (ident.mType == TYPE_WIMAX) {
192 return (contains(DATA_USAGE_NETWORK_TYPES, ident.mType)
201 if (ident.mType == TYPE_WIMAX) {
218 if (ident.mType == TYPE_WIMAX) {
234 if (ident.mType == TYPE_WIFI) {
244 if (ident.mType == TYPE_ETHERNET) {
/frameworks/base/core/java/android/os/
H A DPatternMatcher.java49 private final int mType; field in class:PatternMatcher
53 mType = type;
61 return mType;
65 return matchPattern(mPattern, str, mType);
70 switch (mType) {
90 dest.writeInt(mType);
95 mType = src.readInt();
/frameworks/base/core/java/android/nfc/tech/
H A DMifareUltralight.java80 private int mType; field in class:MifareUltralight
109 mType = TYPE_UNKNOWN;
114 mType = TYPE_ULTRALIGHT_C;
116 mType = TYPE_ULTRALIGHT;
133 return mType;
H A DMifareClassic.java122 private int mType; field in class:MifareClassic
154 mType = TYPE_CLASSIC;
158 mType = TYPE_CLASSIC;
162 mType = TYPE_PLUS;
167 mType = TYPE_PLUS;
172 mType = TYPE_CLASSIC;
176 mType = TYPE_CLASSIC;
181 mType = TYPE_CLASSIC;
186 mType = TYPE_CLASSIC;
192 mType
[all...]
/frameworks/base/libs/rs/
H A DrsComponent.cpp30 mType = dt;
68 switch (mType) {
176 return (mType >= RS_TYPE_ELEMENT);
230 if (mType >= RS_TYPE_ELEMENT) {
232 prefix, gTypeObjStrings[mType - RS_TYPE_ELEMENT], gKindStrings[mKind], mVectorSize, mBits);
235 prefix, gTypeBasicStrings[mType], gKindStrings[mKind], mVectorSize, mBits);
240 stream->addU8((uint8_t)mType);
247 mType = (RsDataType)stream->loadU8();
253 set(mType, mKind, mNormalized, mVectorSize);
H A DrsComponent.h37 RsDataType getType() const {return mType;}
52 RsDataType mType; member in class:android::renderscript::Component
H A DrsFileA3D.h48 RsA3DClassID mType; member in class:android::renderscript::FileA3D::A3DIndexEntry
58 return mType;
/frameworks/base/core/java/android/hardware/
H A DSensor.java129 private int mType; field in class:Sensor
158 return mType;
/frameworks/base/media/libeffects/testlibs/
H A DAudioShelvingFilter.cpp53 : mType(type),
68 setFrequency(mType == kLowShelf ? 0 : mNiquistFreq);
79 uint32_t log2minFreq = (mType == kLowShelf ? (32-10) : (32-2));
101 if (mType == kHighShelf) {
H A DAudioShelvingFilter.h118 ShelfType mType; member in class:android::AudioShelvingFilter
/frameworks/base/media/libstagefright/foundation/
H A DAMessage.cpp67 switch (item->mType) {
120 return item->mType == type ? item : NULL;
131 item->mType = kType##NAME; \
156 item->mType = kTypeString;
162 item->mType = kTypeObject;
170 item->mType = kTypeMessage;
180 item->mType = kTypeRect;
265 to->mType = from->mType;
267 switch (from->mType) {
[all...]
/frameworks/base/media/libstagefright/
H A DMetaData.cpp216 : mType(0),
225 : mType(from.mType),
235 mType = from.mType;
246 mType = 0;
253 mType = type;
260 *type = mType;
/frameworks/base/core/java/android/nfc/
H A DNdefRecord.java209 private final byte[] mType; field in class:NdefRecord
261 mType = type.clone();
278 mType = null;
303 return mType.clone();
425 return generate(mFlags, mTnf, mType, mId, mPayload);
435 dest.writeInt(mType.length);
436 dest.writeByteArray(mType);
/frameworks/base/libs/hwui/
H A DSkiaColorFilter.h61 return mType;
69 Type mType; member in struct:android::uirenderer::SkiaColorFilter
/frameworks/base/core/java/android/webkit/
H A DFileLoader.java39 private int mType; // Indicates the type of the load field in class:FileLoader
64 mType = type;
69 if (mType == TYPE_ASSET) {
74 } else if (mType == TYPE_RES) {
99 if (mType == TYPE_ASSET) {
106 } else if (mType == TYPE_RES) {
/frameworks/base/media/mtp/
H A DMtpProperty.cpp29 mType(0),
51 mType(type),
100 if (mType == MTP_TYPE_STR) {
127 mType = packet.getUInt16();
129 switch (mType) {
169 packet.putUInt16(mType);
172 switch (mType) {
228 switch (mType) {
283 switch (mType) {
326 LOGI(" type %04X", mType);
[all...]
/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardEntry.java304 private final int mType; field in class:VCardEntry.PhoneData
314 mType = type;
327 builder.withValue(Phone.TYPE, mType);
328 if (mType == Phone.TYPE_CUSTOM) {
352 return (mType == phoneData.mType
360 int hash = mType;
369 return String.format("type: %d, data: %s, label: %s, isPrimary: %s", mType, mNumber,
383 return mType;
397 private final int mType; field in class:VCardEntry.EmailData
496 private final int mType; field in class:VCardEntry.PostalData
738 private final int mType; field in class:VCardEntry.OrganizationData
874 private final int mType; field in class:VCardEntry.ImData
1349 private final int mType; field in class:VCardEntry.SipData
[all...]

Completed in 2373 milliseconds

123