Searched refs:AppendBytes (Results 1 – 1 of 1) sorted by relevance
/device/google/contexthub/util/nanotool/ |
D | androidcontexthub.cpp | 59 static void AppendBytes(const void *data, size_t length, std::vector<uint8_t>& buffer) { in AppendBytes() function 73 AppendBytes(&val, sizeof(uint32_t), bytes); in CopyInt32Array() 88 AppendBytes(&val, sizeof(float), bytes); in CopyFloatArray() 120 AppendBytes(&value, sizeof(float), bytes); in GetCalibrationBytes() 133 AppendBytes(&value, sizeof(int32_t), bytes); in GetCalibrationBytes()
|