Home
last modified time | relevance | path

Searched refs:ThermalPolicyInterface (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/av/media/libmediatranscoding/include/media/
H A DThermalPolicyInterface.h26 class ThermalPolicyInterface {
37 virtual ~ThermalPolicyInterface() = default;
H A DTranscodingThermalPolicy.h28 class TranscodingThermalPolicy : public ThermalPolicyInterface {
H A DTranscodingSessionController.h172 std::shared_ptr<ThermalPolicyInterface> mThermalPolicy;
185 const std::shared_ptr<ThermalPolicyInterface>& thermalPolicy,
/aosp12/frameworks/av/services/mediatranscoding/
H A DMediaTranscodingService.h36 class ThermalPolicyInterface; variable
65 std::shared_ptr<ThermalPolicyInterface> mThermalPolicy;
/aosp12/frameworks/av/media/libmediatranscoding/
H A DTranscodingSessionController.cpp332 const std::shared_ptr<ThermalPolicyInterface>& thermalPolicy, in TranscodingSessionController()
/aosp12/frameworks/av/media/libmediatranscoding/tests/
H A DTranscodingSessionController_tests.cpp106 class TestThermalPolicy : public ThermalPolicyInterface {