Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/utils/
Dthermal_info.cpp333 bool send_cb = false; in ParseSensorInfo() local
335 send_cb = sensors[i]["Monitor"].asBool(); in ParseSensorInfo()
337 send_cb = sensors[i]["SendCallback"].asBool(); in ParseSensorInfo()
339 LOG(INFO) << "Sensor[" << name << "]'s SendCallback: " << std::boolalpha << send_cb in ParseSensorInfo()
793 if (is_hidden && send_cb) { in ParseSensorInfo()
799 bool is_watch = (send_cb | send_powerhint | support_pid | support_hard_limit); in ParseSensorInfo()
824 .send_cb = send_cb, in ParseSensorInfo()
Dthermal_info.h116 bool send_cb; member
/hardware/google/pixel/thermal/pid_1_0/utils/
Dthermal_info.cpp188 bool send_cb = false; in ParseSensorInfo() local
192 send_cb = true; in ParseSensorInfo()
194 LOG(INFO) << "Sensor[" << name << "]'s SendCallback: " << std::boolalpha << send_cb in ParseSensorInfo()
745 if (is_hidden && send_cb) { in ParseSensorInfo()
751 bool is_watch = (send_cb | send_powerhint | support_pid | support_hard_limit); in ParseSensorInfo()
776 .send_cb = send_cb, in ParseSensorInfo()
Dthermal_info.h114 bool send_cb; member
/hardware/google/pixel/thermal/
Dthermal-helper.cpp736 if (filterCallback && !name_info_pair.second.send_cb) { in fillCurrentTemperatures()
1040 if (sensor_info_map_.at(t.name).send_cb && cb_) { in thermalWatcherCallbackFunc()
DThermal.cpp704 if (name_info_pair.second.send_cb) { in debug()
/hardware/google/pixel/thermal/pid_1_0/
Dthermal-helper.cpp710 if (filterCallback && !name_info_pair.second.send_cb) { in fillCurrentTemperatures()
1010 if (sensor_info_map_.at(t.name).send_cb && cb_) { in thermalWatcherCallbackFunc()
DThermal.cpp698 if (name_info_pair.second.send_cb) { in debug()