Home
last modified time | relevance | path

Searched refs:openSocket (Results 1 – 5 of 5) sorted by relevance

/aosp12/packages/services/Car/cpp/bugreport/
H A Dmain.cpp77 int openSocket(const char* service) { in openSocket() function
467 int progress_socket = openSocket(kCarBrProgressSocket); in main()
477 int output_socket = openSocket(kCarBrOutputSocket); in main()
484 int extra_output_socket = openSocket(kCarBrExtraOutputSocket); in main()
/aosp12/frameworks/base/services/core/java/com/android/server/am/
H A DLmkdConnection.java128 final LocalSocket socket = openSocket(); in connect()
249 private LocalSocket openSocket() { in openSocket() method in LmkdConnection
/aosp12/packages/services/Car/tools/emulator/
H A Dvhal_emulator.py132 def openSocket(self, device=None): member in Vhal
263 self.openSocket(device)
/aosp12/packages/modules/Connectivity/tests/unit/java/com/android/server/
H A DIpSecServiceTest.java508 for (IpSecUdpEncapResponse openSocket : openUdpEncapSockets) { in testSocketResourceTrackerLimitation()
509 mIpSecService.closeUdpEncapsulationSocket(openSocket.resourceId); in testSocketResourceTrackerLimitation()
510 openSocket.fileDescriptor.close(); in testSocketResourceTrackerLimitation()
/aosp12/frameworks/base/services/
H A Dart-profile8173 HSPLcom/android/server/am/LmkdConnection;->openSocket()Landroid/net/LocalSocket;