Home
last modified time | relevance | path

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

/system/chre/platform/shared/include/chre/platform/shared/
Dhost_protocol_chre.h135 DynamicVector<NanoappListEntryOffset> &offsetVector, uint64_t appId,
152 DynamicVector<NanoappListEntryOffset> &offsetVector,
/system/chre/platform/shared/
Dhost_protocol_chre.cc205 DynamicVector<Offset<fbs::NanoappListEntry>> &offsetVector, uint64_t appId, in addNanoappListEntry() argument
224 if (!offsetVector.push_back(offset)) { in addNanoappListEntry()
231 DynamicVector<Offset<fbs::NanoappListEntry>> &offsetVector, in finishNanoappListResponse() argument
234 builder.CreateVector<Offset<fbs::NanoappListEntry>>(offsetVector); in finishNanoappListResponse()