Searched refs:fixedTe2 (Results 1 – 2 of 2) sorted by relevance
30 void DisplayTe2Manager::setTe2Option(bool fixedTe2) { in setTe2Option() argument31 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()
66 void setTe2Option(bool fixedTe2);