Searched defs:mType (Results 1 - 25 of 110) sorted by relevance

12345

/frameworks/av/media/libstagefright/webm/
H A DWebmFrame.h26 const int mType; member in struct:android::WebmFrame
/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) {
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/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) { }
35 mCondition.signal(mType);
47 Condition::WakeUpType mType; member in class:android::uirenderer::Signal
/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
45 mType = type;
53 return mType;
91 AudioSystem.getInputDeviceName(mType) :
92 AudioSystem.getOutputDeviceName(mType));
94 + ", mType: " + type
/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/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/util/
H A DProperty.java31 private final Class<V> mType; field in class:Property
63 mType = type;
104 return 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/graphics/java/android/graphics/
H A DComposeShader.java30 private int mType; field in class:ComposeShader
52 mType = TYPE_XFERMODE;
68 mType = TYPE_PORTERDUFFMODE;
82 switch (mType) {
H A DLinearGradient.java28 private int mType; field in class:LinearGradient
60 mType = TYPE_COLORS_AND_POSITIONS;
82 mType = TYPE_COLOR_START_AND_COLOR_END;
99 switch (mType) {
H A DSweepGradient.java28 private int mType; field in class:SweepGradient
60 mType = TYPE_COLORS_AND_POSITIONS;
77 mType = TYPE_COLOR_START_AND_COLOR_END;
91 switch (mType) {
/frameworks/native/services/surfaceflinger/Effects/
H A DDaltonizer.h52 ColorBlindnessTypes mType; member in class:android::Daltonizer
/frameworks/av/media/img_utils/include/img_utils/
H A DTiffEntryImpl.h56 uint16_t mType; member in class:android::img_utils::TiffEntryImpl
66 : mTag(tag), mType(static_cast<uint16_t>(type)), mCount(count), mEnd(end) {
87 return static_cast<TagType>(mType);
127 BAIL_ON_FAIL(out->write(&mType, 0, 1), ret);
187 BAIL_ON_FAIL(out->write(&mType, 0, 1), ret);
/frameworks/av/media/libeffects/testlibs/
H A DAudioShelvingFilter.h118 ShelfType mType; member in class:android::AudioShelvingFilter
/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/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/core/java/android/os/
H A DPatternMatcher.java49 private final int mType; field in class:PatternMatcher
53 mType = type;
61 return mType;
65 return matchPattern(mPattern, str, mType);
70 switch (mType) {
90 dest.writeInt(mType);
95 mType = src.readInt();
/frameworks/base/libs/hwui/
H A DDrawProfiler.h70 ProfileType mType; member in class:android::uirenderer::DrawProfiler
/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;
/frameworks/native/include/gui/
H A DSensor.h89 int32_t mType; member in class:android::Sensor
/frameworks/native/services/surfaceflinger/
H A DTransform.h107 mutable uint32_t mType; member in class:android::Transform
/frameworks/rs/
H A DrsComponent.h38 RsDataType getType() const {return mType;}
54 RsDataType mType; member in class:android::renderscript::Component

Completed in 3440 milliseconds

12345