Searched refs:copyToHostBuffer (Results 1 - 1 of 1) sorted by relevance

/system/chre/platform/slpi/
H A Dhost_link.cc126 int copyToHostBuffer(const FlatBufferBuilder& builder, unsigned char *buffer, function in namespace:chre::__anon1385
307 int result = copyToHostBuffer(builder, buffer, bufferSize, messageLen);
326 return copyToHostBuffer(builder, buffer, bufferSize, messageLen);
357 return copyToHostBuffer(builder, buffer, bufferSize, messageLen);
364 int result = copyToHostBuffer(*builder, buffer, bufferSize, messageLen);

Completed in 2287 milliseconds