Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/utils/
Dthermal_watcher.cpp191 struct genlmsghdr *glh = genlmsg_hdr(nlh); in handleEvent() local
197 if (glh->cmd == THERMAL_GENL_EVENT_TZ_TRIP_UP) { in handleEvent()
208 if (glh->cmd == THERMAL_GENL_EVENT_TZ_TRIP_DOWN) { in handleEvent()
219 if (glh->cmd == THERMAL_GENL_EVENT_TZ_GOV_CHANGE) { in handleEvent()
229 if (glh->cmd == THERMAL_GENL_EVENT_TZ_CREATE) { in handleEvent()
239 if (glh->cmd == THERMAL_GENL_EVENT_TZ_DELETE) { in handleEvent()
247 if (glh->cmd == THERMAL_GENL_EVENT_TZ_DISABLE) { in handleEvent()
255 if (glh->cmd == THERMAL_GENL_EVENT_TZ_ENABLE) { in handleEvent()
263 if (glh->cmd == THERMAL_GENL_EVENT_TZ_TRIP_CHANGE) { in handleEvent()
279 if (glh->cmd == THERMAL_GENL_EVENT_TZ_TRIP_ADD) { in handleEvent()
[all …]