Searched refs:sync_netlink_fd_ (Results 1 – 2 of 2) sorted by relevance
229 bool setup_rt = SetupSocket(&sync_netlink_fd_, &sync_netlink_destination_); in Start()287 if (!SendMessageInternal(packet, sync_netlink_fd_.get(), sync_netlink_destination_)) { in SendMessageAndGetResponses()293 netlink_output.fd = sync_netlink_fd_.get(); in SendMessageAndGetResponses()313 LOG(ERROR) << "Failed to poll netlink fd:" << sync_netlink_fd_.get() in SendMessageAndGetResponses()318 LOG(ERROR) << "Failed to poll netlink fd:" << sync_netlink_fd_.get() in SendMessageAndGetResponses()323 ReceivePacketAndRunHandler(sync_netlink_fd_.get()); in SendMessageAndGetResponses()
304 android::base::unique_fd sync_netlink_fd_; variable