Home
last modified time | relevance | path

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

/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/libs/androidfw/
DResourceTypes.cpp5473 Entry* outEntry) const in getEntry()
5601 if (outEntry != NULL) { in getEntry()
5602 outEntry->entry = entry; in getEntry()
5603 outEntry->config = bestConfig; in getEntry()
5604 outEntry->type = bestType; in getEntry()
5605 outEntry->specFlags = specFlags; in getEntry()
5606 outEntry->package = bestPackage; in getEntry()
5607outEntry->typeStr = StringPoolRef(&bestPackage->typeStrings, actualTypeIndex - bestPackage->typeId… in getEntry()
5608 outEntry->keyStr = StringPoolRef(&bestPackage->keyStrings, dtohl(entry->key.index)); in getEntry()
/frameworks/base/include/androidfw/
DResourceTypes.h1829 Entry* outEntry) const;