Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwc2.1/libdevice/
DDisplayTe2Manager.cpp25 mIsOptionFixedTe2(true), in DisplayTe2Manager()
34 mIsOptionFixedTe2 = fixedTe2; in setTe2Option()
74 if (!mIsOptionFixedTe2) { in setFixedTe2RateInternal()
88 if (mIsOptionFixedTe2) { in setChangeableTe2Rate()
115 if (isOptionFixed == mIsOptionFixedTe2) return; in updateTe2OptionForProximity()
125 if (!mIsOptionFixedTe2) { in updateTe2ForDozeMode()
143 if (!mIsOptionFixedTe2 && refreshRate) setChangeableTe2Rate(refreshRate); in onRefreshRateChange()
149 if (!mIsOptionFixedTe2) { in dump()
DDisplayTe2Manager.h40 bool isOptionFixedTe2() { return mIsOptionFixedTe2; } in isOptionFixedTe2()
79 bool mIsOptionFixedTe2; variable