/system/core/base/include/android-base/ |
D | cmsg.h | 72 std::vector<int> fds; in SendFileDescriptors() local 83 std::vector<unique_fd*> fds; in ReceiveFileDescriptors() local
|
/system/core/adb/ |
D | sysdeps_test.cpp | 29 int fds[2]; in TEST() local 44 std::vector<int> fds; in TEST() local 65 int fds[2]; member in sysdeps_poll
|
D | transport_benchmark.cpp | 56 int fds[2]; in BM_Connection_Unidirectional() local 111 int fds[2]; in BM_Connection_Echo() local
|
D | shell_service_protocol_test.cpp | 43 int fds[2]; in SetUp() local
|
D | fdevent_test.cpp | 144 int fds[2]; in TEST_F() local 280 int fds[2]; in TEST_F() local
|
/system/core/base/ |
D | cmsg.cpp | 33 const std::vector<int>& fds) { in SendFileDescriptorVector() 74 std::vector<unique_fd>* fds) { in ReceiveFileDescriptorVector()
|
/system/media/audio_utils/tests/ |
D | getch.c | 38 fd_set fds; in kbhit() local
|
/system/extras/tests/storage/ |
D | opentest.c | 30 int *fds; in main() local
|
/system/netd/resolv/ |
D | DnsTlsSocket.cpp | 53 struct pollfd fds = { .fd = fd, .events = POLLIN }; in waitForReading() local 59 struct pollfd fds = { .fd = fd, .events = POLLOUT }; in waitForWriting() local 342 struct pollfd fds[2] = { { .fd = -1 }, { .fd = -1 } }; in loop() local
|
/system/core/libutils/include/utils/ |
D | Flattenable.h | 130 void*& buffer, size_t& size, int*& fds, size_t& count) const { in flatten() 135 void const*& buffer, size_t& size, int const*& fds, size_t& count) { in unflatten()
|
/system/netd/client/ |
D | NetdClientTest.cpp | 36 pollfd fds[1] = {{.fd = dnsProxyFd, .events = POLLIN}}; in serverLoop() local
|
/system/extras/tests/pagingtest/ |
D | thrashing_test.c | 15 int fds[4] = {-1, -1, -1, -1}; in thrashing_test() local
|
/system/extras/verity/fec/ |
D | image.cpp | 92 static void file_image_load(const std::vector<int>& fds, image *ctx) in file_image_load() 156 std::vector<int> fds; in image_load() local
|
/system/connectivity/wificond/tests/ |
D | shell_utils.cpp | 60 int fds[2]; in RunShellCommand() local
|
D | looper_backed_event_loop_unittest.cpp | 40 int fds[2]; in Pipe() local
|
/system/core/libmeminfo/libdmabufinfo/tools/ |
D | dmabuf_dump.cpp | 100 auto fds = std::make_unique<int[]>(pid_count); in PrintDmaBufInfo() local
|
/system/netd/tests/ |
D | netlink_listener_test.cpp | 118 int fds[totalNumber]; in checkMassiveSocketDestroy() local
|
/system/bt/hci/src/ |
D | hci_layer_linux.cc | 152 fd_set fds; in monitor_socket() local 282 struct pollfd fds[1]; in wait_hcidev() local
|
/system/core/adb/daemon/ |
D | framebuffer_service.cpp | 67 int fds[2]; in framebuffer_service() local
|
/system/core/libion/tests/ |
D | allocate_test.cpp | 98 int fds[16]; in TEST_F() local
|
/system/tools/aidl/tests/ |
D | aidl_test_client_file_descriptors.cpp | 97 int fds[2]; in DoPipe() local
|
/system/netd/server/ |
D | NetlinkListener.cpp | 126 const std::array<Fd, 2> fds{{{mEvent}, {mSock}}}; in run() local
|
/system/core/libsysutils/src/ |
D | SocketListener_test.cpp | 81 pollfd fds = {.fd = fd, .events = POLLIN}; in recvReply() local
|
D | SocketListener.cpp | 153 std::vector<pollfd> fds; in runListener() local
|
/system/netd/libnetdutils/include/netdutils/ |
D | Syscalls.h | 145 StatusOr<std::array<uint16_t, size>> ppoll(const std::array<Fd, size>& fds, uint16_t events, in ppoll()
|