/system/tools/aidl/build/test_package/ |
D | IBaz.aidl | 31 void writePFDArray(in ParcelFileDescriptor[] fds); in writePFDArray() 32 void readWritePFDArray(inout ParcelFileDescriptor[] fds); in readWritePFDArray()
|
/system/tools/aidl/build/aidl_api/test-root-package/current/test_package/ |
D | IBaz.aidl | 43 void writePFDArray(in ParcelFileDescriptor[] fds); in writePFDArray() 44 void readWritePFDArray(inout ParcelFileDescriptor[] fds); in readWritePFDArray()
|
/system/libbase/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/libutils/ |
D | Looper_test_pipe.h | 28 int fds[2]; in Pipe() local
|
/system/libfmq/include/fmq/ |
D | ConvertMQDescriptors.h | 92 std::vector<ndk::ScopedFileDescriptor> fds; in unsafeHidlToAidlMQDescriptor() local
|
/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/libbase/ |
D | abi_compatibility.cpp | 34 const std::vector<int>& fds) { in SendFileDescriptorVector() 39 std::vector<unique_fd>* fds) { in ReceiveFileDescriptorVector()
|
D | cmsg.cpp | 33 const std::vector<int>& fds) { in SendFileDescriptorVector() 75 std::vector<unique_fd>* fds) { in ReceiveFileDescriptorVector()
|
/system/core/libutils/include/utils/ |
D | Flattenable.h | 135 void*& buffer, size_t& size, int*& fds, size_t& count) const { in flatten() 140 void const*& buffer, size_t& size, int const*& fds, size_t& count) { in unflatten()
|
/system/core/init/ |
D | epoll_test.cpp | 47 int fds[2]; in TEST() 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/tools/aidl/tests/ |
D | aidl_test_client_file_descriptors.cpp | 38 int fds[2]; in DoPipe() 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/netd/tests/ |
D | netlink_listener_test.cpp | 114 int fds[totalNumber]; in checkMassiveSocketDestroy() local
|
/system/memory/libion/tests/ |
D | allocate_test.cpp | 109 int fds[16]; in TEST_F() local
|
/system/netd/client/ |
D | NetdClientTest.cpp | 46 pollfd fds[1] = {{.fd = dnsProxyFd, .events = POLLIN}}; in serverLoop() 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()
|
/system/core/libappfuse/tests/ |
D | FuseBufferTest.cc | 196 base::unique_fd fds[2]; in TEST() local
|