Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/
DThermal.h40 struct CallbackSetting { struct
41 CallbackSetting(sp<IThermalChangedCallback> callback, bool is_filter_type, in CallbackSetting() function
44 sp<IThermalChangedCallback> callback;
45 bool is_filter_type;
46 TemperatureType_2_0 type;
/hardware/interfaces/thermal/2.0/default/
DThermal.h48 struct CallbackSetting { struct
49 CallbackSetting(sp<IThermalChangedCallback> callback, bool is_filter_type, TemperatureType type) in CallbackSetting() argument
51 sp<IThermalChangedCallback> callback;
52 bool is_filter_type;
53 TemperatureType type;