Searched refs:mType (Results 51 - 75 of 273) sorted by relevance

1234567891011

/frameworks/rs/
H A DrsComponent.h38 RsDataType getType() const {return mType;}
54 RsDataType mType; member in class:android::renderscript::Component
/frameworks/av/include/media/
H A DMediaResourcePolicy.h39 String8 mType; member in class:android::MediaResourcePolicy
/frameworks/av/media/libeffects/testlibs/
H A DAudioShelvingFilter.cpp51 : mType(type),
66 setFrequency(mType == kLowShelf ? 0 : mNiquistFreq);
77 uint32_t log2minFreq = (mType == kLowShelf ? (32-10) : (32-2));
99 if (mType == kHighShelf) {
/frameworks/av/media/libmedia/include/media/
H A DMediaResourcePolicy.h39 String8 mType; member in class:android::MediaResourcePolicy
/frameworks/av/media/libstagefright/webm/
H A DWebmFrame.h26 const int mType; member in struct:android::WebmFrame
H A DWebmWriter.h84 int mType; member in struct:android::WebmWriter::WebmStream
94 : mType(kInvalidType),
100 : mType(type),
106 mType = other.mType;
/frameworks/native/services/surfaceflinger/Effects/
H A DDaltonizer.cpp23 if (type != mType) {
25 mType = type;
45 if (mType == ColorBlindnessType::None) {
147 switch (mType) {
H A DDaltonizer.h47 ColorBlindnessType mType = ColorBlindnessType::None; member in class:android::Daltonizer
/frameworks/base/core/java/android/hardware/camera2/utils/
H A DTypeReference.java48 private final Type mType; field in class:TypeReference
62 mType = thisType.getActualTypeArguments()[0];
73 if (containsTypeVariable(mType)) {
77 mHash = mType.hashCode();
84 return mType;
88 mType = type;
89 if (containsTypeVariable(mType)) {
93 mHash = mType.hashCode();
159 return (Class<? super T>)getRawType(mType);
209 Type componentType = getComponentType(mType);
[all...]
/frameworks/base/core/java/android/hardware/location/
H A DGeofenceHardwareRequest.java31 private int mType; field in class:GeofenceHardwareRequest
46 mType = GEOFENCE_TYPE_CIRCLE;
188 return mType;
/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/data-binding/compiler/src/main/java/android/databinding/tool/expr/
H A DInstanceOfExpr.java27 ModelClass mType; field in class:InstanceOfExpr
54 mType = modelAnalyzer.findClass(mTypeStr, getModel().getImports());
68 return mType;
/frameworks/base/graphics/java/android/graphics/
H A DLinearGradient.java32 private int mType; field in class:LinearGradient
66 mType = TYPE_COLORS_AND_POSITIONS;
90 mType = TYPE_COLOR_START_AND_COLOR_END;
104 if (mType == TYPE_COLORS_AND_POSITIONS) {
119 if (mType == TYPE_COLORS_AND_POSITIONS) {
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DFrameQueue.java59 result = FrameType.merge(result, queue.mType);
120 return new Frame(mType, dimensions, manager);
139 private FrameType mType; field in class:FrameQueue
143 return mType;
180 mType = type;
/frameworks/base/core/java/android/net/
H A DNetworkIdentity.java55 final int mType; field in class:NetworkIdentity
66 mType = type;
77 return Objects.hash(mType, mSubType, mSubscriberId, mNetworkId, mRoaming, mMetered,
85 return mType == ident.mType && mSubType == ident.mSubType && mRoaming == ident.mRoaming
97 builder.append("type=").append(getNetworkTypeName(mType));
101 } else if (ConnectivityManager.isNetworkTypeMobile(mType)) {
123 proto.write(NetworkIdentityProto.TYPE, mType);
139 return mType;
236 int res = Integer.compare(mType, anothe
[all...]
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/support/media/src/main/java/androidx/media/
H A DSessionToken2.java90 private final @TokenType int mType; field in class:SessionToken2
142 mType = TYPE_LIBRARY_SERVICE;
147 mType = TYPE_SESSION_SERVICE;
163 mType = type;
166 mComponentName = (mType == TYPE_SESSION) ? null
175 return mType
192 && mType == other.mType;
197 return "SessionToken {pkg=" + mPackageName + " id=" + mId + " type=" + mType
245 return 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/rs/cpp/
H A DAllocation.cpp66 mType = t;
77 RsDataType dt = mType->getElement()->getDataType();
85 RsDataType dt = mType->getElement()->getDataType();
93 RsDataType dt = mType->getElement()->getDataType();
101 RsDataType dt = mType->getElement()->getDataType();
109 RsDataType dt = mType->getElement()->getDataType();
117 RsDataType dt = mType->getElement()->getDataType();
125 RsDataType dt = mType->getElement()->getDataType();
149 mType = t;
228 if (mAutoPadding && (mType
[all...]
/frameworks/native/services/surfaceflinger/tests/unittests/
H A DTestableSurfaceFlinger.h160 mType = HWC2::DisplayType::Invalid;
177 : mType(type), mHwcDisplayType(hwcDisplayType) {}
232 ASSERT_TRUE(flinger->mutableHwcDisplayData().size() > static_cast<size_t>(mType));
233 flinger->mutableHwcDisplayData()[mType].reset();
234 flinger->mutableHwcDisplayData()[mType].hwcDisplay = display.get();
235 flinger->mutableHwcDisplaySlots().emplace(mHwcDisplayId, mType);
241 DisplayDevice::DisplayType mType; member in class:android::TestableSurfaceFlinger::FakeHwcDisplayInjector
257 : mFlinger(flinger), mType(type), mHwcId(hwcId) {}
302 new DisplayDevice(mFlinger.mFlinger.get(), mType, mHwcId, mSecure, mDisplayToken,
308 DisplayDeviceState state(mType, mSecur
322 DisplayDevice::DisplayType mType; member in class:android::TestableSurfaceFlinger::FakeDisplayDeviceInjector
[all...]
/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/base/tests/JankBench/app/src/main/java/com/android/benchmark/ui/automation/
H A DInteraction.java42 private final @Interaction.Type int mType; field in class:Interaction
85 switch (mType) {
100 return mType;
150 mType = type;
159 mType = Type.KEY_EVENT;
183 mType = type;
/frameworks/opt/net/lowpan/libandroid_net_lowpan/
H A DLowpanIdentity.cpp57 *value = mType;
83 mIdentity.mType = value;
133 RETURN_IF_FAILED(parcel->writeUtf8AsUtf16(mType));
152 RETURN_IF_FAILED(parcel->readUtf8FromUtf16(&mType));
167 if (lhs.mType != rhs.mType) {
/frameworks/support/lifecycle/integration-tests/testapp/src/main/java/androidx/lifecycle/testapp/
H A DSimpleAppLifecycleTestActivity.java48 private TestEventType mType; field in class:SimpleAppLifecycleTestActivity.TestObserver
51 mType = type;
57 sCollectedEvents.add(new Pair<>(mType, event));

Completed in 1180 milliseconds

1234567891011