Home
last modified time | relevance | path

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

/hardware/google/camera/common/hal/google_camera_hal/
Dcamera_device_session.h309 ThermalCallback thermal_callback_; variable
Dcamera_device_session.cc581 if (thermal_callback_.unregister_thermal_changed_callback != nullptr) { in UnregisterThermalCallback()
582 thermal_callback_.unregister_thermal_changed_callback(); in UnregisterThermalCallback()
592 thermal_callback_ = thermal_callback; in SetSessionCallback()
594 status_t res = thermal_callback_.register_thermal_changed_callback( in SetSessionCallback()