Home
last modified time | relevance | path

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

/aosp12/hardware/google/pixel/thermal/
H A Dthermal-helper.h67 using TemperatureType_1_0 = ::android::hardware::thermal::V1_0::TemperatureType; variable
H A Dthermal-helper.cpp467 TemperatureType_1_0 type = in readTemperature()
468 (static_cast<int>(sensor_info.type) > static_cast<int>(TemperatureType_1_0::SKIN)) in readTemperature()
469 ? TemperatureType_1_0::UNKNOWN in readTemperature()
470 : static_cast<TemperatureType_1_0>(sensor_info.type); in readTemperature()