Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwc2.1/libhwcService/
DExynosHWCService.cpp29 ANDROID_SINGLETON_STATIC_INSTANCE(ExynosHWCService);
31 ExynosHWCService::ExynosHWCService() in ExynosHWCService() function in android::ExynosHWCService
36 ExynosHWCService::~ExynosHWCService() in ~ExynosHWCService()
41 int ExynosHWCService::addVirtualDisplayDevice() in addVirtualDisplayDevice()
50 int ExynosHWCService::destroyVirtualDisplayDevice() in destroyVirtualDisplayDevice()
59 int ExynosHWCService::setWFDMode(unsigned int mode) in setWFDMode()
72 int ExynosHWCService::getWFDMode() in getWFDMode()
85 int ExynosHWCService::sendWFDCommand(int32_t cmd, int32_t ext1, int32_t ext2) in sendWFDCommand()
98 int ExynosHWCService::setSecureVDSMode(unsigned int mode) in setSecureVDSMode()
111 int ExynosHWCService::setWFDOutputResolution(unsigned int width, unsigned int height) in setWFDOutputResolution()
[all …]
DExynosHWCService.h33 class ExynosHWCService
34 : public BnExynosHWCService, Singleton<ExynosHWCService> {
37 static ExynosHWCService* getExynosHWCService();
38 ~ExynosHWCService();
99 friend class Singleton<ExynosHWCService>;
100 ExynosHWCService();
102 ExynosHWCService *mHWCService;
DIExynosHWC.h33 DECLARE_META_INTERFACE(ExynosHWCService);
DIExynosHWC.cpp589 IMPLEMENT_META_INTERFACE(ExynosHWCService, "android.hal.ExynosHWCService");
/hardware/google/graphics/common/libhwc2.1/
DExynosHWC.cpp32 class ExynosHWCService;
1360 android::ExynosHWCService *HWCService; in exynos_open()
1361 HWCService = android::ExynosHWCService::getExynosHWCService(); in exynos_open()
/hardware/google/graphics/common/hwc3/impl/
DHalImpl.cpp147 auto hwcService = ::android::ExynosHWCService::getExynosHWCService(); in HalImpl()