Home
last modified time | relevance | path

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

/frameworks/native/libs/vr/libpdx_uds/private/uds/
Dservice_endpoint.h143 BorrowedHandle GetChannelEventFd(int32_t channel_id);
/frameworks/native/libs/vr/libpdx_uds/
Dservice_endpoint.cpp475 BorrowedHandle Endpoint::GetChannelEventFd(int32_t channel_id) { in GetChannelEventFd() function in android::pdx::uds::Endpoint
620 auto push_status = state->PushFileHandle(GetChannelEventFd(channel_id)); in MessageReply()