Home
last modified time | relevance | path

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

/frameworks/av/services/mediaresourcemanager/
DResourceManagerService.cpp203 struct SystemCallbackImpl : struct
205 SystemCallbackImpl() {} in SystemCallbackImpl() argument
207 virtual void noteStartVideo(int uid) override { in noteStartVideo()
210 virtual void noteStopVideo(int uid) override { in noteStopVideo()
213 virtual void noteResetVideo() override { in noteResetVideo()
216 virtual bool requestCpusetBoost( in requestCpusetBoost()
222 virtual ~SystemCallbackImpl() {} in ~SystemCallbackImpl()