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

/device/google/contexthub/util/nanotool/
H A Dandroidcontexthub.cpp59 static void AppendBytes(const void *data, size_t length, std::vector<uint8_t>& buffer) { function in namespace:android
73 AppendBytes(&val, sizeof(uint32_t), bytes);
88 AppendBytes(&val, sizeof(float), bytes);
120 AppendBytes(&value, sizeof(float), bytes);
133 AppendBytes(&value, sizeof(int32_t), bytes);

Completed in 6 milliseconds