HomeSort by relevance Sort by last modified time
    Searched defs:mType (Results 1 - 25 of 1266) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/av/media/libmedia/include/media/
MediaResourcePolicy.h 39 String8 mType;
ICrypto.h 62 DestinationType mType;
  /external/swiftshader/src/OpenGL/libGLESv2/
Query.h 45 GLenum mType;
  /system/tools/hidl/c2hal/
FunctionDeclaration.h 47 const Type *mType;
VarDeclaration.h 41 Type *mType;
  /external/swiftshader/src/OpenGL/libGL/
Query.h 48 GLenum mType;
  /system/libvintf/include/vintf/
KernelConfigTypedValue.h 58 KernelConfigType mType;
  /packages/apps/StorageManager/robotests/src/com/android/storagemanager/deletionhelper/
DownloadsDeletionPreferenceGroupTest.java 55 private DownloadsDeletionType mType;
66 mType = new DownloadsDeletionType(mContext, new String[0]);
70 mGroup.registerDeletionService(mType);
83 mType.onLoadFinished(null, result);
  /cts/tests/accessibilityservice/src/android/accessibilityservice/cts/utils/
AccessibilityEventFilterUtils.java 40 private int mType;
44 mType = type;
49 return event.getEventType() == mType;
54 description.appendText("Matching to type " + mType);
  /cts/tests/signature/src/android/signature/cts/
DexMember.java 24 private final String mType;
29 mType = type;
45 return mType;
49 return dexToJavaType(mType);
  /development/tools/apkcheck/src/com/android/apkcheck/
FieldInfo.java 24 private String mType;
36 mType = type;
45 mNameAndType = mName + ":" + TypeUtils.typeToDescriptor(mType);
54 String type = TypeUtils.ambiguousToBinaryName(mType, apiList);
55 if (!type.equals(mType)) {
57 mType = type;
  /device/generic/goldfish/wifi/ipv6proxy/
packet.h 52 return mType;
66 Type mType;
  /frameworks/av/camera/ndk/impl/
ACameraMetadata.h 47 mData(other.mData), mType(other.mType) {};
71 if (mType != ACM_REQUEST) {
104 const ACAMERA_METADATA_TYPE mType;
  /frameworks/av/media/libstagefright/webm/
WebmFrame.h 26 const int mType;
  /frameworks/av/services/audiopolicy/common/managerdefinitions/include/
AudioRoute.h 39 explicit AudioRoute(audio_route_type_t type) : mType(type) {}
47 audio_route_type_t getType() const { return mType; }
54 audio_route_type_t mType;
  /frameworks/base/core/java/android/app/slice/
SliceSpec.java 43 private final String mType;
47 mType = type;
55 mType = source.readString();
66 dest.writeString(mType);
74 return mType;
95 if (!mType.equals(candidate.mType)) return false;
103 return mType.equals(other.mType) && mRevision == other.mRevision;
108 return String.format("SliceSpec{%s,%d}", mType, mRevision)
    [all...]
  /frameworks/base/core/java/android/bluetooth/le/
ResultStorageDescriptor.java 30 private int mType;
35 return mType;
54 mType = type;
66 dest.writeInt(mType);
76 mType = in.readInt();
  /frameworks/base/core/java/android/nfc/tech/
NfcBarcode.java 38 private int mType;
67 mType = extras.getInt(EXTRA_BARCODE_TYPE);
83 return mType;
122 switch (mType) {
  /frameworks/base/core/java/android/os/
Temperature.java 30 private int mType;
39 mType = type;
56 return mType;
75 mType = p.readInt();
81 p.writeInt(mType);
  /frameworks/base/core/java/android/util/
Property.java 31 private final Class<V> mType;
63 mType = type;
104 return mType;
  /frameworks/base/drm/java/android/drm/
DrmEvent.java 49 private final int mType;
65 mType = type;
85 mType = type;
107 return mType;
  /frameworks/base/graphics/java/android/graphics/
SweepGradient.java 32 private int mType;
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/libs/hwui/
GpuMemoryTracker.h 32 this, static_cast<int>(mType), mSize, pthread_self(), gGpuThread)
44 GpuObjectType objectType() { return mType; }
56 explicit GpuMemoryTracker(GpuObjectType type) : mType(type) {
73 GpuObjectType mType;
  /frameworks/base/libs/hwui/thread/
Barrier.h 28 : mType(type), mOpened(false) {}
34 mCondition.signal(mType);
45 Condition::WakeUpType mType;
Signal.h 30 : mType(type), mSignaled(false) {}
38 mCondition.signal(mType);
50 Condition::WakeUpType mType;

Completed in 803 milliseconds

1 2 3 4 5 6 7 8 91011>>