Home
last modified time | relevance | path

Searched refs:UPDATE_EVT (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Virtualization/android/forwarder_host/src/
Dforwarder_host.rs48 static UPDATE_EVT: LazyLock<EventFd> = variable
208 UPDATE_EVT.read().map_err(Error::UpdateEventRead)?; in process_update_queue()
279 poll_ctx.add(&*UPDATE_EVT, Token::UpdatePorts).map_err(Error::PollContextAdd)?; in run()
426 UPDATE_EVT.write(1).expect("failed to write update eventfd"); in Java_com_android_virtualization_terminal_DebianServiceImpl_updateListeningPorts()