Searched refs:ThermalCallback (Results 1 – 2 of 2) sorted by relevance
50 class ThermalCallback class54 virtual ~ThermalCallback() = default;87 mThermalCallback = new(std::nothrow) ThermalCallback(); in SetUp()100 sp<ThermalCallback> mThermalCallback;
55 class ThermalCallback : public ::testing::VtsHalHidlTargetCallbackBase<ThermalCallbackArgs>, class88 mThermalCallback = new (std::nothrow) ThermalCallback(); in SetUp()115 sp<ThermalCallback> mThermalCallback;143 sp<ThermalCallback> localThermalCallback = new (std::nothrow) ThermalCallback(); in TEST_F()163 sp<ThermalCallback> localThermalCallback = new (std::nothrow) ThermalCallback(); in TEST_F()