Searched refs:OnFrameCallBackWithTimestamp (Results 1 – 2 of 2) sorted by relevance
116 using OnFrameCallBackWithTimestamp = std::function<void(uint64_t)>; variable143 OnFrameCallBackWithTimestamp onFrameWithTimestamp_ = nullptr;168 void RegisterOnFrameWithTimestamp(OnFrameCallBackWithTimestamp&& onFrameCallBack);
203 void UIDisplaySync::RegisterOnFrameWithTimestamp(OnFrameCallBackWithTimestamp&& onFrameCallBack) in RegisterOnFrameWithTimestamp()