Searched refs:getWFDOutputResolution (Results 1 – 6 of 6) sorted by relevance
58 void getWFDOutputResolution(unsigned int *width, unsigned int *height);
171 void ExynosVirtualDisplay::getWFDOutputResolution( in getWFDOutputResolution() function in ExynosVirtualDisplay
47 virtual int getWFDOutputResolution(unsigned int* width, unsigned int* height) = 0;
48 virtual int getWFDOutputResolution(unsigned int* width, unsigned int* height);
125 int ExynosHWCService::getWFDOutputResolution(unsigned int* width, unsigned int* height) { in getWFDOutputResolution() function in android::ExynosHWCService135 virtualdisplay->getWFDOutputResolution(width, height); in getWFDOutputResolution()
185 virtual int getWFDOutputResolution(unsigned int* width, unsigned int* height) { in getWFDOutputResolution() function in android::BpExynosHWCService647 int res = getWFDOutputResolution(&width, &height); in onTransact()