Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/utils/
Dthermal_watcher.cpp363 sk_thermal = nl_socket_alloc(); in registerFilesToWatchNl()
364 if (!sk_thermal) { in registerFilesToWatchNl()
369 if (genl_connect(sk_thermal)) { in registerFilesToWatchNl()
374 thermal_genl_fd_.reset(nl_socket_get_fd(sk_thermal)); in registerFilesToWatchNl()
380 if (!socketAddMembership(sk_thermal, THERMAL_GENL_EVENT_GROUP_NAME)) { in registerFilesToWatchNl()
480 nl_recvmsgs(sk_thermal, cb.get()); in parseGenlink()
Dthermal_watcher.h104 struct nl_sock *sk_thermal; variable