Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/utils/
Dthermal_watcher.cpp189 struct genlmsghdr *glh = genlmsg_hdr(nlh); in handleEvent() local
195 if (glh->cmd == THERMAL_GENL_EVENT_TZ_TRIP_UP) { in handleEvent()
206 if (glh->cmd == THERMAL_GENL_EVENT_TZ_TRIP_DOWN) { in handleEvent()
217 if (glh->cmd == THERMAL_GENL_EVENT_TZ_GOV_CHANGE) { in handleEvent()
227 if (glh->cmd == THERMAL_GENL_EVENT_TZ_CREATE) { in handleEvent()
237 if (glh->cmd == THERMAL_GENL_EVENT_TZ_DELETE) { in handleEvent()
245 if (glh->cmd == THERMAL_GENL_EVENT_TZ_DISABLE) { in handleEvent()
253 if (glh->cmd == THERMAL_GENL_EVENT_TZ_ENABLE) { in handleEvent()
261 if (glh->cmd == THERMAL_GENL_EVENT_TZ_TRIP_CHANGE) { in handleEvent()
277 if (glh->cmd == THERMAL_GENL_EVENT_TZ_TRIP_ADD) { in handleEvent()
[all …]