Home
last modified time | relevance | path

Searched refs:fixedTe2 (Results 1 – 2 of 2) sorted by relevance

/hardware/google/graphics/common/libhwc2.1/libdevice/
DDisplayTe2Manager.cpp30 void DisplayTe2Manager::setTe2Option(bool fixedTe2) { in setTe2Option() argument
31 int32_t ret = writeIntToFile(getPanelTe2OptionPath(), fixedTe2); in setTe2Option()
33 ALOGI("DisplayTe2Manager::%s writes te2_option(%d) to the sysfs node", __func__, fixedTe2); in setTe2Option()
34 mIsOptionFixedTe2 = fixedTe2; in setTe2Option()
35 if (fixedTe2) { in setTe2Option()
52 fixedTe2); in setTe2Option()
DDisplayTe2Manager.h66 void setTe2Option(bool fixedTe2);