Home
last modified time | relevance | path

Searched defs:fds (Results 1 – 25 of 54) 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/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.cc76 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/modules/AdServices/adservices/tests/test-util/java/com/android/adservices/common/
DAdServicesShellCommandHelper.java55 ParcelFileDescriptor[] fds = executeShellCommandRwe(cmd); in runShellCommandRwe() local
/packages/services/Car/cpp/libsysfsmonitor/src/
DSysfsMonitor.cpp126 std::vector<int32_t> fds; in observe() 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/services/Mtp/tests/src/com/android/mtp/
DMtpManagerTest.java137 final ParcelFileDescriptor[] fds = ParcelFileDescriptor.createPipe(); in testCreateDocumentAndGetPartialObject() local
/packages/modules/Bluetooth/system/gd/hal/
Dmgmt.cc130 struct pollfd fds[1]; in get_vs_opcode() local
/packages/modules/Virtualization/authfs/fd_server/src/
Dmain.rs58 let fds = result?; in parse_arg_ro_fds() localVariable
/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
/packages/modules/Connectivity/staticlibs/netd/libnetdutils/include/netdutils/
DSyscalls.h145 StatusOr<std::array<uint16_t, size>> ppoll(const std::array<Fd, size>& fds, uint16_t events, in ppoll()
/packages/modules/Connectivity/staticlibs/testutils/devicetests/com/android/testutils/async/
DFakeOsAccess.java352 public synchronized int poll(StructPollfd[] fds, int timeoutMs) throws IOException { in poll()
410 private int calculateReadyCount(StructPollfd[] fds) { in calculateReadyCount()

123