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.cpp157 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.cpp101 int ExynosHWCService::setSecureVDSMode(unsigned int mode) in setSecureVDSMode() function in android::ExynosHWCService
108 return virtualdisplay->setSecureVDSMode(mode); in setSecureVDSMode()
DIExynosHWC.cpp140 virtual int setSecureVDSMode(unsigned int mode) in setSecureVDSMode() function in android::BpExynosHWCService
483 int res = setSecureVDSMode(mode); in onTransact()