Searched refs:timestampOffset (Results 1 – 2 of 2) sorted by relevance
1244 void SetCachedGlobalOffset(const std::pair<uint64_t, OffsetF>& timestampOffset);1248 void SetCachedTransformRelativeOffset(const std::pair<uint64_t, OffsetF>& timestampOffset);
4980 void FrameNode::SetCachedGlobalOffset(const std::pair<uint64_t, OffsetF>& timestampOffset) in SetCachedGlobalOffset() argument4982 cachedGlobalOffset_ = timestampOffset; in SetCachedGlobalOffset()4989 …id FrameNode::SetCachedTransformRelativeOffset(const std::pair<uint64_t, OffsetF>& timestampOffset) in SetCachedTransformRelativeOffset() argument4991 cachedTransformRelativeOffset_ = timestampOffset; in SetCachedTransformRelativeOffset()