Home
last modified time | relevance | path

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

/aosp_15_r20/hardware/google/graphics/common/libhwc2.1/libmaindisplay/
DExynosPrimaryDisplay.h166 void* temperatureMonitorThreadLoop();
DExynosPrimaryDisplay.cpp1861 mTMThread = std::thread(&ExynosPrimaryDisplay::temperatureMonitorThreadLoop, this); in temperatureMonitorThreadCreate()
1865 void* ExynosPrimaryDisplay::temperatureMonitorThreadLoop() { in temperatureMonitorThreadLoop() function in ExynosPrimaryDisplay