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()
228 off_t offset = ftello(fp_); in GetFilePos() local
229 if (offset == -1) { in GetFilePos()
233 pos = static_cast<uint64_t>(offset); in GetFilePos()
287 fileAttr.ids.offset = idSectionOffset; in WriteAttrAndId()
301 attrSection_.offset = attrSectionOffset; in WriteAttrAndId()
303 dataSection_.offset = dataSectionOffset; in WriteAttrAndId()
327 header_.eventTypes.offset = 0; in WriteHeader()
366 featureSection->header.offset = contentOffset; in WriteFeatureData()
370 featureSection->header.offset, featureSection->header.size); in WriteFeatureData()
378 long offset = ftell(fp_); in WriteFeatureData() local
379 if (offset < 0) { in WriteFeatureData()
382 HLOGV("features data at file '0x%lx'", offset); in WriteFeatureData()