Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/utils/
Dthermal_watcher.h52 : Thread(false), cb_(cb), looper_(new ::android::Looper(true)) {} in ThermalWatcher()
92 const WatcherCallback cb_; variable
Dthermal_watcher.cpp403 if (cb_) { in startWatchingDeviceFiles()
524 sleep_ms_ = cb_(sensors); in threadLoop()
/hardware/google/pixel/thermal/
Dthermal-helper.cpp148 cb_(cb) { in ThermalHelperImpl()
690 if (sensor_info_pair.second.send_cb && cb_) { in clearAllThrottling()
691 cb_(temp); in clearAllThrottling()
1490 if (sensor_info_map_.at(t.name).send_cb && cb_) { in thermalWatcherCallbackFunc()
1491 cb_(t); in thermalWatcherCallbackFunc()
Dthermal-helper.h238 const NotificationCallback cb_; variable