Home
last modified time | relevance | path

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

12

/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
326 pollfd fds[2] = { in sslConnectV2() local
428 struct pollfd fds[2] = { { .fd = -1 }, { .fd = -1 } }; in loop() local
DDnsTlsTransport.cpp122 pollfd fds = {.fd = fd, .events = POLLIN}; in sendUdpQuery() 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.cc78 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/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/services/Mtp/tests/src/com/android/mtp/
DMtpManagerTest.java137 final ParcelFileDescriptor[] fds = ParcelFileDescriptor.createPipe(); in testCreateDocumentAndGetPartialObject() local
/packages/modules/Bluetooth/system/gd/hal/
Dmgmt.cc127 struct pollfd fds[1]; in get_vs_opcode() local
Dsnoop_logger_socket_test.cc55 ON_CALL(mock, Pipe2).WillByDefault(Invoke([&](int* fds, int) { in InitializeCommunicationsSuccess() argument
359 ON_CALL(mock, Pipe2(_, _)).WillByDefault(Invoke([ret](int* fds, int) { return ret; })); in TEST_F() argument
370 ON_CALL(mock, Pipe2).WillByDefault(Invoke([&](int* fds, int) { in TEST_F() argument
/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.cpp147 int fds[2]; in TEST_F() local
238 int fds[2]; in TEST_F() local
/packages/modules/NeuralNetworks/common/types/src/
DTypes.cpp149 struct pollfd fds; in syncWait() local
/packages/modules/NeuralNetworks/runtime/
DCompilationBuilder.cpp147 static GeneralResult<std::vector<SharedHandle>> createCacheHandleVec(const int* fds, in createCacheHandleVec()
/packages/services/Car/service/src/com/android/car/telemetry/
DCarTelemetryService.java581 ParcelFileDescriptor[] fds = null; in streamReports() local
/packages/modules/DnsResolver/doh/tests/doh_frontend/src/
Ddns_https_frontend.rs479 let mut fds = [0, 0]; in build_pipe() localVariable

12