Searched refs:ret_aidl (Results 1 – 1 of 1) sorted by relevance
134 std::vector<Temperature> ret_aidl; in getCurrentTemperatures() local139 &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() local169 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() local266 &ret_aidl); in getCurrentCoolingDevices()[all …]