Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwc2.1/libvirtualdisplay/
DExynosVirtualDisplay.h56 int setSecureVDSMode(unsigned int mode);
DExynosVirtualDisplay.cpp154 int ExynosVirtualDisplay::setSecureVDSMode(unsigned int mode) in setSecureVDSMode() function in ExynosVirtualDisplay
/hardware/google/graphics/common/libhwc2.1/libhwcService/
DIExynosHWC.h45 virtual int setSecureVDSMode(unsigned int mode) = 0;
DExynosHWCService.h46 virtual int setSecureVDSMode(unsigned int mode);
DExynosHWCService.cpp98 int ExynosHWCService::setSecureVDSMode(unsigned int mode) in setSecureVDSMode() function in android::ExynosHWCService
105 return virtualdisplay->setSecureVDSMode(mode); in setSecureVDSMode()
DIExynosHWC.cpp158 virtual int setSecureVDSMode(unsigned int mode) in setSecureVDSMode() function in android::BpExynosHWCService
632 int res = setSecureVDSMode(mode); in onTransact()