Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/
DThermal.h121 ndk::ScopedAStatus getFilteredCoolingDevices(bool filterType, CoolingType type,
DThermal.cpp84 return getFilteredCoolingDevices(false, CoolingType::BATTERY, _aidl_return); in getCoolingDevices()
89 return getFilteredCoolingDevices(true, type, _aidl_return); in getCoolingDevicesWithType()
92 ndk::ScopedAStatus Thermal::getFilteredCoolingDevices(bool filterType, CoolingType type, in getFilteredCoolingDevices() function in aidl::android::hardware::thermal::implementation::Thermal