Searched defs:CallbackSetting (Results 1 – 2 of 2) sorted by relevance
48 struct CallbackSetting { struct49 CallbackSetting(sp<IThermalChangedCallback> callback, bool is_filter_type, TemperatureType type) in CallbackSetting() function51 sp<IThermalChangedCallback> callback;52 bool is_filter_type;53 TemperatureType type;
32 struct CallbackSetting { struct33 CallbackSetting(std::shared_ptr<IThermalChangedCallback> callback, bool is_filter_type, in CallbackSetting() function36 std::shared_ptr<IThermalChangedCallback> callback;37 bool is_filter_type;38 TemperatureType type;