Home
last modified time | relevance | path

Searched defs:CallbackSetting (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/thermal/2.0/default/
DThermal.h48 struct CallbackSetting { struct
49 CallbackSetting(sp<IThermalChangedCallback> callback, bool is_filter_type, TemperatureType type) in CallbackSetting() function
51 sp<IThermalChangedCallback> callback;
52 bool is_filter_type;
53 TemperatureType type;
/hardware/google/pixel/thermal/
DThermal.h32 struct CallbackSetting { struct
33 CallbackSetting(std::shared_ptr<IThermalChangedCallback> callback, bool is_filter_type, in CallbackSetting() function
36 std::shared_ptr<IThermalChangedCallback> callback;
37 bool is_filter_type;
38 TemperatureType type;