Home
last modified time | relevance | path

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

/frameworks/native/libs/vr/libpdx_uds/
Dservice_endpoint.cpp309 Status<void> Endpoint::ReenableEpollEvent(const BorrowedHandle& fd) { in ReenableEpollEvent() function in android::pdx::uds::Endpoint
545 status = ReenableEpollEvent(channel_fd); in ReceiveMessageForChannel()
600 auto reenable_status = ReenableEpollEvent(socket_fd_.Borrow()); in MessageReceive()
655 status = ReenableEpollEvent(channel_socket); in MessageReply()
/frameworks/native/libs/vr/libpdx_uds/private/uds/
Dservice_endpoint.h140 Status<void> ReenableEpollEvent(const BorrowedHandle& channel_fd);