HomeSort by relevance Sort by last modified time
    Searched refs:sockets (Results 26 - 50 of 98) sorted by null

12 3 4

  /device/generic/goldfish/opengl/shared/OpenglCodecCommon/
UnixStream.cpp 17 #include <cutils/sockets.h>
SocketStream.cpp 17 #include <cutils/sockets.h>
  /external/chromium/third_party/libevent/
http-internal.h 114 TAILQ_HEAD(boundq, evhttp_bound_socket) sockets; member in struct:evhttp
  /external/chromium_org/third_party/libevent/
http-internal.h 114 TAILQ_HEAD(boundq, evhttp_bound_socket) sockets; member in struct:evhttp
  /hardware/libhardware/include/hardware/
qemud.h 20 #include <cutils/sockets.h>
  /sdk/emulator/opengl/shared/OpenglCodecCommon/
UnixStream.cpp 17 #include <cutils/sockets.h>
SocketStream.cpp 17 #include <cutils/sockets.h>
  /system/core/init/
init.h 101 struct socketinfo *sockets; member in struct:service
parser.c 30 for (si = svc->sockets; si; si = si->next) {
  /system/core/debuggerd/
crasher.c 18 #include <cutils/sockets.h>
  /system/core/libcutils/
socket_local_client.c 17 #include <cutils/sockets.h>
Android.mk 36 sockets.c \
  /system/vold/
vdc.c 32 #include <cutils/sockets.h>
  /external/chromium_org/third_party/libjingle/source/talk/base/
macsocketserver.cc 89 for (std::set<MacAsyncSocket*>::iterator it = sockets().begin();
90 it != sockets().end(); ++it) {
  /frameworks/native/libs/input/
InputTransport.cpp 121 int sockets[2]; local
122 if (socketpair(AF_UNIX, SOCK_SEQPACKET, 0, sockets)) {
132 setsockopt(sockets[0], SOL_SOCKET, SO_SNDBUF, &bufferSize, sizeof(bufferSize));
133 setsockopt(sockets[0], SOL_SOCKET, SO_RCVBUF, &bufferSize, sizeof(bufferSize));
134 setsockopt(sockets[1], SOL_SOCKET, SO_SNDBUF, &bufferSize, sizeof(bufferSize));
135 setsockopt(sockets[1], SOL_SOCKET, SO_RCVBUF, &bufferSize, sizeof(bufferSize));
139 outServerChannel = new InputChannel(serverChannelName, sockets[0]);
143 outClientChannel = new InputChannel(clientChannelName, sockets[1]);
    [all...]
  /external/chromium_org/media/audio/win/
audio_output_win_unittest.cc 688 base::SyncSocket sockets[2]; local
689 ASSERT_TRUE(base::SyncSocket::CreatePair(&sockets[0], &sockets[1]));
691 SyncSocketSource source(&sockets[0], params);
699 thread_context.socket = &sockets[1];
  /external/chromium_org/net/udp/
udp_socket_unittest.cc 170 // Delete sockets so they log their final events.
295 std::vector<UDPClientSocket*> sockets; local
299 // Create and connect sockets and save port numbers.
307 sockets.push_back(socket);
316 delete sockets.back();
317 sockets.pop_back();
336 STLDeleteElements(&sockets);
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/irc/
irclib.py 41 * Reading from and writing to IRC server sockets are normally done
104 hands over the sockets with incoming data for processing by the
171 def process_data(self, sockets):
172 """Called when there is more data to read on connection sockets.
176 sockets -- A list of socket objects.
180 for s in sockets:
210 sockets = map(lambda x: x._get_socket(), self.connections)
211 sockets = filter(lambda x: x != None, sockets)
212 if sockets
    [all...]
  /frameworks/native/cmds/installd/
installd.h 36 #include <cutils/sockets.h>
  /system/core/adb/
adb_auth_client.c 21 #include <cutils/sockets.h>
  /system/netd/
ndc.c 31 #include <cutils/sockets.h>
  /external/chromium_org/chrome/browser/resources/net_internals/
timeline_data_series.js 210 * Tracks the number of sockets currently in use. Needs special handling of
211 * SSL sockets, so can't just use a normal SourceCountDataSeries.
230 // SSL sockets have two nested SOCKET_IN_USE events. This is needed to
231 // mark SSL sockets as unused after SSL negotiation.
  /external/chromium_org/chrome/common/mac/
mock_launchd.cc 228 base::ScopedCFTypeRef<CFArrayRef> sockets(CFArrayCreate(
232 const void *socket_values[] = { sockets };
  /external/chromium_org/chrome/browser/devtools/adb/
android_usb_device.cc 499 AndroidUsbSockets sockets(sockets_);
500 for (AndroidUsbSockets::iterator it = sockets.begin();
501 it != sockets.end(); ++it) {
  /external/bluetooth/bluedroid/btif/co/
bta_hl_co.c 36 #include <cutils/sockets.h>

Completed in 1064 milliseconds

12 3 4