Searched refs:ExynosHWCService (Results 1 – 5 of 5) sorted by relevance
30 ExynosHWCService::ExynosHWCService() : in ExynosHWCService() function in android::ExynosHWCService39 ExynosHWCService::~ExynosHWCService() in ~ExynosHWCService()44 int ExynosHWCService::addVirtualDisplayDevice() in addVirtualDisplayDevice()75 int ExynosHWCService::getWFDMode() in getWFDMode()154 int ExynosHWCService::getPresentationMode() in getPresentationMode()243 void ExynosHWCService::setBootFinished() { in setBootFinished()286 uint32_t ExynosHWCService::getHWCDebug() in getHWCDebug()298 void ExynosHWCService::getHWCFenceDebug() in getHWCFenceDebug()363 void ExynosHWCService::notifyPSRExit()389 ExynosHWCService *ExynosHWCService::getExynosHWCService() in getExynosHWCService()[all …]
33 class ExynosHWCService34 : public BnExynosHWCService, Singleton<ExynosHWCService> {37 static ExynosHWCService* getExynosHWCService();38 ~ExynosHWCService();83 friend class Singleton<ExynosHWCService>;84 ExynosHWCService();86 ExynosHWCService *mHWCService;
33 DECLARE_META_INTERFACE(ExynosHWCService);
440 IMPLEMENT_META_INTERFACE(ExynosHWCService, "android.hal.ExynosHWCService");
32 class ExynosHWCService;1337 android::ExynosHWCService *HWCService; in exynos_open()1338 HWCService = android::ExynosHWCService::getExynosHWCService(); in exynos_open()