Searched refs:mType (Results 26 - 50 of 273) sorted by relevance

1234567891011

/frameworks/base/core/java/android/hardware/location/
H A DContextHubMessage.java38 private int mType; field in class:ContextHubMessage
48 return mType;
75 mType = msgType;
104 mType = msgType;
114 mType = in.readInt();
122 out.writeInt(mType);
144 "ContextHubMessage[type = " + mType + ", length = " + mData.length + " bytes](";
/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();
/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/av/services/audiopolicy/common/managerdefinitions/include/
H A DAudioRoute.h39 explicit AudioRoute(audio_route_type_t type) : mType(type) {}
47 audio_route_type_t getType() const { return mType; }
54 audio_route_type_t mType; member in class:android::AudioRoute
/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 DSignal.h30 : mType(type), mSignaled(false) {}
38 mCondition.signal(mType);
50 Condition::WakeUpType mType; member in class:android::uirenderer::Signal
/frameworks/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;
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/expr/
H A DCastExpr.java27 final String mType; field in class:CastExpr
31 mType = type;
36 return modelAnalyzer.findClass(mType, getModel().getImports());
49 return join(mType, getCastExpr().computeUniqueKey());
84 return model.castExpr(mType, getCastExpr().cloneToModel(model));
89 return "(" + mType + ") " + getCastExpr();
/frameworks/base/core/java/android/content/pm/
H A DSharedLibraryInfo.java75 private final @Type int mType; field in class:SharedLibraryInfo
94 mType = type;
110 return mType;
147 return mType == TYPE_BUILTIN;
154 return mType == TYPE_DYNAMIC;
161 return mType == TYPE_STATIC;
192 return "SharedLibraryInfo[name:" + mName + ", type:" + typeToString(mType)
201 parcel.writeInt(mType);
/frameworks/base/location/java/android/location/
H A DGeofence.java33 private final int mType; field in class:Geofence
54 mType = TYPE_HORIZONTAL_CIRCLE;
62 return mType;
124 parcel.writeInt(mType);
143 typeToString(mType), mLatitude, mLongitude, mRadius);
156 result = prime * result + mType;
178 if (mType != other.mType)
H A DGpsNavigationMessage.java81 private byte mType; field in class:GpsNavigationMessage
96 mType = navigationMessage.mType;
115 return mType;
122 mType = value;
130 switch (mType) {
142 return "<Invalid:" + mType + ">";
279 parcel.writeByte(mType);
317 mType = TYPE_UNKNOWN;
/frameworks/base/media/java/android/media/
H A DDataSourceDesc.java65 private int mType = TYPE_NONE; field in class:DataSourceDesc
115 return mType;
213 private int mType = TYPE_NONE; field in class:DataSourceDesc.Builder
242 mType = dsd.mType;
265 if (mType != TYPE_CALLBACK
266 && mType != TYPE_FD
267 && mType != TYPE_URI) {
268 throw new IllegalStateException("Illegal type: " + mType);
276 dsd.mType
[all...]
/frameworks/support/media/src/main/java/androidx/media/
H A DDataSourceDesc.java70 private int mType = TYPE_NONE; field in class:DataSourceDesc
120 return mType;
207 private int mType = TYPE_NONE; field in class:DataSourceDesc.Builder
236 mType = dsd.mType;
259 if (mType != TYPE_CALLBACK
260 && mType != TYPE_FD
261 && mType != TYPE_URI) {
262 throw new IllegalStateException("Illegal type: " + mType);
270 dsd.mType
[all...]
/frameworks/av/media/libmedia/
H A DDataSourceDesc.cpp29 : mType(TYPE_NONE),
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DGraphOutputTarget.java14 private FrameType mType = FrameType.any(); field in class:GraphOutputTarget
22 mType = type;
26 return mType;
32 .addInputPort("frame", Signature.PORT_REQUIRED, mType)
/frameworks/rs/
H A DrsComponent.cpp30 mType = dt;
75 switch (mType) {
186 rsAssert(mType != RS_TYPE_INVALID);
196 return (mType >= RS_TYPE_ELEMENT);
250 if (mType >= RS_TYPE_ELEMENT) {
252 prefix, gTypeObjStrings[mType - RS_TYPE_ELEMENT], gKindStrings[mKind], mVectorSize, mBits);
255 prefix, gTypeBasicStrings[mType], gKindStrings[mKind], mVectorSize, mBits);
260 stream->addU8((uint8_t)mType);
267 mType = (RsDataType)stream->loadU8();
273 set(mType, mKin
[all...]
/frameworks/base/core/java/android/hardware/radio/
H A DAnnouncement.java82 @Type private final int mType; field in class:Announcement
89 mType = Objects.requireNonNull(type);
95 mType = in.readInt();
102 dest.writeInt(mType);
127 return mType;
/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;
/frameworks/base/graphics/java/android/graphics/
H A DRadialGradient.java32 private int mType; field in class:RadialGradient
69 mType = TYPE_COLORS_AND_POSITIONS;
93 mType = TYPE_COLOR_CENTER_AND_COLOR_EDGE;
104 if (mType == TYPE_COLORS_AND_POSITIONS) {
119 if (mType == TYPE_COLORS_AND_POSITIONS) {
H A DSweepGradient.java32 private int mType; field in class:SweepGradient
64 mType = TYPE_COLORS_AND_POSITIONS;
80 mType = TYPE_COLOR_START_AND_COLOR_END;
91 if (mType == TYPE_COLORS_AND_POSITIONS) {
104 if (mType == TYPE_COLORS_AND_POSITIONS) {
/frameworks/base/core/java/android/content/
H A DRestrictionEntry.java106 private int mType; field in class:RestrictionEntry
145 mType = type;
156 this.mType = TYPE_CHOICE;
167 this.mType = TYPE_BOOLEAN;
178 this.mType = TYPE_MULTI_SELECT;
189 mType = TYPE_INTEGER;
207 mType = TYPE_BUNDLE_ARRAY;
217 mType = TYPE_BUNDLE;
250 this.mType = type;
258 return mType;
[all...]
/frameworks/base/core/java/android/hardware/hdmi/
H A DHdmiPortInfo.java37 private final int mType; field in class:HdmiPortInfo
55 mType = type;
77 return mType;
158 dest.writeInt(mType);
182 return mId == other.mId && mType == other.mType && mAddress == other.mAddress
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarIconHolder.java38 private int mType = TYPE_ICON; field in class:StatusBarIconHolder
60 holder.mType = TYPE_WIFI;
67 holder.mType = TYPE_MOBILE;
73 return mType;
100 switch (mType) {
117 switch (mType) {
/frameworks/base/graphics/java/android/graphics/drawable/
H A DIcon.java102 private final int mType; field in class:Icon
109 // based on the value of mType.
135 return mType;
143 if (mType != TYPE_BITMAP && mType != TYPE_ADAPTIVE_BITMAP) {
158 if (mType != TYPE_DATA) {
172 if (mType != TYPE_DATA) {
186 if (mType != TYPE_DATA) {
199 if (mType != TYPE_RESOURCE) {
214 if (mType !
473 Icon(int mType) argument
[all...]

Completed in 855 milliseconds

1234567891011