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

12

/frameworks/base/media/libdrm/mobile2/include/rights/
H A DOperationPermission.h68 OPERATION mType; member in class:OperationPermission
/frameworks/base/core/java/android/webkit/
H A DFileLoader.java39 private int mType; // Indicates the type of the load field in class:FileLoader
64 mType = type;
69 if (mType == TYPE_ASSET) {
74 } else if (mType == TYPE_RES) {
99 if (mType == TYPE_ASSET) {
106 } else if (mType == TYPE_RES) {
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
H A DResourceValue.java25 private final String mType; field in class:ResourceValue
30 mType = null;
35 mType = type;
41 return mType;
/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/rs/
H A DrsAllocation.h48 const Type * getType() const {return mType.get();}
81 ObjectBaseRef<const Type> mType; member in class:android::renderscript::Allocation
H A DrsComponent.h43 RsDataType getType() const {return mType;}
52 RsDataType mType; member in class:android::renderscript::Component
H A DrsMesh.h55 RsPrimitive mType; member in struct:android::renderscript::Mesh::Primitive_t
H A DrsFileA3D.h45 A3DChunkType mType; member in struct:android::renderscript::FileA3D::A3DIndexEntry
/frameworks/base/media/libdrm/mobile2/include/dcf/
H A DDrmDcfCommon.h96 uint32_t mType; member in class:Box
/frameworks/base/awt/org/apache/harmony/awt/gl/image/
H A DPngDecoderJava.java267 private byte[] mType; field in class:PNGChunk
272 mType = type;
278 return new String(mType, "UTF8");
/frameworks/base/core/java/android/hardware/
H A DSensor.java85 private int mType; field in class:Sensor
113 return mType;
/frameworks/base/core/java/android/pim/vcard/
H A DVCardSourceDetector.java46 private int mType = VCardConfig.PARSE_TYPE_UNKNOWN; field in class:VCardSourceDetector
75 mType = VCardConfig.PARSE_TYPE_FOMA;
79 if (mType != VCardConfig.PARSE_TYPE_UNKNOWN) {
83 mType = VCardConfig.PARSE_TYPE_WINDOWS_MOBILE_JP;
85 mType = VCardConfig.PARSE_TYPE_FOMA;
87 mType = VCardConfig.PARSE_TYPE_MOBILE_PHONE_JP;
89 mType = VCardConfig.PARSE_TYPE_APPLE;
106 return mType;
118 switch (mType) {
/frameworks/base/libs/audioflinger/
H A DAudioPolicyService.h172 int mType; // tone type (START_TONE only) member in class:android::AudioPolicyService::AudioCommandThread::ToneData
/frameworks/base/libs/surfaceflinger/
H A DTransform.h122 mutable uint32_t mType; member in class:android::Transform
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothSocket.java86 private final int mType; /* one of TYPE_RFCOMM etc */ field in class:BluetoothSocket
132 mType = type;
/frameworks/base/core/java/android/content/
H A DContentProviderOperation.java40 private final int mType; field in class:ContentProviderOperation
57 mType = builder.mType;
69 mType = source.readInt();
91 dest.writeInt(mType);
182 return mType;
186 return mType == TYPE_DELETE || mType == TYPE_INSERT || mType == TYPE_UPDATE;
190 return mType
400 private final int mType; field in class:ContentProviderOperation.Builder
[all...]
/frameworks/base/core/java/com/android/internal/view/
H A DBaseSurfaceHolder.java47 int mType = -1; field in class:BaseSurfaceHolder
136 if (mType == SURFACE_TYPE_PUSH_BUFFERS) {
/frameworks/base/graphics/java/android/renderscript/
H A DAllocation.java34 Type mType; field in class:Allocation
40 mType = t;
44 return mType;
64 subData1D(0, mType.getElementCount(), d);
68 subData1D(0, mType.getElementCount(), d);
72 subData1D(0, mType.getElementCount(), d);
76 subData1D(0, mType.getElementCount(), d);
81 if((off < 0) || (count < 1) || ((off + count) > mType.getElementCount())) {
90 int dataSize = mType.mElement.getSizeBytes() * count;
95 int dataSize = mType
[all...]
H A DElement.java30 DataType mType; field in class:Element
236 mType = dt;
/frameworks/base/include/media/stagefright/
H A DMetaData.h125 uint32_t mType; member in struct:android::MetaData::typed_data
/frameworks/base/obex/javax/obex/
H A DHeaderSet.java184 private String mType; // null terminated ASCII text string field in class:HeaderSet
278 mType = (String)headerValue;
452 return mType;
512 if (mType != null) {
/frameworks/base/services/jni/
H A Dcom_android_server_KeyInputQueue.cpp41 jfieldID mType; member in struct:android::input_offsets_t
76 env->SetIntField(event, gInputOffsets.mType, (jint)type);
330 gInputOffsets.mType
332 LOG_FATAL_IF(gInputOffsets.mType == NULL, "Unable to find RawInputEvent.type");
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
H A DTrackerEntry.java79 private EntryType mType; field in class:TrackerEntry
82 mType = type;
120 return mType;
173 cValues.put(ENTRY_TYPE, mType.toString());
174 if (mType == EntryType.LOCATION_TYPE) {
/frameworks/base/media/java/android/media/
H A DRingtoneManager.java221 private int mType = TYPE_RINGTONE; field in class:RingtoneManager
242 setType(mType);
254 setType(mType);
272 mType = type;
283 switch (mType) {
/frameworks/base/core/java/android/view/
H A DSurfaceView.java158 int mType = -1; field in class:SurfaceView
418 final boolean typeChanged = mType != mRequestedType;
436 mType = mRequestedType;
760 if (mType == SURFACE_TYPE_PUSH_BUFFERS) {

Completed in 3943 milliseconds

12