Home
last modified time | relevance | path

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

123

/packages/modules/adb/
Dsysdeps_test.cpp44 int fds[2]; in TEST() local
59 std::vector<int> fds; in TEST() local
80 int fds[2]; member in sysdeps_poll
Dtransport_benchmark.cpp56 int fds[2]; in BM_Connection_Unidirectional() local
111 int fds[2]; in BM_Connection_Echo() local
Dshell_service_protocol_test.cpp43 int fds[2]; in SetUp() local
/packages/modules/OnDevicePersonalization/pluginlib/src/com/android/ondevicepersonalization/libraries/plugin/internal/
DPluginCode.java128 ImmutableList<PluginCode> fds) { in createFileInputStreamListFromNativeFds()
136 ImmutableList<PluginCode> fds) { in createFileInputStreamListFromNonNativeFds()
DPluginInfoInternal.java111 public abstract Builder setPluginCodeList(ImmutableList<PluginCode> fds); in setPluginCodeList()
/packages/modules/Bluetooth/system/gd/hal/
Dsnoop_logger_socket_test.cc44 ON_CALL(mock, Pipe2).WillByDefault(Invoke([&](int* fds, int) { in InitializeCommunicationsSuccess() argument
341 ON_CALL(mock, Pipe2).WillByDefault(Invoke([&](int* fds, int) { in TEST_F() argument
383 .WillByDefault(Invoke([](struct pollfd* fds, nfds_t /*nfds*/, int /*timeout*/) { in TEST_F()
397 .WillByDefault(Invoke([](struct pollfd* fds, nfds_t /*nfds*/, int /*timeout*/) { in TEST_F()
412 .WillByDefault(Invoke([](struct pollfd* fds, nfds_t /*nfds*/, int /*timeout*/) { in TEST_F()
432 .WillByDefault(Invoke([](struct pollfd* fds, nfds_t /*nfds*/, int /*timeout*/) { in TEST_F()
454 .WillByDefault(Invoke([](struct pollfd* fds, nfds_t /*nfds*/, int /*timeout*/) { in TEST_F()
/packages/modules/DnsResolver/
DDnsTlsSocket.cpp59 pollfd fds = {.fd = fd, .events = POLLIN}; in waitForReading() local
64 pollfd fds = {.fd = fd, .events = POLLOUT}; in waitForWriting() local
322 pollfd fds[2] = { in sslConnectV2() local
424 struct pollfd fds[2] = { { .fd = -1 }, { .fd = -1 } }; in loop() local
/packages/services/Car/cpp/computepipe/proto/
DPacketDescriptor.proto8 repeated int32 fds = 1; field
/packages/modules/Bluetooth/tools/rootcanal/net/posix/
Dposix_async_socket_connector.cc69 struct pollfd fds[] = { in ConnectToRemoteServer() local
/packages/modules/Connectivity/Tethering/tests/mts/src/android/tethering/mts/
DSkDestroyListenerTest.java90 final List<FileDescriptor> fds = new ArrayList<>(); in doTestSkDestroyListener() local
/packages/modules/DnsResolver/tests/dns_responder/
Ddns_tls_frontend.cpp172 pollfd fds[2] = {{.fd = event_fd_.get(), .events = POLLIN}, in requestHandler() local
233 pollfd fds = {.fd = clientFd, .events = POLLIN}; in handleRequests() local
/packages/services/Car/cpp/libsysfsmonitor/src/
DSysfsMonitor.cpp126 std::vector<int32_t> fds; in observe() local
/packages/modules/AdServices/adservices/tests/test-util/java/com/android/adservices/common/
DAdServicesShellCommandHelper.java55 ParcelFileDescriptor[] fds = executeShellCommandRwe(cmd); in runShellCommandRwe() local
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/telemetry/
DCarTelemetryServiceTest.java338 ParcelFileDescriptor[] fds = ParcelFileDescriptor.createPipe(); in testGetFinishedReport_whenMultiple_shouldReceiveCorrectStatusCode() local
394 ParcelFileDescriptor[] fds = ParcelFileDescriptor.createPipe(); in testGetAllFinishedReports_shouldSendEverything() local
/packages/modules/Connectivity/staticlibs/device/com/android/net/module/util/async/
DOsAccess.java63 public abstract int poll(StructPollfd[] fds, int timeoutMs) throws IOException; in poll()
/packages/modules/Bluetooth/system/gd/os/linux_generic/
Dmgmt.cc129 struct pollfd fds[1]; in getVendorSpecificCode() local
/packages/services/Mtp/tests/src/com/android/mtp/
DMtpManagerTest.java137 final ParcelFileDescriptor[] fds = ParcelFileDescriptor.createPipe(); in testCreateDocumentAndGetPartialObject() local
/packages/modules/Virtualization/android/fd_server/src/
Dmain.rs45 let fds = result?; in parse_arg_ro_fds() localVariable
/packages/modules/AdServices/shared/testing-libraries/device-side/java/com/android/adservices/shared/testing/device/
DDeviceGatewayImpl.java69 ParcelFileDescriptor[] fds = uiAutomation.executeShellCommandRwe(cmd); in runShellCommandRweTPlus() local
/packages/services/Car/packages/ScriptExecutor/tests/nonsystemuser/src/com/android/car/scriptexecutortest/nonsystemuser/
DScriptExecutorNonSystemUserTest.java149 ParcelFileDescriptor[] fds = ParcelFileDescriptor.createPipe(); in invokeScriptForLargeInput_FromNonSystemUser_isNotProcessed() local
/packages/modules/adb/daemon/
Dframebuffer_service.cpp66 int fds[2]; in framebuffer_service() local
/packages/modules/NeuralNetworks/common/types/include/nnapi/
DSharedMemory.h75 std::vector<base::unique_fd> fds; in dupFds() local
/packages/modules/adb/fdevent/
Dfdevent_test.cpp156 int fds[2]; in TEST_F() local
247 int fds[2]; in TEST_F() local
/packages/modules/Connectivity/staticlibs/netd/libnetdutils/
DNetlinkListener.cpp125 const std::array<Fd, 2> fds{{{mEvent}, {mSock}}}; in run() local
/packages/modules/NeuralNetworks/common/types/src/
DTypes.cpp149 struct pollfd fds; in syncWait() local

123