Home
last modified time | relevance | path

Searched refs:offsetVector (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/av/media/img_utils/src/
H A DTiffWriter.cpp71 KeyedVector<uint32_t, uint32_t> offsetVector; in write() local
82 offsetVector.add(mNamedIfds.keyAt(i), totalSize); in write()
86 size_t offVecSize = offsetVector.size(); in write()
108 uint32_t ifdKey = offsetVector.keyAt(i); in write()
126 assert(offsetVector[i] == endOut.getCurrentOffset()); in write()
/aosp12/system/chre/platform/shared/
H A Dhost_protocol_chre.cc155 DynamicVector<Offset<fbs::NanoappListEntry>> &offsetVector, uint64_t appId, in addNanoappListEntry() argument
160 if (!offsetVector.push_back(offset)) { in addNanoappListEntry()
167 DynamicVector<Offset<fbs::NanoappListEntry>> &offsetVector, in finishNanoappListResponse() argument
170 builder.CreateVector<Offset<fbs::NanoappListEntry>>(offsetVector); in finishNanoappListResponse()
/aosp12/system/chre/platform/shared/include/chre/platform/shared/
H A Dhost_protocol_chre.h132 DynamicVector<NanoappListEntryOffset> &offsetVector, uint64_t appId,
148 DynamicVector<NanoappListEntryOffset> &offsetVector,