Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/
Dthermal-helper.h48 using NotificationCallback = std::function<void(const Temperature &t)>; variable
111 explicit ThermalHelperImpl(const NotificationCallback &cb);
216 const NotificationCallback cb_;
Dthermal-helper.cpp117 ThermalHelperImpl::ThermalHelperImpl(const NotificationCallback &cb) in ThermalHelperImpl()