Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Static Public Member Functions | List of all members
fml::UniqueLooperTraits Struct Reference

#include <message_loop_android.h>

Static Public Member Functions

static ALooper * InvalidValue ()
 
static bool IsValid (ALooper *value)
 
static void Free (ALooper *value)
 

Detailed Description

Definition at line 18 of file message_loop_android.h.

Member Function Documentation

◆ Free()

static void fml::UniqueLooperTraits::Free ( ALooper *  value)
inlinestatic

Definition at line 21 of file message_loop_android.h.

21{ ::ALooper_release(value); }

◆ InvalidValue()

static ALooper * fml::UniqueLooperTraits::InvalidValue ( )
inlinestatic

Definition at line 19 of file message_loop_android.h.

19{ return nullptr; }

◆ IsValid()

static bool fml::UniqueLooperTraits::IsValid ( ALooper *  value)
inlinestatic

Definition at line 20 of file message_loop_android.h.

20{ return value != nullptr; }
uint8_t value

The documentation for this struct was generated from the following file: