Lines Matching refs:MppSocService
906 class MppSocService class
910 MppSocService();
911 ~MppSocService() {}; in ~MppSocService()
912 MppSocService(const MppSocService &);
913 MppSocService &operator=(const MppSocService &);
921 static MppSocService *get() { in get()
922 static MppSocService instance; in get()
932 MppSocService::MppSocService() in MppSocService() function in MppSocService
978 soc_name = MppSocService::get()->get_soc_name(); in mpp_get_soc_name()
989 soc_info = MppSocService::get()->get_soc_info(); in mpp_get_soc_info()
1000 soc_type = MppSocService::get()->get_soc_info()->soc_type; in mpp_get_soc_type()
1018 cap = MppSocService::get()->get_dec_cap(); in mpp_check_soc_cap()
1020 cap = MppSocService::get()->get_enc_cap(); in mpp_check_soc_cap()