Searched refs:looper_ (Results 1 – 4 of 4) sorted by relevance
/hardware/google/pixel/thermal/utils/ |
D | thermal_watcher.h | 52 : Thread(false), cb_(cb), looper_(new ::android::Looper(true)) {} in ThermalWatcher() 94 ::android::sp<::android::Looper> looper_;
|
D | thermal_watcher.cpp | 356 looper_->addFd(uevent_fd_.get(), 0, ::android::Looper::EVENT_INPUT, nullptr, nullptr); in registerFilesToWatch() 397 looper_->addFd(thermal_genl_fd_.get(), 0, ::android::Looper::EVENT_INPUT, nullptr, nullptr); in registerFilesToWatchNl() 496 looper_->wake(); in wake() 509 looper_->pollOnce(sleep_ms_.count(), &fd, nullptr, nullptr) >= 0) { in threadLoop()
|
/hardware/google/pixel/thermal/ |
D | Thermal.h | 117 Looper looper_; variable
|
D | Thermal.cpp | 215 looper_.addEvent(Looper::Event{handler}); in registerThermalChangedCallback()
|