Searched refs:cb_ (Results 1 – 4 of 4) sorted by relevance
52 : Thread(false), cb_(cb), looper_(new ::android::Looper(true)) {} in ThermalWatcher()92 const WatcherCallback cb_; variable
403 if (cb_) { in startWatchingDeviceFiles()524 sleep_ms_ = cb_(sensors); in threadLoop()
148 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()
238 const NotificationCallback cb_; variable