Searched refs:timestampHi (Results 1 – 1 of 1) sorted by relevance
232 uint32_t timestampLo = 0, timestampHi = 0; in unflatten() local239 readAligned(buffer, size, timestampHi); in unflatten()240 mTimestamp = to64<int64_t>(timestampLo, timestampHi); in unflatten()