Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/utils/
Dthermal_info.cpp1110 bool send_cb = false; in ParseSensorInfo() local
1112 send_cb = sensors[i]["Monitor"].asBool(); in ParseSensorInfo()
1114 send_cb = sensors[i]["SendCallback"].asBool(); in ParseSensorInfo()
1116 LOG(INFO) << "Sensor[" << name << "]'s SendCallback: " << std::boolalpha << send_cb in ParseSensorInfo()
1335 if (is_hidden && send_cb) { in ParseSensorInfo()
1364 bool is_watch = (send_cb | send_powerhint | support_throttling); in ParseSensorInfo()
1380 .send_cb = send_cb, in ParseSensorInfo()
Dthermal_info.h224 bool send_cb; member
/hardware/google/pixel/thermal/
Dthermal-helper.cpp690 if (sensor_info_pair.second.send_cb && cb_) { in clearAllThrottling()
910 if (filterCallback && !name_info_pair.second.send_cb) { in fillCurrentTemperatures()
1490 if (sensor_info_map_.at(t.name).send_cb && cb_) { in thermalWatcherCallbackFunc()
DThermal.cpp808 if (name_info_pair.second.send_cb) { in dumpThermalData()