Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/webm/
DWebmElement.cpp119 off64_t curOff = off + size; in write() local
121 off64_t mapSize = curOff - alignedOff; in write()
/frameworks/base/libs/androidfw/
DResourceTypes.cpp4443 …size_t curOff = (reinterpret_cast<uintptr_t>(entry.entry) - reinterpret_cast<uintptr_t>(entry.type… in getBagLocked() local
4454 ALOGI("Now at %p\n", (void*)curOff); in getBagLocked()
4457 if (curOff > (dtohl(entry.type->header.size)-sizeof(ResTable_map))) { in getBagLocked()
4459 (int)curOff, dtohl(entry.type->header.size)); in getBagLocked()
4463 map = (const ResTable_map*)(((const uint8_t*)entry.type) + curOff); in getBagLocked()
4472 (int) curOff, (int) newName); in getBagLocked()
4545 curOff += size + sizeof(*map)-sizeof(map->value); in getBagLocked()