Home
last modified time | relevance | path

Searched defs:fds (Results 1 – 25 of 27) sorted by relevance

12

/device/generic/vulkan-cereal/fake-android-guest/utils/
DFlattenable.h125 void*& buffer, size_t& size, int*& fds, size_t& count) const { in flatten()
130 void const*& buffer, size_t& size, int const*& fds, size_t& count) { in unflatten()
/device/google/cuttlefish/common/libs/fs/
Dshared_fd_test.cpp31 SharedFD fds[2]; in TEST() local
Dshared_fd.cpp267 int fds[2]; in Pipe() local
290 int fds[2]; in SocketPair() local
Dshared_fd.h393 std::vector<int> fds; in SendFileDescriptors() local
/device/generic/vulkan-cereal/third-party/perfetto/src/base/
Dpipe.cc35 int fds[2]; in Create() local
Dsubprocess.cc311 struct pollfd fds[3]{}; in PollInternal() struct
Dunix_socket.cc211 int fds[2]; in CreatePair() local
393 int* fds = nullptr; in Receive() local
/device/google/trout/hal/sensors/2.0/
DMultiPoll.cpp30 std::vector<pollfd> fds; in poll() local
/device/google/cuttlefish/host/commands/run_cvd/
Dboot_state_machine.cc95 std::vector<SharedFD> fds = {reboot_notification_, fg_launcher_pipe_}; in MaybeWriteNotification() local
/device/google/cuttlefish/host/commands/kernel_log_monitor/
Dmain.cc53 auto fds = android::base::Split(FLAGS_subscriber_fds, ","); in SubscribersFromCmdline() local
/device/generic/goldfish/network/wifi_forwarder/
Dpoller.cpp82 std::vector<struct pollfd> fds; in run() local
/device/generic/goldfish/network/netmgr/
Dpoller.cpp83 std::vector<struct pollfd> fds; in run() local
/device/google/cuttlefish/host/commands/modem_simulator/
Dmain.cpp46 auto fds = android::base::Split(fd_list, ","); in ServerFdsFromCmdline() local
/device/generic/goldfish/wifi/wifi_hal/
Dnetlink.cpp98 struct pollfd fds[2]; in eventLoop() local
/device/generic/goldfish-opengl/system/codecs/c2/decoders/base/
Dcros_gralloc_handle.h25 int32_t fds[DRV_MAX_FDS]; member
/device/google/cuttlefish/guest/commands/bt_vhci_forwarder/
Dmain.cpp104 struct pollfd fds[2]; in main() local
/device/generic/vulkan-cereal/fake-android-guest/androidImpl/
DGraphicBuffer.cpp283 status_t GraphicBuffer::flatten(void*& buffer, size_t& size, int*& fds, size_t& count) const { in flatten()
318 void const*& buffer, size_t& size, int const*& fds, size_t& count) { in unflatten()
DAHardwareBuffer.cpp139 std::unique_ptr<int[]> fds(new int[fdCount]); in AHardwareBuffer_sendHandleToUnixSocket() local
/device/generic/goldfish/dhcp/client/
Ddhcpclient.cpp217 struct pollfd fds; in waitAndReceive() local
/device/generic/vulkan-cereal/third-party/angle/util/posix/
Dtest_utils_posix.cpp55 int fds[2] = { member
/device/linaro/dragonboard/qcom/qrtr/lib/
Dqrtr.c181 struct pollfd fds; in qrtr_poll() local
/device/google/redbull-kernel/sm7250/original-kernel-headers/drm/
Dmsm_drm_pp.h548 __u32 fds[LTM_BUFFER_SIZE]; member
/device/google/redbull-kernel/sm7250/kernel-headers/drm/
Dmsm_drm_pp.h360 __u32 fds[LTM_BUFFER_SIZE]; member
/device/google/barbet-kernel/sm7250/kernel-headers/drm/
Dmsm_drm_pp.h358 __u32 fds[LTM_BUFFER_SIZE]; member
/device/google/barbet-kernel/sm7250/original-kernel-headers/drm/
Dmsm_drm_pp.h548 __u32 fds[LTM_BUFFER_SIZE]; member

12