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