Searched defs:copy_from_buf (Results 1 - 1 of 1) sorted by relevance

/system/keymaster/
H A Dserializable.cpp28 bool copy_from_buf(const uint8_t** buf_ptr, const uint8_t* end, void* dest, size_t size) { function in namespace:keymaster
48 return copy_from_buf(buf_ptr, end, dest->get(), *size);

Completed in 24 milliseconds