Searched refs:cb_fn_t (Results 1 – 5 of 5) sorted by relevance
51 typedef std::function<void(uint8_t)> cb_fn_t; typedef90 void setCallback(cb_fn_t cb) { callback_func_ = cb; } in setCallback()102 cb_fn_t callback_func_ = nullptr;
60 typedef std::function<void(bool)> cb_fn_t; typedef61 BatteryListenerImpl(cb_fn_t cb);75 cb_fn_t mCb;170 BatteryListenerImpl::BatteryListenerImpl(cb_fn_t cb) : in BatteryListenerImpl()227 status_t batteryPropertiesListenerInit(BatteryListenerImpl::cb_fn_t cb) in batteryPropertiesListenerInit()
63 typedef std::function<void(bool)> cb_fn_t; typedef64 BatteryListenerImpl(cb_fn_t cb);78 cb_fn_t mCb;175 BatteryListenerImpl::BatteryListenerImpl(cb_fn_t cb) : in BatteryListenerImpl()236 status_t batteryPropertiesListenerInit(BatteryListenerImpl::cb_fn_t cb) { in batteryPropertiesListenerInit()
63 typedef std::function<void(bool)> cb_fn_t; typedef64 BatteryListenerImpl(cb_fn_t cb);80 cb_fn_t mCb;177 BatteryListenerImpl::BatteryListenerImpl(cb_fn_t cb) : in BatteryListenerImpl()247 status_t batteryPropertiesListenerInit(BatteryListenerImpl::cb_fn_t cb) { in batteryPropertiesListenerInit()