Home
last modified time | relevance | path

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

/hardware/google/graphics/gs101/libhwc2.1/libdevice/
DExynosDeviceModule.cpp45 modulePrimaryDisplay->updateBrightnessTable(); in ExynosDeviceModule()
/hardware/google/graphics/gs101/libhwc2.1/libmaindisplay/
DExynosPrimaryDisplayModule.h144 int32_t updateBrightnessTable();
DExynosPrimaryDisplayModule.cpp179 int32_t ExynosPrimaryDisplayModule::updateBrightnessTable() { in updateBrightnessTable() function in ExynosPrimaryDisplayModule
194 mBrightnessController->updateBrightnessTable(table); in updateBrightnessTable()
/hardware/google/graphics/common/libhwc2.1/libdevice/
DBrightnessController.h208 void updateBrightnessTable(std::unique_ptr<const IBrightnessTable>& table);
DBrightnessController.cpp159 void BrightnessController::updateBrightnessTable(std::unique_ptr<const IBrightnessTable>& table) { in updateBrightnessTable() function in BrightnessController