Searched refs:thermal_client_unregister_callback (Results 1 - 2 of 2) sorted by relevance

/hardware/qcom/msm8998/thermal-engine/
H A Dthermal_client.h88 void thermal_client_unregister_callback(int client_cb_handle);
/hardware/qcom/audio/hal/audio_extn/
H A Dspkr_protection.c106 void (*thermal_client_unregister_callback)(int handle); member in struct:speaker_prot_session
682 handle.thermal_client_unregister_callback(handle.thermal_client_handle);
738 handle.thermal_client_unregister_callback =
740 dlsym(handle.thermal_handle, "thermal_client_unregister_callback");
742 !handle.thermal_client_unregister_callback) {
764 handle.thermal_client_unregister_callback)
765 handle.thermal_client_unregister_callback(handle.thermal_client_handle);

Completed in 17 milliseconds