![]() |
Flutter Engine
The Flutter Engine
|
#include <eventhandler.h>
Public Member Functions | |
DescriptorInfoBase (intptr_t fd) | |
virtual | ~DescriptorInfoBase () |
intptr_t | fd () |
virtual bool | IsListeningSocket () const =0 |
virtual void | SetPortAndMask (Dart_Port port, intptr_t mask)=0 |
virtual void | RemovePort (Dart_Port port)=0 |
virtual void | RemoveAllPorts ()=0 |
virtual Dart_Port | NextNotifyDartPort (intptr_t events_ready)=0 |
virtual void | NotifyAllDartPorts (uintptr_t events)=0 |
virtual void | ReturnTokens (Dart_Port port, int count)=0 |
virtual intptr_t | Mask ()=0 |
virtual void | Close ()=0 |
Protected Attributes | |
intptr_t | fd_ |
Definition at line 215 of file eventhandler.h.
|
inlineexplicit |
Definition at line 217 of file eventhandler.h.
|
inlinevirtual |
Definition at line 219 of file eventhandler.h.
|
pure virtual |
Implemented in dart::bin::DescriptorInfoSingleMixin< SocketHandle >, dart::bin::DescriptorInfoSingleMixin< DescriptorInfo >, dart::bin::DescriptorInfoSingleMixin< Handle >, dart::bin::DescriptorInfoMultipleMixin< DescriptorInfo >, dart::bin::DescriptorInfoMultipleMixin< SocketHandle >, dart::bin::DescriptorInfo, dart::bin::DescriptorInfo, dart::bin::DescriptorInfo, and dart::bin::Handle.
|
inline |
Definition at line 222 of file eventhandler.h.
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
protected |
Definition at line 256 of file eventhandler.h.