Home
last modified time | relevance | path

Searched refs:ThermalPolicyCallbackInterface (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/av/media/libmediatranscoding/include/media/
H A DThermalPolicyInterface.h23 class ThermalPolicyCallbackInterface; variable
30 virtual void setCallback(const std::shared_ptr<ThermalPolicyCallbackInterface>& cb) = 0;
41 class ThermalPolicyCallbackInterface {
48 virtual ~ThermalPolicyCallbackInterface() = default;
H A DTranscodingThermalPolicy.h33 void setCallback(const std::shared_ptr<ThermalPolicyCallbackInterface>& cb) override;
41 std::weak_ptr<ThermalPolicyCallbackInterface> mThermalPolicyCallback GUARDED_BY(mCallbackLock);
H A DTranscodingSessionController.h45 public ThermalPolicyCallbackInterface,
/aosp12/frameworks/av/media/libmediatranscoding/
H A DTranscodingThermalPolicy.cpp102 const std::shared_ptr<ThermalPolicyCallbackInterface>& cb) { in setCallback()
125 std::shared_ptr<ThermalPolicyCallbackInterface> cb; in onStatusChange()
/aosp12/frameworks/av/media/libmediatranscoding/tests/
H A DTranscodingSessionController_tests.cpp112 void setCallback(const std::shared_ptr<ThermalPolicyCallbackInterface>& /*cb*/) override {} in setCallback() argument