Lines Matching refs:AVSessionSysEvent
20 AVSessionSysEvent& AVSessionSysEvent::GetInstance()
22 static AVSessionSysEvent avSessionSysEvent;
26 AVSessionSysEvent::AVSessionSysEvent() : optCounts_ {},
31 void AVSessionSysEvent::AddOperationCount(Operation operation)
41 void AVSessionSysEvent::Reset()
50 void AVSessionSysEvent::Regiter()
104 void AVSessionSysEvent::Unregister()
114 void AVSessionSysEvent::AddLifeCycleInfo(const std::string& bundleName, bool appStatus,
117 AVSessionSysEvent::LifeCycleInfo lifeCycleInfo;
126 void AVSessionSysEvent::AddControllerCommandInfo(const std::string& bundleName, const pid_t& controllerPid,
129 AVSessionSysEvent::ControllerCommandInfo controllerCommandInfo;
136 int32_t AVSessionSysEvent::GetAudioStatus(pid_t uid)
146 void AVSessionSysEvent::SetAudioStatus(pid_t uid, int32_t rendererState)