Home
last modified time | relevance | path

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

/aosp12/hardware/google/graphics/common/libhwc2.1/libdevice/
H A DExynosDevice.h341 void enterToTUI() { mIsInTUI = true; }; in enterToTUI()
342 void exitFromTUI() { mIsInTUI = false; }; in exitFromTUI()
343 bool isInTUI() { return mIsInTUI; }; in isInTUI()
347 bool mIsInTUI; variable
H A DExynosDevice.cpp68 mIsInTUI(false) in ExynosDevice()