struct WatcherState
Defined at line 23 of file ../../src/developer/memory/pressure_signaler/pressure_notifier.h
This struct contains all the state related to a single registered watchers.
Note: `proxy` needs an event handler to be initialized, which is why its initialization needs
to be deferred.
Public Members
optional proxy
Level level_sent
bool needs_free
bool pending_callback
PressureNotifier * notifier
Public Methods
void WatcherState (Level level_sent, PressureNotifier * notifier)
Defined at line 25 of file ../../src/developer/memory/pressure_signaler/pressure_notifier.h
void on_fidl_error (fidl::UnbindInfo info)
Defined at line 32 of file ../../src/developer/memory/pressure_signaler/pressure_notifier.h