Home
last modified time | relevance | path

Searched refs:SOCK_SEQPACKET (Results 1 – 11 of 11) sorted by relevance

/frameworks/native/libs/sensor/
DBitTube.cpp70 if (socketpair(AF_UNIX, SOCK_SEQPACKET, 0, sockets) == 0) { in init()
/frameworks/native/libs/gui/
DBitTube.cpp49 if (socketpair(AF_UNIX, SOCK_SEQPACKET, 0, sockets) == 0) { in init()
/frameworks/base/core/java/android/net/
DLocalSocketImpl.java218 osType = OsConstants.SOCK_SEQPACKET; in create()
/frameworks/base/core/java/android/os/
DParcelFileDescriptor.java25 import static android.system.OsConstants.SOCK_SEQPACKET;
635 Os.socketpair(AF_UNIX, SOCK_SEQPACKET | ifAtLeastQ(SOCK_CLOEXEC), 0, comm1, comm2); in createCommSocketPair()
/frameworks/base/media/java/android/media/midi/
DMidiDeviceServer.java200 Os.socketpair(OsConstants.AF_UNIX, OsConstants.SOCK_SEQPACKET, 0, fd0, fd1); in createSeqPacketSocketPair()
/frameworks/base/ravenwood/runtime-helper-src/libcore-fake/android/system/
DOsConstants.java704 public static final int SOCK_SEQPACKET = placeholder(); field in OsConstants
/frameworks/native/libs/input/
DInputTransport.cpp361 if (socketpair(AF_UNIX, SOCK_SEQPACKET, 0, sockets)) { in openInputChannelPair()
/frameworks/base/ravenwood/runtime-jni/
Dravenwood_os_constants.cpp557 initConstant(env, c, "SOCK_SEQPACKET", SOCK_SEQPACKET); in OsConstants_initConstants()
/frameworks/native/libs/binder/tests/
DbinderLibTest.cpp1997 const bool created = socketpair(AF_UNIX, SOCK_SEQPACKET, 0, sockets.data()) == 0; in onTransact()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt27968 field public static final int SOCK_SEQPACKET;