Searched defs:mType (Results 76 - 100 of 205) sorted by relevance

123456789

/frameworks/rs/driver/
H A DrsdShader.h110 uint32_t mType; member in class:RsdShader
/frameworks/rs/
H A DrsFileA3D.h47 RsA3DClassID mType; member in class:android::renderscript::FileA3D::A3DIndexEntry
57 return mType;
/frameworks/support/recyclerview-selection/src/androidTest/java/androidx/recyclerview/selection/
H A DRangeTest.java131 private int mType; field in class:RangeTest.Capture
137 mType = type;
141 assertEquals(expected, mType);
/frameworks/support/wear/src/main/java/androidx/wear/widget/
H A DConfirmationOverlay.java120 private int mType = SUCCESS_ANIMATION; field in class:ConfirmationOverlay
153 mType = type;
305 switch (mType) {
319 String.format(Locale.US, "Invalid ConfirmationOverlay type [%d]", mType);
/frameworks/av/include/media/
H A DMediaAnalyticsItem.h220 Type mType; member in struct:android::MediaAnalyticsItem::Prop
H A DMicrophoneInfo.h45 mType = characteristic.device;
78 RETURN_IF_FAILED(parcel->writeUint32(mType));
107 RETURN_IF_FAILED(parcel->readUint32(&mType));
154 return mType;
231 uint32_t mType; member in class:android::media::MicrophoneInfo
/frameworks/av/include/media/stagefright/foundation/
H A DAMessage.h290 Type mType; member in struct:android::AMessage::Item
/frameworks/av/media/libmediametrics/include/
H A DMediaAnalyticsItem.h220 Type mType; member in struct:android::MediaAnalyticsItem::Prop
/frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/
H A DAMessage.h290 Type mType; member in struct:android::AMessage::Item
/frameworks/av/media/libstagefright/include/media/stagefright/foundation/
H A DAMessage.h290 Type mType; member in struct:android::AMessage::Item
/frameworks/av/media/libstagefright/webm/
H A DWebmWriter.h84 int mType; member in struct:android::WebmWriter::WebmStream
94 : mType(kInvalidType),
100 : mType(type),
106 mType = other.mType;
/frameworks/av/media/mtp/
H A DMtpProperty.h48 MtpDataType mType; member in class:android::MtpProperty
87 MtpDataType getDataType() const { return mType; }
/frameworks/av/packages/MediaComponents/src/com/android/media/
H A DSessionToken2Impl.java49 private final @TokenType int mType; field in class:SessionToken2Impl
85 mType = TYPE_LIBRARY_SERVICE;
90 mType = TYPE_SESSION_SERVICE;
105 mType = type;
168 return mType;
222 bundle.putInt(KEY_TYPE, mType);
231 return mType
248 && mType == other.mType;
253 return "SessionToken {pkg=" + mPackageName + " id=" + mId + " type=" + mType
[all...]
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
H A DAudioPort.h40 mName(name), mType(type), mRole(role), mFlags(AUDIO_OUTPUT_FLAG_NONE) {}
47 audio_port_type_t getType() const { return mType; }
95 return mProfiles.checkCompatibleProfile(samplingRate, channelMask, format, mType, mRole);
122 return ((mType == AUDIO_PORT_TYPE_DEVICE) && (mRole == AUDIO_PORT_ROLE_SOURCE)) ||
123 ((mType == AUDIO_PORT_TYPE_MIX) && (mRole == AUDIO_PORT_ROLE_SINK));
128 return (mType == AUDIO_PORT_TYPE_MIX) && (mRole == AUDIO_PORT_ROLE_SOURCE) &&
146 audio_port_type_t mType; member in class:android::AudioPort
/frameworks/av/services/camera/libcameraservice/common/
H A DCameraProviderManager.h367 std::string mType; member in struct:android::CameraProviderManager::ProviderInfo
/frameworks/av/services/soundtrigger/
H A DSoundTriggerHwService.h82 sound_trigger_sound_model_type_t mType; member in class:android::SoundTriggerHwService::Model
101 event_type mType; member in class:android::SoundTriggerHwService::CallbackEvent
/frameworks/base/core/java/android/net/
H A DRouteInfo.java78 private final int mType; field in class:RouteInfo
156 mType = type;
312 return mType;
321 return mType == RTN_UNICAST && mDestination.getPrefixLength() == 0;
406 if (mType == RTN_UNREACHABLE) {
408 } else if (mType == RTN_THROW) {
414 if (mType != RTN_UNICAST) {
415 val += " unknown type " + mType;
435 mType == target.getType();
445 + (mType * 7
[all...]
/frameworks/base/core/java/android/nfc/tech/
H A DMifareClassic.java122 private int mType; field in class:MifareClassic
155 mType = TYPE_CLASSIC;
159 mType = TYPE_CLASSIC;
163 mType = TYPE_PLUS;
168 mType = TYPE_PLUS;
173 mType = TYPE_CLASSIC;
177 mType = TYPE_CLASSIC;
182 mType = TYPE_CLASSIC;
187 mType = TYPE_CLASSIC;
193 mType
[all...]
/frameworks/base/core/java/android/os/
H A DPatternMatcher.java86 private final int mType; field in class:PatternMatcher
96 mType = type;
97 if (mType == PATTERN_ADVANCED_GLOB) {
109 return mType;
113 return matchPattern(str, mPattern, mParsedPattern, mType);
118 switch (mType) {
139 proto.write(PatternMatcherProto.TYPE, mType);
151 dest.writeInt(mType);
157 mType = src.readInt();
/frameworks/base/core/java/android/view/
H A DActionMode.java56 private int mType = TYPE_PRIMARY; field in class:ActionMode
186 mType = type;
195 return mType;
/frameworks/base/core/java/com/android/internal/view/
H A DBaseSurfaceHolder.java50 int mType = -1; field in class:BaseSurfaceHolder
172 if (mType == SURFACE_TYPE_PUSH_BUFFERS) {
/frameworks/base/libs/hwui/service/
H A DGraphicsStatsService.cpp310 Dump(int outFd, DumpType type) : mFd(outFd), mType(type) {}
312 DumpType type() { return mType; }
317 DumpType mType; member in class:android::uirenderer::GraphicsStatsService::Dump
/frameworks/base/location/java/android/location/
H A DGnssNavigationMessage.java131 private int mType; field in class:GnssNavigationMessage
152 mType = navigationMessage.mType;
174 return mType;
183 mType = value;
191 switch (mType) {
213 return "<Invalid:" + mType + ">";
395 parcel.writeInt(mType);
433 mType = TYPE_UNKNOWN;
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/lowpan/java/android/net/lowpan/
H A DLowpanIdentity.java119 mIdentity.mType = x;
140 private String mType = ""; field in class:LowpanIdentity
168 return mType;
181 if (mType.length() > 0) {
182 sb.append(", Type:").append(mType);
208 && mType.equals(rhs.mType)
216 Arrays.hashCode(mRawName), mType, Arrays.hashCode(mXpanid), mPanid, mChannel);
229 dest.writeString(mType);

Completed in 495 milliseconds

123456789