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.cpp6357 Entry* outEntry) const in getEntry()
6535 if (outEntry != NULL) { in getEntry()
6536 outEntry->entry = entry; in getEntry()
6537 outEntry->config = bestConfig; in getEntry()
6538 outEntry->type = bestType; in getEntry()
6539 outEntry->specFlags = specFlags; in getEntry()
6540 outEntry->package = bestPackage; in getEntry()
6541outEntry->typeStr = StringPoolRef(&bestPackage->typeStrings, actualTypeIndex - bestPackage->typeId… in getEntry()
6542 outEntry->keyStr = StringPoolRef(&bestPackage->keyStrings, dtohl(entry->key.index)); in getEntry()
/frameworks/base/libs/androidfw/include/androidfw/
DResourceTypes.h2052 Entry* outEntry) const;