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

/frameworks/native/libs/gui/
H A DBufferItem.cpp37 static inline constexpr T to64(const uint32_t lo, const uint32_t hi) { function in namespace:android
240 mTimestamp = to64<int64_t>(timestampLo, timestampHi);
245 mFrameNumber = to64<uint64_t>(frameNumberLo, frameNumberHi);

Completed in 7 milliseconds