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

123456789

/frameworks/av/include/media/
H A DMediaResourcePolicy.h39 String8 mType; member in class:android::MediaResourcePolicy
H A DMediaResource.h54 Type mType; member in class:android::MediaResource
/frameworks/av/media/libmedia/include/media/
H A DMediaResourcePolicy.h39 String8 mType; member in class:android::MediaResourcePolicy
H A DICrypto.h62 DestinationType mType; member in struct:android::ICrypto::DestinationBuffer
H A DDataSourceDesc.h46 int mType; member in struct:android::DataSourceDesc
H A DMediaResource.h54 Type mType; member in class:android::MediaResource
/frameworks/av/include/mediadrm/
H A DICrypto.h62 DestinationType mType; member in struct:android::ICrypto::DestinationBuffer
/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) {
/frameworks/base/core/java/android/os/
H A DTemperature.java30 private int mType; field in class:Temperature
39 mType = type;
56 return mType;
75 mType = p.readInt();
81 p.writeInt(mType);
/frameworks/base/libs/hwui/
H A DGpuMemoryTracker.h32 this, static_cast<int>(mType), mSize, pthread_self(), gGpuThread)
44 GpuObjectType objectType() { return mType; }
56 explicit GpuMemoryTracker(GpuObjectType type) : mType(type) {
73 GpuObjectType mType; member in class:android::uirenderer::GpuMemoryTracker
/frameworks/base/libs/hwui/thread/
H A DBarrier.h28 : mType(type), mOpened(false) {}
34 mCondition.signal(mType);
45 Condition::WakeUpType mType; member in class:android::uirenderer::Barrier
H A DSignal.h30 : mType(type), mSignaled(false) {}
38 mCondition.signal(mType);
50 Condition::WakeUpType mType; member in class:android::uirenderer::Signal
/frameworks/base/lowpan/java/android/net/lowpan/
H A DLowpanProperties.java34 private final Class<T> mType; field in class:LowpanProperties.LowpanStandardProperty
38 mType = type;
48 return mType;
/frameworks/base/media/java/android/media/
H A DMediaSyncEvent.java65 private final int mType; field in class:MediaSyncEvent
69 mType = eventType;
100 return mType;
/frameworks/base/packages/EasterEgg/src/com/android/egg/neko/
H A DFood.java25 private final int mType; field in class:Food
31 mType = type;
43 return Icon.createWithResource(context, sIcons[mType]);
50 return sNames[mType];
54 return context.getResources().getIntArray(R.array.food_intervals)[mType];
58 return mType;
/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/data-binding/compiler/src/main/java/android/databinding/tool/reflection/
H A DInjectedField.java28 private final String mType; field in class:InjectedField
33 mType = type;
63 return ModelAnalyzer.getInstance().findClass(mType, null);
/frameworks/native/services/surfaceflinger/Effects/
H A DDaltonizer.h47 ColorBlindnessType mType = ColorBlindnessType::None; member in class:android::Daltonizer
/frameworks/support/slices/core/src/main/java/androidx/slice/
H A DSliceSpec.java45 private final String mType; field in class:SliceSpec
49 mType = type;
57 return mType;
78 if (!mType.equals(candidate.mType)) return false;
86 return mType.equals(other.mType) && mRevision == other.mRevision;
91 return mType.hashCode() + mRevision;
96 return String.format("SliceSpec{%s,%d}", mType, mRevision);
/frameworks/av/camera/ndk/impl/
H A DACameraMetadata.h47 mData(other.mData), mType(other.mType) {};
71 if (mType != ACM_REQUEST) {
104 const ACAMERA_METADATA_TYPE mType; member in struct:ACameraMetadata
/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/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/core/jni/hwbinder/
H A DEphemeralStorage.h67 Type mType; member in struct:android::EphemeralStorage::Item

Completed in 515 milliseconds

123456789