Searched refs:SOCK_SEQPACKET (Results 1 – 11 of 11) sorted by relevance
/frameworks/native/libs/sensor/ |
D | BitTube.cpp | 70 if (socketpair(AF_UNIX, SOCK_SEQPACKET, 0, sockets) == 0) { in init()
|
/frameworks/native/libs/gui/ |
D | BitTube.cpp | 49 if (socketpair(AF_UNIX, SOCK_SEQPACKET, 0, sockets) == 0) { in init()
|
/frameworks/base/core/java/android/net/ |
D | LocalSocketImpl.java | 218 osType = OsConstants.SOCK_SEQPACKET; in create()
|
/frameworks/base/core/java/android/os/ |
D | ParcelFileDescriptor.java | 25 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/ |
D | MidiDeviceServer.java | 200 Os.socketpair(OsConstants.AF_UNIX, OsConstants.SOCK_SEQPACKET, 0, fd0, fd1); in createSeqPacketSocketPair()
|
/frameworks/base/ravenwood/runtime-helper-src/libcore-fake/android/system/ |
D | OsConstants.java | 704 public static final int SOCK_SEQPACKET = placeholder(); field in OsConstants
|
/frameworks/native/libs/input/ |
D | InputTransport.cpp | 361 if (socketpair(AF_UNIX, SOCK_SEQPACKET, 0, sockets)) { in openInputChannelPair()
|
/frameworks/base/ravenwood/runtime-jni/ |
D | ravenwood_os_constants.cpp | 557 initConstant(env, c, "SOCK_SEQPACKET", SOCK_SEQPACKET); in OsConstants_initConstants()
|
/frameworks/native/libs/binder/tests/ |
D | binderLibTest.cpp | 1997 const bool created = socketpair(AF_UNIX, SOCK_SEQPACKET, 0, sockets.data()) == 0; in onTransact()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 27968 field public static final int SOCK_SEQPACKET;
|