Home
last modified time | relevance | path

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

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