HomeSort by relevance Sort by last modified time
    Searched defs:mType (Results 1 - 25 of 1091) 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;
MediaResource.h 53 Type 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;
  /art/tools/ahat/src/heapdump/
AhatField.java 21 private final String mType;
25 mType = type;
39 return mType;
  /external/swiftshader/src/OpenGL/libGL/
Query.h 48 GLenum mType;
  /system/libvintf/include/vintf/
HalManifest.h 47 HalManifest() : mType(SchemaType::DEVICE) {}
153 SchemaType mType;
KernelConfigTypedValue.h 57 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);
  /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;
  /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/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/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 31 "!= gpu thread %lu", this, static_cast<int>(mType), mSize, \
44 GpuObjectType objectType() { return mType; }
56 explicit GpuMemoryTracker(GpuObjectType type) : mType(type) {
73 GpuObjectType mType;
  /frameworks/base/libs/hwui/thread/
Barrier.h 27 explicit Barrier(Condition::WakeUpType type = Condition::WAKE_UP_ALL) : mType(type), mOpened(false) { }
33 mCondition.signal(mType);
44 Condition::WakeUpType mType;
Signal.h 29 explicit Signal(Condition::WakeUpType type = Condition::WAKE_UP_ALL) : mType(type), mSignaled(false) { }
37 mCondition.signal(mType);
49 Condition::WakeUpType mType;
  /frameworks/base/media/java/android/media/
AudioDevicePort.java 36 private final int mType;
46 mType = type;
54 return mType;
87 if (mType != other.type()) {
102 AudioSystem.getInputDeviceName(mType) :
103 AudioSystem.getOutputDeviceName(mType));
105 + ", mType: " + type
MediaSyncEvent.java 65 private final int mType;
69 mType = eventType;
100 return mType;

Completed in 1528 milliseconds

1 2 3 4 5 6 7 8 91011>>