Home
last modified time | relevance | path

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

/external/crosvm/devices/src/virtio/video/decoder/backend/
Dmod.rs64 fn event_pipe(&self) -> &File; in event_pipe() method
Dvda.rs148 fn event_pipe(&self) -> &std::fs::File { in event_pipe() method
/external/crosvm/devices/src/virtio/video/encoder/
Dmod.rs196 let event_pipe = new_session.event_pipe(); in set_encode_session() localVariable
199 .add(event_pipe, Token::Event { id: self.id }) in set_encode_session()
214 let event_pipe = session.event_pipe(); in clear_encode_session() localVariable
215 wait_ctx.delete(event_pipe).map_err(|e| { in clear_encode_session()
Dencoder.rs116 fn event_pipe(&self) -> &File; in event_pipe() method
Dlibvda_encoder.rs323 fn event_pipe(&self) -> &File { in event_pipe() method
/external/libwebsockets/lib/core-net/
Dpollfd.c296 assert(wsi->event_pipe || wsi->vhost); in __insert_wsi_socket_into_fds()
464 if (!wsi || (!wsi->protocol && !wsi->event_pipe) || in __lws_change_pollfd()
Dprivate-lib-core-net.h791 unsigned int event_pipe:1; member
Dvhost.c928 wsi->event_pipe = 1;
/external/libwebsockets/lib/event-libs/libuv/
Dlibuv.c551 if (wsi->listener || wsi->event_pipe) { in elops_wsi_logical_close_uv()
553 __func__, wsi, wsi->listener, wsi->event_pipe); in elops_wsi_logical_close_uv()
/external/crosvm/devices/src/virtio/video/decoder/
Dmod.rs451 .add(session.event_pipe(), Token::Event { id: stream_id }) in create_session()