Home | History | Annotate | Download | only in nanotool

Lines Matching defs:bytes

59     const uint8_t *bytes = (const uint8_t *) data;
61 buffer.push_back(bytes[i]);
66 sp<JSONObject> json, std::vector<uint8_t>& bytes) {
72 AppendBytes(&val, sizeof(uint32_t), bytes);
81 std::vector<uint8_t>& bytes) {
92 success = CopyInt32Array(key, json, bytes);
100 AppendBytes(&value, sizeof(float), bytes);
108 success = CopyInt32Array(key, json, bytes);
113 AppendBytes(&value, sizeof(int32_t), bytes);
199 LOGD("Writing %zu bytes", message.size());
203 LOGE("Couldn't write %zu bytes to device file: %s", message.size(),
259 bool AndroidContextHub::FlashSensorHub(const std::vector<uint8_t>& bytes) {
260 (void)bytes;
346 // shrink (otherwise it will end up clearing the bytes)
359 LOGE("Read unexpectedly returned 0 bytes");