Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/
Dthermal-helper.h141 bool isInitializedOk() const override { return is_initialized_; } in isInitializedOk()
237 bool is_initialized_; variable
Dthermal-helper.cpp329 is_initialized_ = ret; in ThermalHelperImpl()
339 is_initialized_ = ret; in ThermalHelperImpl()
354 is_initialized_ = thermal_watcher_->startWatchingDeviceFiles(); in ThermalHelperImpl()
355 if (!is_initialized_) { in ThermalHelperImpl()