Home
last modified time | relevance | path

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

/aosp12/hardware/google/pixel/thermal/
H A DThermal.cpp41 Return<void> setFailureAndCallback(T _hidl_cb, hidl_vec<U> data, std::string_view debug_msg) { in setFailureAndCallback() function
51 return setFailureAndCallback(_hidl_cb, data, "Failure initializing thermal HAL"); in setInitFailureAndCallback()
77 return setFailureAndCallback(_hidl_cb, temperatures, "Failed to read thermal sensors."); in getTemperatures()
94 return setFailureAndCallback(_hidl_cb, cpu_usages, "Failed to get CPU usages."); in getCpuUsages()
125 return setFailureAndCallback(_hidl_cb, temperatures, "Failed to read thermal sensors."); in getCurrentTemperatures()
144 return setFailureAndCallback(_hidl_cb, temperatures, "Failed to read thermal sensors."); in getTemperatureThresholds()
163 return setFailureAndCallback(_hidl_cb, cooling_devices, "Failed to read thermal sensors."); in getCurrentCoolingDevices()