Home
last modified time | relevance | path

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

12

/device/google/cuttlefish/host/commands/cvd/
Dserver_client.cpp60 auto fds = CF_EXPECT(read_result.FileDescriptors(), in GetRequest() local
92 std::vector<SharedFD> fds, in RequestWithStdio()
Dmain.cc88 Result<void> RunServer(const RunServerParam& fds) { in RunServer()
Dserver.cc483 Result<int> CvdServerMain(ServerMainParam&& fds) { in CvdServerMain()
/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.h317 std::vector<int> fds; in SendFileDescriptors() local
Dshared_fd.cpp312 int SharedFD::Poll(std::vector<PollSharedFd>& fds, int timeout) { in Poll()
316 int SharedFD::Poll(PollSharedFd* fds, size_t num_fds, int timeout) { in Poll()
373 int fds[2]; in Pipe() local
410 int fds[2]; in SocketPair() local
/device/google/cuttlefish/common/libs/utils/
Dunix_sockets.cpp56 const std::vector<SharedFD>& fds) { in FromFileDescriptors()
164 std::vector<SharedFD> fds; in FileDescriptors() local
Dunix_sockets_test.cpp54 auto fds = message.FileDescriptors(); in TEST() local
/device/google/trout/hal/sensors/2.0/
DMultiPoll.cpp30 std::vector<pollfd> fds; in poll() local
/device/google/cuttlefish/host/commands/kernel_log_monitor/
Dmain.cc53 auto fds = android::base::Split(FLAGS_subscriber_fds, ","); in SubscribersFromCmdline() local
/device/google/cuttlefish/host/commands/modem_simulator/
Dmain.cpp46 auto fds = android::base::Split(fd_list, ","); in ServerFdsFromCmdline() local
/device/generic/goldfish-opengl/shared/gralloc_cb/include/
Dgralloc_cb_bp.h75 int32_t fds[2]; member
/device/generic/goldfish-opengl/system/codecs/c2/decoders/base/
Dcros_gralloc_handle.h25 int32_t fds[DRV_MAX_FDS]; member
/device/generic/goldfish/wifi/wifi_hal/
Dnetlink.cpp98 struct pollfd fds[2]; in eventLoop() local
/device/generic/goldfish-opengl/fuchsia/include/
Dcros_gralloc_handle.h25 int32_t fds[DRV_MAX_FDS]; member
/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/google/cuttlefish/guest/commands/bt_vhci_forwarder/
Dmain.cpp113 struct pollfd fds[2]; in main() local
/device/generic/goldfish/dhcp/client/
Ddhcpclient.cpp217 struct pollfd fds; in waitAndReceive() local
/device/google/cuttlefish/host/commands/run_cvd/
Dboot_state_machine.cc277 std::vector<SharedFD> fds = {reboot_notification_, fg_launcher_pipe_}; in MaybeWriteNotification() local
/device/google/cuttlefish/host/commands/cvd/server_command/
Dload_configs.cpp266 std::vector<SharedFD> fds = {dev_null, dev_null, dev_null}; in CreateCommandSequence() local
Dserial_launch.cpp360 std::vector<SharedFD> fds; in CreateCommandSequence() local
/device/google/cuttlefish/host/commands/run_cvd/launch/
Dstreamer.cpp162 std::vector<SharedFD> fds; in AddConfUiFifo() local
/device/linaro/dragonboard/qcom/qrtr/lib/
Dqrtr.c181 struct pollfd fds; in qrtr_poll() local

12