Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/
Dthermal-helper.h68 using NotificationCallback = std::function<void(const std::vector<Temperature_2_0> &temps)>; variable
79 ThermalHelper(const NotificationCallback &cb);
126 const NotificationCallback cb_;
Dthermal-helper.cpp176 ThermalHelper::ThermalHelper(const NotificationCallback &cb) in ThermalHelper()