Home
last modified time | relevance | path

Searched defs:SystemCallbackImpl (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/frameworks/av/services/mediaresourcemanager/
H A DResourceManagerService.cpp147 struct SystemCallbackImpl : public ResourceManagerService::SystemCallbackInterface { struct
148 SystemCallbackImpl() : mClientToken(new BBinder()) {} in SystemCallbackImpl() argument
150 virtual void noteStartVideo(int uid) override { in noteStartVideo()
153 virtual void noteStopVideo(int uid) override { in noteStopVideo()
156 virtual void noteResetVideo() override { in noteResetVideo()
159 virtual bool requestCpusetBoost(bool enable) override { in requestCpusetBoost()
164 virtual ~SystemCallbackImpl() {} in ~SystemCallbackImpl()
168 sp<IBinder> mClientToken;