Searched refs:AVSessionSysEvent (Results 1 – 2 of 2) sorted by relevance
48 class AVSessionSysEvent {63 static AVSessionSysEvent& GetInstance();106 AVSessionSysEvent();112 std::list<AVSessionSysEvent::LifeCycleInfo> lifeCycleInfos_;113 std::list<AVSessionSysEvent::ControllerCommandInfo> controllerCommandInfos_;119 #define HISYSEVENT_FAULT(eventName, ...) ((void)AVSessionSysEvent::HiSysWriteFault(eventName, __VA_…123 #define HISYSEVENT_RESET AVSessionSysEvent::GetInstance().Reset()124 #define HISYSEVENT_REGITER AVSessionSysEvent::GetInstance().Regiter()125 #define HISYSEVENT_UNREGISTER AVSessionSysEvent::GetInstance().Unregister()126 #define HISYSEVENT_ADD_OPERATION_COUNT(operation) AVSessionSysEvent::GetInstance().AddOperationCoun…[all …]
20 AVSessionSysEvent& AVSessionSysEvent::GetInstance() in GetInstance()22 static AVSessionSysEvent avSessionSysEvent; in GetInstance()26 AVSessionSysEvent::AVSessionSysEvent() : optCounts_ {}, in AVSessionSysEvent() function in OHOS::AVSession::AVSessionSysEvent31 void AVSessionSysEvent::AddOperationCount(Operation operation) in AddOperationCount()41 void AVSessionSysEvent::Reset() in Reset()50 void AVSessionSysEvent::Regiter() in Regiter()104 void AVSessionSysEvent::Unregister() in Unregister()117 AVSessionSysEvent::LifeCycleInfo lifeCycleInfo; in AddLifeCycleInfo()129 AVSessionSysEvent::ControllerCommandInfo controllerCommandInfo; in AddControllerCommandInfo()136 int32_t AVSessionSysEvent::GetAudioStatus(pid_t uid) in GetAudioStatus()[all …]