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

12345678

/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.cpp33 : mType(type),
37 : mType(type),
42 mType = parcel.readString8();
48 parcel->writeString8(mType);
55 str.appendFormat("%s/%s:%llu", mType.string(), mSubType.string(), (unsigned long long)mValue);
60 return (other.mType == mType) && (other.mSubType == mSubType) && (other.mValue == 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;
28 return String.format("%s (%s) = '%s'", mName, mType, mValue);
/frameworks/base/libs/hwui/
H A DOutline.h31 , mType(kOutlineType_None)
36 mType = kOutlineType_RoundRect;
50 mType = kOutlineType_ConvexPath;
57 mType = kOutlineType_Empty;
63 mType = kOutlineType_None;
69 return mType == kOutlineType_Empty;
86 return mShouldClip && (mType == kOutlineType_RoundRect);
95 if (mType == kOutlineType_RoundRect) {
104 if (mType == kOutlineType_None || mType
118 OutlineType mType; member in class:android::uirenderer::Outline
[all...]
/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/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/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/base/media/java/android/media/tv/
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...]
H A DTvTrackInfo.java45 private final int mType; field in class:TvTrackInfo
60 mType = type;
74 mType = in.readInt();
92 return mType;
121 if (mType != TYPE_AUDIO) {
131 if (mType != TYPE_AUDIO) {
142 if (mType != TYPE_VIDEO) {
153 if (mType != TYPE_VIDEO) {
164 if (mType != TYPE_VIDEO) {
175 if (mType !
232 private final int mType; field in class:TvTrackInfo.Builder
[all...]
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/expr/
H A DCastExpr.java26 final String mType; field in class:CastExpr
30 mType = type;
35 return modelAnalyzer.findClass(mType, getModel().getImports());
48 return join(mType, getCastExpr().computeUniqueKey());
H A DSymbolExpr.java27 Class mType; field in class:SymbolExpr
32 mType = type;
41 return modelAnalyzer.findClass(mType);
46 return mType.getSimpleName() + mText;
/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);
71 return mType.hashCode();
87 return "Auth method NonEAPInnerAuthEAP, inner = " + mType + '\n';
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DAllocation.java61 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/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;
103 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();
/frameworks/base/core/java/android/net/
H A DWifiLinkQualityInfo.java29 private int mType = UNKNOWN_INT; field in class:WifiLinkQualityInfo
48 dest.writeInt(mType);
65 li.mType = in.readInt();
80 return mType;
87 mType = type;
/frameworks/base/rs/java/android/renderscript/
H A DAllocation.java56 Type mType; field in class:Allocation
95 return mType.mElement.mType;
103 return mType.mElement.mType;
111 return mType.mElement.mType;
119 return mType.mElement.mType;
263 return mType
[all...]
/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/libs/hwui/thread/
H A DBarrier.h27 Barrier(Condition::WakeUpType type = Condition::WAKE_UP_ALL) : mType(type), mOpened(false) { }
33 mCondition.signal(mType);
49 Condition::WakeUpType mType; member in class:android::uirenderer::Barrier
H A DSignal.h29 Signal(Condition::WakeUpType type = Condition::WAKE_UP_ALL) : mType(type), mSignaled(false) { }
37 mCondition.signal(mType);
49 Condition::WakeUpType mType; member in class:android::uirenderer::Signal
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/binding/
H A DAdapterItem.java30 private final int mType; field in class:AdapterItem
38 mType = type;
60 return mType;

Completed in 1335 milliseconds

12345678