Searched refs:data_fd (Results 1 – 10 of 10) sorted by relevance
/frameworks/native/libs/vr/libpdx_uds/ |
D | channel_manager.cpp | 24 LocalChannelHandle ChannelManager::CreateHandle(LocalHandle data_fd, in CreateHandle() argument 27 if (data_fd && pollin_event_fd && pollhup_event_fd) { in CreateHandle() 29 const int32_t handle = data_fd.Get(); in CreateHandle() 32 ChannelEventReceiver{std::move(data_fd), std::move(pollin_event_fd), in CreateHandle() 39 data_fd.Get(), pollin_event_fd.Get(), pollhup_event_fd.Get()); in CreateHandle()
|
D | channel_event_set.cpp | 71 ChannelEventReceiver::ChannelEventReceiver(LocalHandle data_fd, in ChannelEventReceiver() argument 82 if (epoll_ctl(epoll_fd.Get(), EPOLL_CTL_ADD, data_fd.Get(), &event) < 0) { in ChannelEventReceiver() 112 data_fd_ = std::move(data_fd); in ChannelEventReceiver()
|
D | channel_parcelable.cpp | 16 ChannelParcelable::ChannelParcelable(LocalHandle data_fd, in ChannelParcelable() argument 19 : data_fd_{std::move(data_fd)}, in ChannelParcelable()
|
D | service_endpoint.cpp | 52 std::move(channel_info.data_fd), in GetLocalChannelHandle() 75 channel_data->data_fd(), channel_data->pollin_event_fd(), in PushChannelHandle() 84 Status<ChannelReference> PushChannelHandle(BorrowedHandle data_fd, in PushChannelHandle() 87 if (!data_fd || !pollin_event_fd || !pollhup_event_fd) in PushChannelHandle() 89 ChannelInfo<BorrowedHandle> channel_info{std::move(data_fd), in PushChannelHandle() 293 channel_data.data_fd = std::move(channel_fd); in OnNewChannelLocked() 301 channel_fd_to_id_.emplace(channel_data.data_fd.Get(), last_channel_id_); in OnNewChannelLocked() 335 int channel_fd = iter->second.data_fd.Get(); in CloseChannelLocked() 476 handle = channel_data->second.data_fd.Borrow(); in GetChannelSocketFd()
|
D | client_channel.cpp | 37 std::move(channel_info.data_fd), in GetLocalChannelHandle() 60 channel_data->data_fd(), channel_data->pollin_event_fd(), in PushChannelHandle()
|
/frameworks/native/libs/vr/libpdx_uds/private/uds/ |
D | channel_event_set.h | 41 ChannelEventReceiver(LocalHandle data_fd, LocalHandle pollin_event_fd, 55 BorrowedHandle data_fd() const { return data_fd_.Borrow(); } in data_fd() function
|
D | channel_manager.h | 19 LocalChannelHandle CreateHandle(LocalHandle data_fd,
|
D | channel_parcelable.h | 14 ChannelParcelable(LocalHandle data_fd, LocalHandle pollin_event_fd,
|
D | ipc_helper.h | 113 FileHandleType data_fd; 118 PDX_SERIALIZABLE_MEMBERS(ChannelInfo, data_fd, pollin_event_fd,
|
D | service_endpoint.h | 112 LocalHandle data_fd; member
|