Searched refs:FrameRateLinkerExpectedFpsUpdateCallback (Results 1 – 7 of 7) sorted by relevance
70 using FrameRateLinkerExpectedFpsUpdateCallback = std::function<void(int32_t, int32_t)>; variable310 const FrameRateLinkerExpectedFpsUpdateCallback& callback);
233 const FrameRateLinkerExpectedFpsUpdateCallback& callback);
559 const FrameRateLinkerExpectedFpsUpdateCallback& callback) in RegisterFrameRateLinkerExpectedFpsUpdateCallback()
1260 const FrameRateLinkerExpectedFpsUpdateCallback& callback) : cb_(callback) {} in CustomFrameRateLinkerExpectedFpsUpdateCallback()1273 FrameRateLinkerExpectedFpsUpdateCallback cb_;1277 int32_t dstPid, const FrameRateLinkerExpectedFpsUpdateCallback& callback) in RegisterFrameRateLinkerExpectedFpsUpdateCallback()
469 int32_t dstPid, const FrameRateLinkerExpectedFpsUpdateCallback& callback) in RegisterFrameRateLinkerExpectedFpsUpdateCallback()
1333 FrameRateLinkerExpectedFpsUpdateCallback cb = [](int32_t pid, int32_t fps){}; in __anon322b01c70702()