Searched refs:thermal_handle (Results 1 – 1 of 1) sorted by relevance
99 void *thermal_handle; member684 if (handle.thermal_handle) in spkr_calibration_thread()685 dlclose(handle.thermal_handle); in spkr_calibration_thread()686 handle.thermal_handle = NULL; in spkr_calibration_thread()729 handle.thermal_handle = dlopen(THERMAL_CLIENT_LIBRARY_PATH, in audio_extn_spkr_prot_init()731 if (!handle.thermal_handle) { in audio_extn_spkr_prot_init()737 dlsym(handle.thermal_handle, "thermal_client_register_callback"); in audio_extn_spkr_prot_init()740 dlsym(handle.thermal_handle, "thermal_client_unregister_callback"); in audio_extn_spkr_prot_init()753 dlsym(handle.thermal_handle, "thermal_client_request"); in audio_extn_spkr_prot_init()766 if (handle.thermal_handle) in audio_extn_spkr_prot_init()[all …]