Searched refs:mType (Results 51 - 75 of 94) sorted by relevance

1234

/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/binding/
H A DBaseAdapter.java52 private final int mType; field in class:BaseAdapter.AdapterItem
60 mType = type;
82 return mType;
/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/rs/cpp/
H A DElement.cpp161 mType = RS_TYPE_NONE;
241 mType = dt;
259 // we will pack mType; mKind; mNormalized; mVectorSize; NumSubElements
268 mType = dt;
269 mSize = mType.mSize * mVectorSize;
369 // We also ignore mNormalized because it can be different. The mType
373 (mType != RS_TYPE_NONE) &&
374 (mType == e->mType) &&
H A DElement.h78 return mType;
195 RsDataType mType; member in class:android::renderscriptCpp::Element
/frameworks/base/libs/androidfw/
H A DKeyCharacterMap.cpp89 mType(KEYBOARD_TYPE_UNKNOWN) {
93 RefBase(), mType(other.mType), mKeysByScanCode(other.mKeysByScanCode),
202 return mType;
561 map->mType = parcel->readInt32();
609 parcel->writeInt32(mType);
733 if (mMap->mType == KEYBOARD_TYPE_UNKNOWN) {
740 if (mMap->mType == KEYBOARD_TYPE_OVERLAY) {
746 if (mMap->mType != KEYBOARD_TYPE_OVERLAY) {
758 if (mMap->mType !
[all...]
/frameworks/base/libs/hwui/
H A DSkiaColorFilter.cpp27 mType(type), mBlend(blend), mSkFilter(skFilter) {
H A DSkiaShader.h77 return mType;
115 Type mType; member in struct:android::uirenderer::SkiaShader
H A DSkiaShader.cpp62 mType = shader.mType;
74 mType(type), mKey(key), mTileX(tileX), mTileY(tileY), mBlend(blend) {
/frameworks/base/voip/java/android/net/sip/
H A DSimpleSessionDescription.java238 private final String mType; field in class:SimpleSessionDescription.Media
246 mType = type;
256 return mType;
369 buffer.append("m=").append(mType).append(' ').append(mPort);
/frameworks/native/services/surfaceflinger/
H A DTransform.h121 mutable uint32_t mType; member in class:android::Transform
/frameworks/rs/
H A DrsFileA3D.cpp78 entry->mType = (RsA3DClassID)headerStream->loadU32();
241 switch (entry->mType) {
324 headerStream.addU32((uint32_t)mWriteIndex[i]->mType);
373 indexEntry->mType = obj->getClassId();
H A DrsAllocation.h150 ObjectBaseRef<const Type> mType; member in class:android::renderscript::Allocation
152 mType.set(t);
/frameworks/av/media/libstagefright/mpeg2ts/
H A DATSParser.cpp238 unsigned mType; member in struct:android::StreamInfo
324 info.mType = streamType;
340 if (index >= 0 && mStreams.editValueAt(index)->type() != info.mType) {
360 ALOGI("PID 0x%08x => type 0x%02x", info.mPID, info.mType);
377 info1.mPID == s1->pid() && info1.mType == s2->type()
378 && info2.mPID == s2->pid() && info2.mType == s1->type();
381 info1.mPID == s2->pid() && info1.mType == s1->type()
382 && info2.mPID == s1->pid() && info2.mType == s2->type();
411 this, info.mPID, info.mType, PCR_PID);
/frameworks/base/graphics/java/android/renderscript/
H A DElement.java59 DataType mType; field in class:Element
283 return mType;
755 mType = DataType.NONE;
778 mType = dt;
792 // we will pack mType; mKind; mNormalized; mVectorSize; NumSubElements
801 mType = dt;
802 mSize = mType.mSize * mVectorSize;
971 // We also ignore mNormalized because it can be different. The mType
975 (mType != DataType.NONE) &&
976 (mType
[all...]
/frameworks/support/renderscript/v8/rs_support/
H A DrsAllocation.h141 ObjectBaseRef<const Type> mType; member in class:android::renderscript::Allocation
143 mType.set(t);
/frameworks/av/media/libstagefright/mp4/
H A DFragmentedMP4Parser.cpp607 uint32_t ptype = mStack.itemAt(mStack.size() - 1).mType;
614 if (kDispatchTable[i].mType == type
1031 container.mType = type;
1075 Fourcc2String(container->mType));
1078 if (container->mType == FOURCC('s', 't', 's', 'd')) {
1090 if (container->mType == FOURCC('s', 't', 'b', 'l')) {
1098 } else if (container->mType == FOURCC('t', 'r', 'a', 'f')) {
1107 } else if (container->mType == FOURCC('m', 'o', 'o', 'v')) {
1252 sampleDesc->mType = type;
1295 sampleDesc->mType
[all...]
/frameworks/support/renderscript/v8/java/src/android/support/v8/renderscript/
H A DElement.java75 DataType mType; field in class:Element
292 return mType;
716 mType = DataType.NONE;
739 mType = dt;
883 // We also ignore mNormalized because it can be different. The mType
887 (mType != DataType.NONE) &&
888 (mType == e.mType) &&
/frameworks/av/include/media/stagefright/
H A DMetaData.h230 uint32_t mType; member in struct:android::MetaData::typed_data
/frameworks/av/include/media/stagefright/foundation/
H A DAMessage.h137 Type mType; member in struct:android::AMessage::Item
/frameworks/base/tools/aapt/
H A DResourceTable.h295 : mName(name), mType(TYPE_UNKNOWN),
307 type getType() const { return mType; }
332 const Item* getItem() const { return mType == TYPE_ITEM ? &mItem : NULL; }
353 type mType; member in class:ResourceTable::Entry
/frameworks/rs/driver/
H A DrsdShader.h109 uint32_t mType; member in class:RsdShader
H A DrsdShader.cpp38 mType = type;
219 if (mType == GL_FRAGMENT_SHADER) {
231 mCurrentState->mShaderID = glCreateShader(mType);
239 ALOGV("Loading shader type %x, ID %i", mType, mCurrentState->mShaderID);
565 setupUserConstants(rsc, sc, mType == GL_FRAGMENT_SHADER);
/frameworks/av/services/audioflinger/
H A DAudioFlinger.h232 : mType(type), mTriggerSession(triggerSession), mListenerSession(listenerSession),
241 AudioSystem::sync_event_t type() const { return mType; }
247 const AudioSystem::sync_event_t mType; member in class:android::AudioFlinger::SyncEvent
484 ConfigEvent(int type) : mType(type) {}
487 int type() const { return mType; }
492 const int mType; member in class:android::AudioFlinger::ThreadBase::ConfigEvent
552 type_t type() const { return mType; }
668 effect_uuid_t mType; // effect type UUID member in class:android::AudioFlinger::ThreadBase::SuspendedSessionDesc
689 const type_t mType; member in class:android::AudioFlinger::ThreadBase
1888 effect_uuid_t mType; member in class:android::AudioFlinger::EffectChain::SuspendedEffectDesc
[all...]
/frameworks/av/media/libstagefright/matroska/
H A DMatroskaExtractor.cpp142 Type mType; member in struct:android::MatroskaSource
162 mType(OTHER),
175 mType = AVC;
188 mType = AAC;
526 if (mType != AVC) {
/frameworks/base/core/java/android/service/wallpaper/
H A DWallpaperService.java147 int mType; field in class:WallpaperService.Engine
517 out.print(prefix); out.print("mType="); out.print(mType);
573 final boolean typeChanged = mType != mSurfaceHolder.getRequestedType();
587 mType = mSurfaceHolder.getRequestedType();
605 mLayout.memoryType = mType;

Completed in 541 milliseconds

1234