Searched refs:RSIFrameRateLinkerExpectedFpsUpdateCallback (Results 1 – 16 of 16) sorted by relevance
24 class RSIFrameRateLinkerExpectedFpsUpdateCallback : public IRemoteBroker {27 RSIFrameRateLinkerExpectedFpsUpdateCallback() = default;28 virtual ~RSIFrameRateLinkerExpectedFpsUpdateCallback() noexcept = default;
26 class RSIFrameRateLinkerExpectedFpsUpdateCallback; variable54 …void RegisterExpectedFpsUpdateCallback(pid_t pid, sptr<RSIFrameRateLinkerExpectedFpsUpdateCallback…62 …std::unordered_map<pid_t, sptr<RSIFrameRateLinkerExpectedFpsUpdateCallback>> expectedFpsChangeCall…
40 int32_t dstPid, sptr<RSIFrameRateLinkerExpectedFpsUpdateCallback> callback);
27 … const sptr<IRemoteObject>& impl) : IRemoteProxy<RSIFrameRateLinkerExpectedFpsUpdateCallback>(impl) in RSFrameRateLinkerExpectedFpsUpdateCallbackProxy()38 if (!data.WriteInterfaceToken(RSIFrameRateLinkerExpectedFpsUpdateCallback::GetDescriptor())) { in OnFrameRateLinkerExpectedFpsUpdate()
26 public IRemoteStub<RSIFrameRateLinkerExpectedFpsUpdateCallback> {
26 public IRemoteProxy<RSIFrameRateLinkerExpectedFpsUpdateCallback> {
28 if (token != RSIFrameRateLinkerExpectedFpsUpdateCallback::GetDescriptor()) { in OnRemoteRequest()
75 sptr<RSIFrameRateLinkerExpectedFpsUpdateCallback> callback) in RegisterExpectedFpsUpdateCallback()
59 int32_t dstPid, sptr<RSIFrameRateLinkerExpectedFpsUpdateCallback> callback) in RegisterFrameRateLinkerExpectedFpsUpdateCallback()
39 …ass CustomFrameRateLinkerCallback : public IRemoteStub<RSIFrameRateLinkerExpectedFpsUpdateCallback…
247 sptr<RSIFrameRateLinkerExpectedFpsUpdateCallback> callback) = 0;
218 sptr<RSIFrameRateLinkerExpectedFpsUpdateCallback> callback) override;
2236 sptr<RSIFrameRateLinkerExpectedFpsUpdateCallback> callback) in RegisterFrameRateLinkerExpectedFpsUpdateCallback()
244 sptr<RSIFrameRateLinkerExpectedFpsUpdateCallback> callback) override;
1743 sptr<RSIFrameRateLinkerExpectedFpsUpdateCallback> callback) in RegisterFrameRateLinkerExpectedFpsUpdateCallback()
1707 sptr<RSIFrameRateLinkerExpectedFpsUpdateCallback> callback = nullptr; in OnRemoteRequest()1714 callback = iface_cast<RSIFrameRateLinkerExpectedFpsUpdateCallback>(remoteObject); in OnRemoteRequest()