Constant android_looper_sys::event::HANGUP []

pub const HANGUP: Type = Type{bits: 1 << 3,}

ALOOPER_EVENT_HANGUP

The file descriptor was hung up. For example, indicates that the remote end of a pipe or socket was closed.

The looper always sends notifications about hangups; it is not necessary to specify this event flag in the requested event set.