/system/tools/aidl/build/aidl_api/test-root-package/current/test_package/ |
D | IBaz.aidl | 26 void writePFDArray(in ParcelFileDescriptor[] fds); in writePFDArray() 27 void readWritePFDArray(inout ParcelFileDescriptor[] fds); in readWritePFDArray()
|
/system/tools/aidl/build/test_package/ |
D | IBaz.aidl | 30 void writePFDArray(in ParcelFileDescriptor[] fds); in writePFDArray() 31 void readWritePFDArray(inout ParcelFileDescriptor[] fds); in readWritePFDArray()
|
/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 | 44 int fds[2]; in TEST() local 59 std::vector<int> fds; in TEST() local 80 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
|
/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/core/base/ |
D | cmsg.cpp | 33 const std::vector<int>& fds) { in SendFileDescriptorVector() 74 std::vector<unique_fd>* fds) { in ReceiveFileDescriptorVector()
|
D | abi_compatibility.cpp | 34 const std::vector<int>& fds) { in SendFileDescriptorVector() 39 std::vector<unique_fd>* fds) { in ReceiveFileDescriptorVector()
|
/system/core/libutils/include/utils/ |
D | Flattenable.h | 137 void*& buffer, size_t& size, int*& fds, size_t& count) const { in flatten() 142 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/netd/tests/ |
D | netlink_listener_test.cpp | 118 int fds[totalNumber]; in checkMassiveSocketDestroy() local
|
/system/core/adb/fdevent/ |
D | fdevent_test.cpp | 144 int fds[2]; in TEST_F() local 242 int fds[2]; in TEST_F() 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 | 66 int fds[2]; in framebuffer_service() local
|
/system/netd/client/ |
D | NetdClientTest.cpp | 46 pollfd fds[1] = {{.fd = dnsProxyFd, .events = POLLIN}}; in serverLoop() local
|
/system/memory/libion/tests/ |
D | allocate_test.cpp | 109 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
|