HomeSort by relevance Sort by last modified time
    Searched defs:ThermalCallback (Results 1 - 2 of 2) sorted by null

  /frameworks/native/services/thermalservice/libthermalcallback/
ThermalCallback.h 21 class ThermalCallback : public IThermalCallback {
  /hardware/interfaces/thermal/1.1/vts/functional/
VtsHalThermalV1_1TargetTest.cpp 50 class ThermalCallback
54 virtual ~ThermalCallback() = default;
87 mThermalCallback = new(std::nothrow) ThermalCallback();
100 sp<ThermalCallback> mThermalCallback;
103 // Test ThermalCallback::notifyThrottling().
104 // This just calls into and back from our local ThermalCallback impl.

Completed in 54 milliseconds