Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/utils/
Dthermal_watcher.h47 : Thread(false), cb_(cb), looper_(new Looper(true)) {} in ThermalWatcher()
83 const WatcherCallback cb_; variable
Dthermal_watcher.cpp73 if (cb_) { in startWatchingDeviceFiles()
161 thermal_triggered_ = cb_(sensors); in threadLoop()
/hardware/google/pixel/thermal/
Dthermal-helper.h126 const NotificationCallback cb_; variable
Dthermal-helper.cpp179 cb_(cb), in ThermalHelper()
620 if (!temps.empty() && cb_) { in thermalWatcherCallbackFunc()
621 cb_(temps); in thermalWatcherCallbackFunc()