Home
last modified time | relevance | path

Searched refs:outEntry (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/tools/aapt2/flatten/
DTableFlattener.cpp79 MapFlattenVisitor(ResTable_entry_ext* outEntry, BigBuffer* buffer) : in MapFlattenVisitor() argument
80 mOutEntry(outEntry), mBuffer(buffer) { in MapFlattenVisitor()
133 ResTable_map* outEntry = mBuffer->nextBlock<ResTable_map>(); in visit() local
134 flattenValue(item.get(), outEntry); in visit()
135 outEntry->value.size = util::hostToDevice16(sizeof(outEntry->value)); in visit()
192 void flattenKey(Reference* key, ResTable_map* outEntry) { in flattenKey() argument
194 outEntry->name.ident = util::hostToDevice32(key->id.value().id); in flattenKey()
197 void flattenValue(Item* value, ResTable_map* outEntry) { in flattenValue() argument
198 bool result = value->flatten(&outEntry->value); in flattenValue()
203 ResTable_map* outEntry = mBuffer->nextBlock<ResTable_map>(); in flattenEntry() local
[all …]
/frameworks/av/media/img_utils/include/img_utils/
DTiffWriter.h162 /*out*/sp<TiffEntry>* outEntry) const;
273 /*out*/sp<TiffEntry>* outEntry) const { in buildEntry() argument
294 *outEntry = new TiffEntryImpl<T>(tag, fixedType, count, in buildEntry()
302 sp<TiffEntry> outEntry; in addEntry() local
304 status_t ret = buildEntry<T>(tag, count, data, &outEntry); in addEntry()
310 return addEntry(outEntry, ifd); in addEntry()
/frameworks/base/tools/aapt2/
DResourceUtils.h41 StringPiece16* outType, StringPiece16* outEntry);
DResourceUtils.cpp30 StringPiece16* outType, StringPiece16* outEntry) { in extractResourceName() argument
48 outEntry->assign(start, end - start); in extractResourceName()
/frameworks/base/tools/aapt2/util/
DUtil.cpp469 StringPiece16* outEntry, StringPiece16* outSuffix) { in extractResFilePathParts() argument
487 *outEntry = StringPiece16(lastOccurence + 1, iter - lastOccurence - 1); in extractResFilePathParts()
DUtil.h352 StringPiece16* outEntry, StringPiece16* outSuffix);
/frameworks/base/libs/androidfw/
DResourceTypes.cpp5967 Entry* outEntry) const in getEntry()
6116 if (outEntry != NULL) { in getEntry()
6117 outEntry->entry = entry; in getEntry()
6118 outEntry->config = bestConfig; in getEntry()
6119 outEntry->type = bestType; in getEntry()
6120 outEntry->specFlags = specFlags; in getEntry()
6121 outEntry->package = bestPackage; in getEntry()
6122outEntry->typeStr = StringPoolRef(&bestPackage->typeStrings, actualTypeIndex - bestPackage->typeId… in getEntry()
6123 outEntry->keyStr = StringPoolRef(&bestPackage->keyStrings, dtohl(entry->key.index)); in getEntry()
/frameworks/base/include/androidfw/
DResourceTypes.h1916 Entry* outEntry) const;