Home
last modified time | relevance | path

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

/hardware/qcom/audio/hal/audio_extn/
Dspkr_protection.c99 void *thermal_handle; member
670 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 …]
/hardware/qcom/audio/msm8909/hal/audio_extn/
Dspkr_protection.c109 void *thermal_handle; member
677 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 …]