Searched refs:setWFDOutputResolution (Results 1 – 6 of 6) sorted by relevance
57 int setWFDOutputResolution(unsigned int width, unsigned int height);
164 int ExynosVirtualDisplay::setWFDOutputResolution( in setWFDOutputResolution() function in ExynosVirtualDisplay
46 virtual int setWFDOutputResolution(unsigned int width, unsigned int height) = 0;
47 virtual int setWFDOutputResolution(unsigned int width, unsigned int height);
114 int ExynosHWCService::setWFDOutputResolution(unsigned int width, unsigned int height) in setWFDOutputResolution() function in android::ExynosHWCService122 return virtualdisplay->setWFDOutputResolution(width, height); in setWFDOutputResolution()
153 virtual int setWFDOutputResolution(unsigned int width, unsigned int height) in setWFDOutputResolution() function in android::BpExynosHWCService491 int res = setWFDOutputResolution(width, height); in onTransact()