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

  /device/google/marlin/thermal-engine/
thermal_client.h 75 void thermal_client_unregister_callback(int client_cb_handle);
  /hardware/qcom/msm8998/thermal-engine/
thermal_client.h 88 void thermal_client_unregister_callback(int client_cb_handle);
  /hardware/qcom/audio/hal/audio_extn/
spkr_protection.c 106 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);
    [all...]
  /device/google/marlin/camera/QCamera2/HAL/
QCameraThermalAdapter.cpp 87 *(void **)&mUnregister = dlsym(mHandle, "thermal_client_unregister_callback");
  /hardware/qcom/camera/msm8998/QCamera2/HAL/
QCameraThermalAdapter.cpp 87 *(void **)&mUnregister = dlsym(mHandle, "thermal_client_unregister_callback");

Completed in 516 milliseconds