Home
last modified time | relevance | path

Searched defs:Temperature (Results 1 – 3 of 3) sorted by relevance

/hardware/google/camera/common/hal/common/
Dthermal_types.h59 struct Temperature { struct
60 TemperatureType type = TemperatureType::kUnknown; argument
68 std::function<void(const Temperature& /*temperature*/)>; argument
/hardware/interfaces/thermal/aidl/default/
DThermal.cpp50 ScopedAStatus Thermal::getTemperatures(std::vector<Temperature>* /* out_temperatures */) { in getTemperatures()
56 std::vector<Temperature>* /* out_temperatures */) { in getTemperaturesWithType()
/hardware/interfaces/thermal/aidl/vts/
DVtsHalThermalTargetTest.cpp87 ndk::ScopedAStatus notifyThrottling(const Temperature&) override { in notifyThrottling()