Searched refs:TemperatureType_1_0 (Results 1 – 2 of 2) sorted by relevance
67 using TemperatureType_1_0 = ::android::hardware::thermal::V1_0::TemperatureType; variable
467 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()