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

123456789

/frameworks/base/packages/Osu/src/com/android/hotspot2/omadm/
H A DNodeAttribute.java5 private final String mType; field in class:NodeAttribute
10 mType = type;
23 return mType;
28 return String.format("%s (%s) = '%s'", mName, mType, mValue);
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/omadm/
H A DNodeAttribute.java5 private final String mType; field in class:NodeAttribute
10 mType = type;
23 return mType;
36 return mName.equals(that.mName) && mType.equals(that.mType) && mValue.equals(that.mValue);
41 return String.format("%s (%s) = '%s'", mName, mType, mValue);
/frameworks/av/media/libmedia/
H A DMediaResourcePolicy.cpp30 : mType(type),
34 mType = parcel.readString8();
39 parcel->writeString8(mType);
45 str.appendFormat("%s:%s", mType.string(), mValue.string());
H A DMediaResource.cpp25 : mType(kUnspecified),
30 : mType(type),
35 : mType(type),
40 mType = static_cast<Type>(parcel.readInt32());
46 parcel->writeInt32(static_cast<int32_t>(mType));
53 str.appendFormat("%s/%s:%llu", asString(mType), asString(mSubType), (unsigned long long)mValue);
58 return (other.mType == mType) && (other.mSubType == mSubType) && (other.mValue == mValue);
/frameworks/base/libs/hwui/
H A DOutline.h38 , mType(Type::None)
44 if (mType == Type::RoundRect
54 mType = Type::RoundRect;
73 mType = Type::ConvexPath;
80 mType = Type::Empty;
86 mType = Type::None;
92 return mType == Type::Empty;
109 return mShouldClip && (mType == Type::RoundRect);
118 if (mType == Type::RoundRect) {
127 if (mType
146 Type mType; member in class:android::uirenderer::Outline::Type
[all...]
H A DGpuMemoryTracker.h30 "!= gpu thread %lu", this, static_cast<int>(mType), mSize, \
43 GpuObjectType objectType() { return mType; }
55 GpuMemoryTracker(GpuObjectType type) : mType(type) {
72 GpuObjectType mType; member in class:android::uirenderer::GpuMemoryTracker
/frameworks/av/media/libstagefright/webm/
H A DWebmFrame.cpp42 : mType(kInvalidType),
50 : mType(type),
59 mType == kVideoType ? kVideoTrackNum : kAudioTrackNum,
73 if (this->mType == kAudioType && other.mType == kVideoType) {
76 if (this->mType == kVideoType && other.mType == kAudioType) {
/frameworks/base/libs/hwui/thread/
H A DBarrier.h27 Barrier(Condition::WakeUpType type = Condition::WAKE_UP_ALL) : mType(type), mOpened(false) { }
33 mCondition.signal(mType);
44 Condition::WakeUpType mType; member in class:android::uirenderer::Barrier
/frameworks/base/media/java/android/media/
H A DMediaSyncEvent.java65 private final int mType; field in class:MediaSyncEvent
69 mType = eventType;
100 return mType;
H A DAudioDevicePort.java36 private final int mType; field in class:AudioDevicePort
46 mType = type;
54 return mType;
87 if (mType != other.type()) {
102 AudioSystem.getInputDeviceName(mType) :
103 AudioSystem.getOutputDeviceName(mType));
105 + ", mType: " + type
/frameworks/base/core/java/android/content/
H A DContentProviderOperation.java46 private final int mType; field in class:ContentProviderOperation
63 mType = builder.mType;
75 mType = source.readInt();
98 mType = cpo.mType;
122 dest.writeInt(mType);
222 return mType;
231 return mType == TYPE_INSERT;
240 return mType
489 private final int mType; field in class:ContentProviderOperation.Builder
[all...]
/frameworks/base/media/java/android/media/tv/
H A DTvTrackInfo.java57 private final int mType; field in class:TvTrackInfo
75 mType = type;
90 mType = in.readInt();
110 return mType;
141 if (mType != TYPE_AUDIO) {
153 if (mType != TYPE_AUDIO) {
166 if (mType != TYPE_VIDEO) {
179 if (mType != TYPE_VIDEO) {
192 if (mType != TYPE_VIDEO) {
205 if (mType !
310 private final int mType; field in class:TvTrackInfo.Builder
[all...]
H A DTvInputHardwareInfo.java68 private int mType; field in class:TvInputHardwareInfo
81 return mType;
93 if (mType != TV_INPUT_TYPE_HDMI) {
103 b.append(", type=").append(mType);
106 if (mType == TV_INPUT_TYPE_HDMI) {
122 dest.writeInt(mType);
125 if (mType == TV_INPUT_TYPE_HDMI) {
132 mType = source.readInt();
135 if (mType == TV_INPUT_TYPE_HDMI) {
142 private Integer mType field in class:TvInputHardwareInfo.Builder
[all...]
H A DTvStreamConfig.java35 private int mType; field in class:TvStreamConfig
75 return mType;
92 return "TvStreamConfig {mStreamId=" + mStreamId + ";" + "mType=" + mType + ";mGeneration="
105 dest.writeInt(mType);
116 private Integer mType; field in class:TvStreamConfig.Builder
130 mType = type;
150 if (mStreamId == null || mType == null || mMaxWidth == null || mMaxHeight == null
157 config.mType = mType;
[all...]
/frameworks/base/core/java/android/nfc/tech/
H A DNfcBarcode.java38 private int mType; field in class:NfcBarcode
67 mType = extras.getInt(EXTRA_BARCODE_TYPE);
83 return mType;
122 switch (mType) {
/frameworks/base/drm/java/android/drm/
H A DDrmEvent.java49 private final int mType; field in class:DrmEvent
65 mType = type;
85 mType = type;
107 return mType;
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/expr/
H A DSymbolExpr.java28 Class mType; field in class:SymbolExpr
33 mType = type;
42 return modelAnalyzer.findClass(mType);
47 return mType.getSimpleName() + mText;
/frameworks/base/packages/Osu/src/com/android/anqp/eap/
H A DNonEAPInnerAuth.java20 private final NonEAPType mType; field in class:NonEAPInnerAuth
39 mType = typeID < NonEAPType.values().length ?
45 mType = type;
53 mType = sRevOmaMap.get(eapType);
62 return mType;
66 return sOmaMap.get(mType);
75 return mType.hashCode();
91 return "Auth method NonEAPInnerAuthEAP, inner = " + mType + '\n';
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/anqp/eap/
H A DNonEAPInnerAuth.java20 private final NonEAPType mType; field in class:NonEAPInnerAuth
39 mType = typeID < NonEAPType.values().length ?
45 mType = type;
53 mType = sRevOmaMap.get(eapType);
62 return mType;
66 return sOmaMap.get(mType);
75 return mType.hashCode();
91 return "Auth method NonEAPInnerAuthEAP, inner = " + mType + '\n';
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DAllocation.java59 Type mType; field in class:Allocation
97 return mType.mElement.mType;
105 return mType.mElement.mType;
113 return mType.mElement.mType;
121 return mType.mElement.mType;
254 return mType
[all...]
/frameworks/base/core/java/android/hardware/location/
H A DContextHubMessage.java31 private int mType; field in class:ContextHubMessage
44 return mType;
71 mType = msgType;
100 mType = msgType;
110 mType = in.readInt();
118 out.writeInt(mType);
/frameworks/base/packages/EasterEgg/src/com/android/egg/neko/
H A DFood.java25 private final int mType; field in class:Food
31 mType = type;
43 return Icon.createWithResource(context, sIcons[mType]);
50 return sNames[mType];
54 return context.getResources().getIntArray(R.array.food_intervals)[mType];
58 return mType;
/frameworks/base/rs/java/android/renderscript/
H A DAllocation.java60 Type mType; field in class:Allocation
104 return mType.mElement.mType;
112 return mType.mElement.mType;
120 return mType.mElement.mType;
128 return mType.mElement.mType;
148 "[] is not compatible with data type " + mType
[all...]
/frameworks/native/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;
99 mType
[all...]
/frameworks/base/core/java/android/bluetooth/le/
H A DResultStorageDescriptor.java30 private int mType; field in class:ResultStorageDescriptor
35 return mType;
54 mType = type;
66 dest.writeInt(mType);
76 mType = in.readInt();

Completed in 4279 milliseconds

123456789