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.h132 DynamicVector<NanoappListEntryOffset> &offsetVector, uint64_t appId,
148 DynamicVector<NanoappListEntryOffset> &offsetVector,
/system/chre/platform/shared/
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()