Searched defs:mType (Results 101 - 125 of 155) sorted by relevance

1234567

/frameworks/av/services/audioflinger/
H A DEffects.h345 effect_uuid_t mType; member in class:EffectChain::SuspendedEffectDesc
H A DAudioFlinger.h294 : mType(type), mTriggerSession(triggerSession), mListenerSession(listenerSession),
303 AudioSystem::sync_event_t type() const { return mType; }
309 const AudioSystem::sync_event_t mType; member in class:android::AudioFlinger::SyncEvent
/frameworks/av/services/audiopolicy/service/
H A DAudioPolicyService.h347 ToneGenerator::tone_type mType; // tone type (START_TONE only) member in class:android::AudioPolicyService::AudioCommandThread::ToneData
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothSocket.java113 private final int mType; /* one of TYPE_RFCOMM etc */ field in class:BluetoothSocket
196 mType = type;
218 if (VDBG) Log.d(TAG, "Creating new Private BluetoothSocket of type: " + s.mType);
220 mType = s.mType;
362 mPfd = bluetoothProxy.connectSocket(mDevice, mType,
404 mPfd = bluetoothProxy.createSocketChannel(mType, mServiceName,
492 if(mType == TYPE_L2CAP)
531 if (mType == TYPE_L2CAP) {
624 return mType;
[all...]
/frameworks/base/core/java/android/hardware/camera2/impl/
H A DCameraMetadataNative.java82 private final Class<T> mType; field in class:CameraMetadataNative.Key
99 mType = type;
118 mType = (Class<T>)typeReference.getRawType();
211 return mType;
/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityWindowInfo.java86 private int mType = UNDEFINED; field in class:AccessibilityWindowInfo
134 return mType;
145 mType = type;
417 infoClone.mType = info.mType;
459 parcel.writeInt(mType);
483 mType = parcel.readInt();
532 builder.append(", type=").append(typeToString(mType));
566 mType = UNDEFINED;
642 if (other.mType !
[all...]
/frameworks/base/graphics/java/android/graphics/drawable/
H A DIcon.java73 private final int mType; field in class:Icon
80 // based on the value of mType.
107 return mType;
115 if (mType != TYPE_BITMAP) {
130 if (mType != TYPE_DATA) {
144 if (mType != TYPE_DATA) {
158 if (mType != TYPE_DATA) {
171 if (mType != TYPE_RESOURCE) {
182 if (mType != TYPE_RESOURCE) {
193 if (mType !
428 Icon(int mType) argument
[all...]
/frameworks/base/services/core/java/com/android/server/media/projection/
H A DMediaProjectionManagerService.java348 private int mType; field in class:MediaProjectionManagerService.MediaProjection
351 mType = type;
359 return mType == MediaProjectionManager.TYPE_MIRRORING ||
360 mType == MediaProjectionManager.TYPE_SCREEN_CAPTURE;
370 return mType == MediaProjectionManager.TYPE_MIRRORING ||
371 mType == MediaProjectionManager.TYPE_PRESENTATION;
376 if (mType == MediaProjectionManager.TYPE_SCREEN_CAPTURE) {
381 } else if (mType == MediaProjectionManager.TYPE_MIRRORING) {
387 } else if (mType == MediaProjectionManager.TYPE_PRESENTATION) {
467 pw.println("(" + packageName + ", uid=" + uid + "): " + typeToString(mType));
[all...]
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DBackingStore.java54 private final FrameType mType; field in class:BackingStore
75 mType = type;
81 return mType;
227 int elemSize = mType.getElementSize();
266 backing.setElementId(mType.getElementId());
267 backing.allocate(mType);
H A DImageShader.java85 private int mType; field in class:ImageShader.VertexAttribute
101 mType = type;
117 mType = type;
149 mType,
157 mType,
187 private int mType; field in class:ImageShader.ProgramUniform
202 mType = type[0];
212 return mType;
/frameworks/base/tools/layoutlib/bridge/src/android/util/
H A DPathParser_Delegate.java225 if (nodesFrom[i].mType != nodesTo[i].mType
242 target[i].mType = source[i].mType;
386 private char mType; field in class:PathParser_Delegate.PathDataNode
391 mType = type;
396 return mType;
405 mType = n.mType;
421 addCommand(path, current, previousCommand, node[i].mType, nod
[all...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/anqp/
H A DVenueNameElement.java16 private final VenueType mType; field in class:VenueNameElement
34 mType = VenueType.Reserved;
39 mType = VenueType.Reserved;
41 mType = VenueType.values()[type];
56 return mType;
67 ", m_type=" + mType +
/frameworks/av/include/media/stagefright/
H A DMetaData.h288 uint32_t mType; member in struct:android::MetaData::typed_data
/frameworks/av/media/libstagefright/httplive/
H A DM3UParser.cpp80 Type mType; member in struct:android::M3UParser::MediaGroup
89 : mType(type),
97 return mType;
125 switch (mType) {
164 if (mType != TYPE_SUBS && mType != TYPE_AUDIO) {
204 if (mType == TYPE_AUDIO) {
206 } else if (mType == TYPE_VIDEO) {
208 } else if (mType == TYPE_SUBS) {
219 if (mType
[all...]
/frameworks/base/core/java/android/hardware/
H A DSensor.java774 if (sensor.mType == Sensor.TYPE_ROTATION_VECTOR &&
778 int offset = sensor.mType;
796 private int mType; field in class:Sensor
830 return mType;
1029 + ", type=" + mType + ", maxRange=" + mMaxRange + ", resolution=" + mResolution
1043 mType = value;
1044 switch (mType) {
/frameworks/base/core/java/android/hardware/radio/
H A DRadioManager.java329 private final int mType; field in class:RadioManager.BandDescriptor
336 mType = type;
356 return mType;
382 mType = in.readInt();
402 dest.writeInt(mType);
415 return "BandDescriptor [mRegion=" + mRegion + ", mType=" + mType + ", mLowerLimit="
424 result = prime * result + mType;
440 if (mType != other.getType())
/frameworks/base/core/java/android/view/
H A DDisplay.java72 private final int mType; field in class:Display
307 mType = displayInfo.type;
399 return mType;
/frameworks/base/media/java/android/media/tv/
H A DTvInputInfo.java127 private final int mType; field in class:TvInputInfo
267 mType = type;
359 return mType;
396 if (mType == TYPE_HDMI) {
409 return mType != TYPE_TUNER;
548 && mType == obj.mType
583 dest.writeInt(mType);
625 mType = in.readInt();
/frameworks/base/rs/java/android/renderscript/
H A DAllocation.java60 Type mType; field in class:Allocation
104 return mType.mElement.mType;
112 return mType.mElement.mType;
120 return mType.mElement.mType;
128 return mType.mElement.mType;
148 "[] is not compatible with data type " + mType
[all...]
H A DElement.java62 DataType mType; field in class:Element
296 return mType;
1066 mType = DataType.NONE;
1090 mType = dt;
1105 // we will pack mType; mKind; mNormalized; mVectorSize; NumSubElements
1114 mType = dt;
1115 mSize = mType.mSize * mVectorSize;
1286 // We also ignore mNormalized because it can be different. The mType
1290 (mType != DataType.NONE) &&
1291 (mType
[all...]
/frameworks/base/tools/aapt/
H A DResourceTable.h333 : mName(name), mType(TYPE_UNKNOWN),
349 type getType() const { return mType; }
376 const Item* getItem() const { return mType == TYPE_ITEM ? &mItem : NULL; }
397 type mType; member in class:ResourceTable::Entry
/frameworks/compile/slang/
H A Dslang_rs_export_type.h317 DataType mType; member in class:slang::RSExportPrimitiveType
341 mType(DT),
376 inline DataType getType() const { return mType; }
378 return IsRSObjectType(mType);
542 const RSExportType *mType; member in class:slang::RSExportRecordType::Field
555 : mType(T),
562 inline const RSExportType *getType() const { return mType; }
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DBaseRecyclerViewAnimationsTest.java535 Type mType; field in class:BaseRecyclerViewAnimationsTest.PositionConstraint
547 constraint.mType = Type.scrap;
556 constraint.mType = Type.adapterScrap;
565 constraint.mType = Type.adapter;
586 "t=" + mType.name() +
597 if (mType == Type.scrap || (mType == Type.adapterScrap && !state.isPreLayout())) {
613 if (mType == Type.scrap) {
617 } else if (mType == Type.adapter || mType
[all...]
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DAllocation.java59 Type mType; field in class:Allocation
97 return mType.mElement.mType;
105 return mType.mElement.mType;
113 return mType.mElement.mType;
121 return mType.mElement.mType;
254 return mType
[all...]
H A DElement.java69 DataType mType; field in class:Element
300 return mType;
724 mType = DataType.NONE;
747 mType = dt;
762 return mRS.nIncElementCreate(mType.mID, mKind.mID, mNormalized, mVectorSize);
903 // We also ignore mNormalized because it can be different. The mType
907 (mType != DataType.NONE) &&
908 (mType == e.mType) &&

Completed in 507 milliseconds

1234567