Searched refs:thermal_handle (Results 1 – 2 of 2) sorted by relevance
99 void *thermal_handle; member670 if (handle.thermal_handle) in spkr_calibration_thread()671 dlclose(handle.thermal_handle); in spkr_calibration_thread()672 handle.thermal_handle = NULL; in spkr_calibration_thread()715 handle.thermal_handle = dlopen(THERMAL_CLIENT_LIBRARY_PATH, in audio_extn_spkr_prot_init()717 if (!handle.thermal_handle) { in audio_extn_spkr_prot_init()723 dlsym(handle.thermal_handle, "thermal_client_register_callback"); in audio_extn_spkr_prot_init()726 dlsym(handle.thermal_handle, "thermal_client_unregister_callback"); in audio_extn_spkr_prot_init()739 dlsym(handle.thermal_handle, "thermal_client_request"); in audio_extn_spkr_prot_init()752 if (handle.thermal_handle) in audio_extn_spkr_prot_init()[all …]
109 void *thermal_handle; member677 if (handle.thermal_handle) in spkr_calibration_thread()678 dlclose(handle.thermal_handle); in spkr_calibration_thread()679 handle.thermal_handle = NULL; in spkr_calibration_thread()722 handle.thermal_handle = dlopen("/vendor/lib/libthermalclient.so", in audio_extn_spkr_prot_init()724 if (!handle.thermal_handle) { in audio_extn_spkr_prot_init()730 dlsym(handle.thermal_handle, "thermal_client_register_callback"); in audio_extn_spkr_prot_init()733 dlsym(handle.thermal_handle, "thermal_client_unregister_callback"); in audio_extn_spkr_prot_init()746 dlsym(handle.thermal_handle, "thermal_client_request"); in audio_extn_spkr_prot_init()759 if (handle.thermal_handle) in audio_extn_spkr_prot_init()[all …]