Searched refs:mTypes (Results 1 - 20 of 20) sorted by relevance

/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/binding/
H A DFakeAdapter.java41 private final List<ResourceReference> mTypes = new ArrayList<ResourceReference>(); field in class:FakeAdapter
59 int typeIndex = mTypes.indexOf(viewRef);
61 typeIndex = mTypes.size();
62 mTypes.add(viewRef);
111 return mTypes.size();
/frameworks/av/media/libstagefright/
H A DMediaCodecList.cpp75 for (size_t j = 0; j < mTypes.size(); ++j) {
76 uint32_t value = mTypes.valueAt(j);
78 if (info.mTypes & (1ul << value)) {
79 line.append(mTypes.keyAt(j));
144 if (info->mTypes == 0) {
315 info->mTypes = 0;
395 ssize_t index = mTypes.indexOfKey(name);
397 bit = mTypes.size();
404 mTypes.add(name, bit);
406 bit = mTypes
[all...]
/frameworks/support/renderscript/v8/rs_support/
H A DrsScriptC.cpp45 if (mSlots[ct].get() && !mTypes[ct].get()) {
46 mTypes[ct].set(mSlots[ct]->getType());
49 if (!mTypes[ct].get())
178 mTypes = new ObjectBaseRef<const Type>[mHal.info.exportedVariableCount];
H A DrsScript.cpp28 mTypes = NULL;
37 if (mTypes) {
38 delete [] mTypes;
39 mTypes = NULL;
H A DrsScriptIntrinsic.cpp34 mTypes = new ObjectBaseRef<const Type>[2];
H A DrsType.cpp28 for (uint32_t ct = 0; ct < mRSC->mStateType.mTypes.size(); ct++) {
29 if (mRSC->mStateType.mTypes[ct] == this) {
30 mRSC->mStateType.mTypes.removeAt(ct);
55 rsAssert(!mTypes.size());
226 for (uint32_t ct=0; ct < stc->mTypes.size(); ct++) {
227 Type *t = stc->mTypes[ct];
252 stc->mTypes.push(nt);
H A DrsScript.h109 ObjectBaseRef<const Type> *mTypes; member in class:android::renderscript::Script
H A DrsType.h156 Vector<Type *> mTypes;
/frameworks/av/include/media/stagefright/
H A DMediaCodecList.h67 uint32_t mTypes; member in struct:android::MediaCodecList::CodecInfo
79 KeyedVector<AString, size_t> mTypes; member in struct:android::MediaCodecList
/frameworks/rs/
H A DrsScript.cpp28 mTypes = NULL;
37 if (mTypes) {
38 delete [] mTypes;
39 mTypes = NULL;
H A DrsScriptC.cpp98 if (mSlots[ct].get() && !mTypes[ct].get()) {
99 mTypes[ct].set(mSlots[ct]->getType());
102 if (!mTypes[ct].get())
332 mTypes = new ObjectBaseRef<const Type>[mHal.info.exportedVariableCount];
H A DrsScriptIntrinsic.cpp34 mTypes = new ObjectBaseRef<const Type>[2];
H A DrsType.cpp28 for (uint32_t ct = 0; ct < mRSC->mStateType.mTypes.size(); ct++) {
29 if (mRSC->mStateType.mTypes[ct] == this) {
30 mRSC->mStateType.mTypes.removeAt(ct);
55 rsAssert(!mTypes.size());
226 for (uint32_t ct=0; ct < stc->mTypes.size(); ct++) {
227 Type *t = stc->mTypes[ct];
252 stc->mTypes.push(nt);
H A DrsScript.h119 ObjectBaseRef<const Type> *mTypes; member in class:android::renderscript::Script
H A DrsType.h156 Vector<Type *> mTypes;
/frameworks/compile/slang/
H A Dslang_rs_metadata_spec_encoder.cpp64 TypesMapTy mTypes; member in class:__anon1301::RSMetadataEncoderInternal
122 mTypes.clear();
161 TypesMapTy::const_iterator I = mTypes.find(Base->bits);
162 if (I != mTypes.end())
165 // Add Base into mTypes
167 mTypes.insert(std::make_pair(Base->bits, mCurTypeIndex));
227 // Encode this record type into mTypes. Encode record name string first.
/frameworks/base/media/java/android/media/
H A DMediaRouter.java1765 int mTypes; field in class:MediaRouter.RouteCategory
1771 mTypes = types;
1777 mTypes = types;
1839 return mTypes;
1863 return "RouteCategory{ name=" + mName + " types=" + typesToString(mTypes) +
/frameworks/base/tools/aapt/
H A DResourceTable.h501 const DefaultKeyedVector<String16, sp<Type> >& getTypes() const { return mTypes; }
511 DefaultKeyedVector<String16, sp<Type> > mTypes; member in class:ResourceTable::Package
H A DResourceTable.cpp3635 sp<Type> t = mTypes.valueFor(type);
3638 mTypes.add(type, t);
/frameworks/base/services/java/com/android/server/pm/
H A DPackageManagerService.java9141 private int mTypes; field in class:PackageManagerService.DumpState
9150 if (mTypes == 0 && type != DUMP_PREFERRED_XML) {
9154 return (mTypes & type) != 0;
9158 mTypes |= type;

Completed in 873 milliseconds