Lines Matching refs:offset
62 attrSection_.offset = 0; in Open()
152 if (fseek(fp_, dataSection_.offset, SEEK_SET) != 0) { in ReadDataSection()
156 HLOGD("dataSection_ at offset %" PRIu64 " + %" PRIu64 "", dataSection_.offset, in ReadDataSection()
227 off_t offset = ftello(fp_); in GetFilePos() local
228 if (offset == -1) { in GetFilePos()
232 pos = static_cast<uint64_t>(offset); in GetFilePos()
286 fileAttr.ids.offset = idSectionOffset; in WriteAttrAndId()
300 attrSection_.offset = attrSectionOffset; in WriteAttrAndId()
302 dataSection_.offset = dataSectionOffset; in WriteAttrAndId()
326 header_.eventTypes.offset = 0; in WriteHeader()
365 featureSection->header.offset = contentOffset; in WriteFeatureData()
369 featureSection->header.offset, featureSection->header.size); in WriteFeatureData()
377 long offset = ftell(fp_); in WriteFeatureData() local
378 if (offset < 0) { in WriteFeatureData()
381 HLOGV("features data at file '0x%lx'", offset); in WriteFeatureData()