Home
last modified time | relevance | path

Searched refs:offPtr (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/module/extractors/aac/
DAACExtractor.cpp392 off64_t *offPtr = (off64_t*) malloc(sizeof(off64_t)); in Sniff() local
393 *offPtr = pos; in Sniff()
394 *meta = offPtr; in Sniff()
/frameworks/base/libs/androidfw/
DResourceTypes.cpp803 auto offPtr = mEntries + idx; in stringAt() local
804 if (UNLIKELY(!offPtr)) { in stringAt()
808 const uint32_t off = (offPtr.value())/(isUTF8?sizeof(uint8_t):sizeof(uint16_t)); in stringAt()
942 auto offPtr = mEntries + idx; in string8At() local
943 if (UNLIKELY(!offPtr)) { in string8At()
947 const uint32_t off = (offPtr.value())/sizeof(char); in string8At()
1049 auto offPtr = mEntryStyles + idx; in styleAt() local
1050 if (UNLIKELY(!offPtr)) { in styleAt()
1054 const uint32_t off = ((offPtr.value())/sizeof(uint32_t)); in styleAt()