Home
last modified time | relevance | path

Searched refs:addStringAsByteVector (Results 1 – 4 of 4) sorted by relevance

/system/chre/platform/shared/include/chre/platform/shared/
Dhost_protocol_common.h89 static flatbuffers::Offset<flatbuffers::Vector<int8_t>> addStringAsByteVector(
/system/chre/platform/shared/
Dhost_protocol_common.cc42 Offset<Vector<int8_t>> HostProtocolCommon::addStringAsByteVector( in addStringAsByteVector() function in chre::HostProtocolCommon
Dhost_protocol_chre.cc141 auto nameOffset = addStringAsByteVector(builder, name); in encodeHubInfoResponse()
142 auto vendorOffset = addStringAsByteVector(builder, vendor); in encodeHubInfoResponse()
143 auto toolchainOffset = addStringAsByteVector(builder, toolchain); in encodeHubInfoResponse()
/system/chre/host/common/
Dhost_protocol_host.cc194 auto appBinaryName = addStringAsByteVector(builder, nanoappBinaryName); in encodeLoadNanoappRequestForFile()