Home
last modified time | relevance | path

Searched refs:thermal_throttling_ (Results 1 – 4 of 4) sorted by relevance

/hardware/google/pixel/thermal/
Dthermal-helper.h172 return thermal_throttling_.GetThermalThrottlingStatusMap(); in GetThermalThrottlingStatusMap()
236 ThermalThrottling thermal_throttling_; variable
Dthermal-helper.cpp206 if (!thermal_throttling_.registerThermalThrottling( in ThermalHelperImpl()
598 if (thermal_throttling_.getCdevMaxRequest(target_cdev, &max_state)) { in updateCoolingDevices()
1453 thermal_throttling_.clearThrottlingData(name_status_pair.first); in thermalWatcherCallbackFunc()
1466 thermal_throttling_.thermalThrottlingUpdate( in thermalWatcherCallbackFunc()
1472 thermal_throttling_.computeCoolingDevicesRequest( in thermalWatcherCallbackFunc()
/hardware/google/camera/common/hal/google_camera_hal/
Dcamera_device_session.h352 uint8_t thermal_throttling_ = false; variable
Dcamera_device_session.cc637 thermal_throttling_ = true; in NotifyThrottling()
832 thermal_throttling_ = false; in ConfigureStreams()
911 if (thermal_throttling_ && !thermal_throttling_notified_ && in CreateCaptureRequestLocked()
920 VendorTagIds::kThermalThrottling, &thermal_throttling_, in CreateCaptureRequestLocked()