Home
last modified time | relevance | path

Searched refs:MppSocService (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/external/mpp/osal/
H A Dmpp_soc.cpp906 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()
[all …]