Home
last modified time | relevance | path

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

/hardware/google/camera/common/hal/google_camera_hal/
Dcamera_device_session.h351 bool thermal_throttling_notified_ = false; variable
Dcamera_device_session.cc771 thermal_throttling_notified_ = false; in ConfigureStreams()
840 if (thermal_throttling_ && !thermal_throttling_notified_ && in CreateCaptureRequestLocked()
844 thermal_throttling_notified_ = true; in CreateCaptureRequestLocked()