HomeSort by relevance Sort by last modified time
    Searched refs:channel_fd (Results 1 - 7 of 7) sorted by null

  /cts/hostsidetests/security/securityPatch/CVE-2016-8425/
poc.c 39 __s32 channel_fd; member in struct:nvhost_channel_open_args
105 printf("[+] ioctl OK, fd = %d\n", o_args.channel_fd);
108 target_fd = o_args.channel_fd;
  /cts/hostsidetests/security/securityPatch/CVE-2016-8426/
poc.c 39 __s32 channel_fd; member in struct:nvhost_channel_open_args
105 printf("[+] ioctl OK, fd = %d\n", o_args.channel_fd);
108 target_fd = o_args.channel_fd;
131 printf("[+] ioctl OK, fd = %d\n", o_args.channel_fd);
  /frameworks/native/libs/vr/libpdx_uds/private/uds/
service_endpoint.h 104 // Test helper method to register a new channel identified by |channel_fd|
106 Status<void> RegisterNewChannelForTests(LocalHandle channel_fd);
134 Status<void> ReceiveMessageForChannel(const BorrowedHandle& channel_fd,
136 Status<void> OnNewChannel(LocalHandle channel_fd);
138 LocalHandle channel_fd, Channel* channel_state);
140 Status<void> ReenableEpollEvent(const BorrowedHandle& channel_fd);
145 int32_t GetChannelId(const BorrowedHandle& channel_fd);
ipc_helper.h 124 FileHandleType channel_fd; member in class:android::pdx::uds::ChannelConnectionInfo
127 PDX_SERIALIZABLE_MEMBERS(ChannelConnectionInfo, channel_fd);
  /frameworks/native/libs/vr/libpdx_uds/
service_endpoint.cpp 244 connection_info.channel_fd = std::move(remote_socket);
274 Status<void> Endpoint::OnNewChannel(LocalHandle channel_fd) {
277 status.PropagateError(OnNewChannelLocked(std::move(channel_fd), nullptr));
282 LocalHandle channel_fd, Channel* channel_state) {
285 event.data.fd = channel_fd.Get();
286 if (epoll_ctl(epoll_fd_.Get(), EPOLL_CTL_ADD, channel_fd.Get(), &event) < 0) {
293 channel_data.data_fd = std::move(channel_fd);
335 int channel_fd = iter->second.data_fd.Get(); local
338 if (epoll_ctl(epoll_fd_.Get(), EPOLL_CTL_DEL, channel_fd, &dummy) < 0) {
348 channel_fd_to_id_.erase(channel_fd);
    [all...]
client_channel_factory.cpp 130 socket_ = std::move(connection_info.channel_fd);
  /cts/hostsidetests/security/securityPatch/CVE-2016-8430/
poc.c 39 __s32 channel_fd; member in struct:nvhost_channel_open_args
128 g_channel_fd = args.channel_fd;

Completed in 103 milliseconds