HomeSort by relevance Sort by last modified time
    Searched full:thermal_handle (Results 1 - 1 of 1) sorted by null

  /hardware/qcom/audio/hal/audio_extn/
spkr_protection.c 99 void *thermal_handle; member in struct:speaker_prot_session
670 if (handle.thermal_handle)
671 dlclose(handle.thermal_handle);
672 handle.thermal_handle = NULL;
715 handle.thermal_handle = dlopen(THERMAL_CLIENT_LIBRARY_PATH,
717 if (!handle.thermal_handle) {
723 dlsym(handle.thermal_handle, "thermal_client_register_callback");
726 dlsym(handle.thermal_handle, "thermal_client_unregister_callback");
739 dlsym(handle.thermal_handle, "thermal_client_request");
752 if (handle.thermal_handle)
    [all...]

Completed in 50 milliseconds