Home
last modified time | relevance | path

Searched refs:setHWCControl (Results 1 – 5 of 5) sorted by relevance

/hardware/google/graphics/common/libhwc2.1/libdevice/
DExynosDevice.h302 void setHWCControl(uint32_t display, uint32_t ctrl, int32_t val);
DExynosDevice.cpp771 void ExynosDevice::setHWCControl(uint32_t displayId, uint32_t ctrl, int32_t val) { in setHWCControl() function in ExynosDevice
864 mDisplays[i]->setHWCControl(ctrl, val); in setHWCControl()
867 exynosDisplay->setHWCControl(ctrl, val); in setHWCControl()
DExynosDisplay.h1284 void setHWCControl(uint32_t ctrl, int32_t val);
DExynosDisplay.cpp6061 void ExynosDisplay::setHWCControl(uint32_t ctrl, int32_t val) in setHWCControl() function in ExynosDisplay
/hardware/google/graphics/common/libhwc2.1/libhwcService/
DExynosHWCService.cpp333 mHWCCtx->device->setHWCControl(display, ctrl, val); in setHWCCtl()