Home
last modified time | relevance | path

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

/hardware/qcom/sdm845/vr/
Dvr.c36 static void *dlhandle; variable
121 dlhandle = dlopen(thermal_client_so, RTLD_NOW | RTLD_LOCAL); in load_thermal_client()
122 if (dlhandle) { in load_thermal_client()
125 dlsym(dlhandle, "thermal_client_config_query"); in load_thermal_client()
132 dlsym(dlhandle, "thermal_client_config_set"); in load_thermal_client()
139 dlsym(dlhandle, "thermal_client_config_cleanup"); in load_thermal_client()
155 dlclose(dlhandle); in load_thermal_client()
156 dlhandle = NULL; in load_thermal_client()
/hardware/qcom/sm8150/vr/
Dvr.c36 static void *dlhandle; variable
121 dlhandle = dlopen(thermal_client_so, RTLD_NOW | RTLD_LOCAL); in load_thermal_client()
122 if (dlhandle) { in load_thermal_client()
125 dlsym(dlhandle, "thermal_client_config_query"); in load_thermal_client()
132 dlsym(dlhandle, "thermal_client_config_set"); in load_thermal_client()
139 dlsym(dlhandle, "thermal_client_config_cleanup"); in load_thermal_client()
155 dlclose(dlhandle); in load_thermal_client()
156 dlhandle = NULL; in load_thermal_client()