Home
last modified time | relevance | path

Searched refs:ThermalCallback (Results 1 – 8 of 8) sorted by relevance

/hardware/interfaces/thermal/1.1/vts/functional/
DVtsHalThermalV1_1TargetTest.cpp51 class ThermalCallback class
55 virtual ~ThermalCallback() = default;
73 mThermalCallback = new(std::nothrow) ThermalCallback(); in SetUp()
86 sp<ThermalCallback> mThermalCallback;
/hardware/interfaces/thermal/utils/tests/
DThermalHidlWrapperTest.cpp81 class ThermalCallback : public ::testing::VtsHalHidlTargetCallbackBase<ThermalCallbackArgs>, class
100 mThermalCallback = new (std::nothrow) ThermalCallback(); in SetUp()
127 sp<ThermalCallback> mThermalCallback;
133 sp<ThermalCallback> thermalCallback = new (std::nothrow) ThermalCallback(); in TEST_P()
154 sp<ThermalCallback> localThermalCallback = new (std::nothrow) ThermalCallback(); in TEST_P()
174 sp<ThermalCallback> localThermalCallback = new (std::nothrow) ThermalCallback(); in TEST_P()
/hardware/interfaces/thermal/2.0/vts/functional/
DVtsHalThermalV2_0TargetTest.cpp57 class ThermalCallback : public ::testing::VtsHalHidlTargetCallbackBase<ThermalCallbackArgs>, class
74 mThermalCallback = new (std::nothrow) ThermalCallback(); in SetUp()
101 sp<ThermalCallback> mThermalCallback;
107 sp<ThermalCallback> thermalCallback = new (std::nothrow) ThermalCallback(); in TEST_P()
128 sp<ThermalCallback> localThermalCallback = new (std::nothrow) ThermalCallback(); in TEST_P()
148 sp<ThermalCallback> localThermalCallback = new (std::nothrow) ThermalCallback(); in TEST_P()
/hardware/interfaces/thermal/aidl/vts/
DVtsHalThermalTargetTest.cpp85 class ThermalCallback : public BnThermalChangedCallback { class
145 mThermalCallback = ndk::SharedRefBase::make<ThermalCallback>(); in SetUp()
183 std::shared_ptr<ThermalCallback> mThermalCallback;
190 std::shared_ptr<ThermalCallback> thermalCallback = ndk::SharedRefBase::make<ThermalCallback>(); in TEST_P()
220 std::shared_ptr<ThermalCallback> localThermalCallback = in TEST_P()
221 ndk::SharedRefBase::make<ThermalCallback>(); in TEST_P()
244 std::shared_ptr<ThermalCallback> localThermalCallback = in TEST_P()
245 ndk::SharedRefBase::make<ThermalCallback>(); in TEST_P()
/hardware/google/camera/common/hal/google_camera_hal/
Dcamera_device_session.h60 struct ThermalCallback { struct
94 const ThermalCallback& thermal_callback);
314 ThermalCallback thermal_callback_;
Dcamera_device_session.cc603 const ThermalCallback& thermal_callback) { in SetSessionCallback()
/hardware/google/camera/common/hal/tests/
Dcamera_device_session_tests.cc410 ThermalCallback thermal_callback = { in TEST_F()
/hardware/google/camera/common/hal/aidl_service/
Daidl_camera_device_session.cc455 google_camera_hal::ThermalCallback thermal_callback = { in SetSessionCallbacks()