Searched refs:curType (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DDeviceDescriptor.cpp212 audio_devices_t curType = itemAt(i)->mDeviceType & ~AUDIO_DEVICE_BIT_IN; local
213 if ((isOutput == curIsOutput) && ((type & curType) != 0)) {
215 type &= ~curType;
/frameworks/base/tools/aapt/
H A DResourceTable.cpp598 const String16& curType,
634 myPackage, curType, ident, parentIdent, itemIdent, str,
695 const String16& curType,
745 type_ident_pair_t(curType, ident), true);
759 !outTable->hasBagOrEntry(myPackage, curType, ident, config)) {
776 myPackage, curType, ident, str, &spans, &config,
915 String16 curType; local
1324 curType = String16(block.getAttributeStringValue(attri, &len));
1403 curType = string16;
1409 curType
593 parseAndAddBag(Bundle* bundle, const sp<AaptFile>& in, ResXMLTree* block, const ResTable_config& config, const String16& myPackage, const String16& curType, const String16& ident, const String16& parentIdent, const String16& itemIdent, int32_t curFormat, bool isFormatted, const String16& , PseudolocalizationMethod pseudolocalize, const bool overwrite, ResourceTable* outTable) argument
690 parseAndAddEntry(Bundle* bundle, const sp<AaptFile>& in, ResXMLTree* block, const ResTable_config& config, const String16& myPackage, const String16& curType, const String16& ident, const String16& curTag, bool curIsStyled, int32_t curFormat, bool isFormatted, const String16& product, PseudolocalizationMethod pseudolocalize, const bool overwrite, KeyedVector<type_ident_pair_t, bool>* skippedResourceNames, ResourceTable* outTable) argument
[all...]
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp3257 uint32_t curType = 0xffffffff; local
3283 curType = 0xffffffff;
3285 if (curType != t) {
3291 curType = t;
3314 ALOGV("Attr 0x%08x: type=0x%x, data=0x%08x; curType=0x%x",

Completed in 133 milliseconds