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

/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DDeviceDescriptor.cpp169 audio_devices_t curType = itemAt(i)->mDeviceType & ~AUDIO_DEVICE_BIT_IN; local
170 if ((isOutput == curIsOutput) && ((type & curType) != 0)) {
172 type &= ~curType;
/frameworks/base/tools/aapt/
H A DResourceTable.cpp585 const String16& curType,
621 myPackage, curType, ident, parentIdent, itemIdent, str,
682 const String16& curType,
732 type_ident_pair_t(curType, ident), true);
746 !outTable->hasBagOrEntry(myPackage, curType, ident, config)) {
763 myPackage, curType, ident, str, &spans, &config,
902 String16 curType; local
1319 curType = String16(block.getAttributeStringValue(attri, &len));
1398 curType = string16;
1404 curType
580 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
677 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.cpp3370 uint32_t curType = 0xffffffff; local
3396 curType = 0xffffffff;
3398 if (curType != t) {
3404 curType = t;
3427 ALOGV("Attr 0x%08x: type=0x%x, data=0x%08x; curType=0x%x",

Completed in 852 milliseconds