Home
last modified time | relevance | path

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

/hardware/interfaces/thermal/utils/
DThermalHidlWrapper.cpp134 std::vector<Temperature> ret_aidl; in getCurrentTemperatures() local
139 &ret_aidl); in getCurrentTemperatures()
141 a_status = thermal_service_->getTemperatures(&ret_aidl); in getCurrentTemperatures()
145 for (const auto& temperature : ret_aidl) { in getCurrentTemperatures()
164 std::vector<TemperatureThreshold> ret_aidl; in getTemperatureThresholds() local
169 static_cast<TemperatureType>(type), &ret_aidl); in getTemperatureThresholds()
171 a_status = thermal_service_->getTemperatureThresholds(&ret_aidl); in getTemperatureThresholds()
175 for (const auto& threshold : ret_aidl) { in getTemperatureThresholds()
261 std::vector<CoolingDevice> ret_aidl; in getCurrentCoolingDevices() local
266 &ret_aidl); in getCurrentCoolingDevices()
[all …]