/packages/apps/Camera2/src/com/android/camera/one/v2/imagesaver/ |
JpegImageBackendImageSaver.java | 92 // Impossible exception because receiveImage is nonblocking
|
YuvImageBackendImageSaver.java | 93 // Impossible exception because receiveImage is nonblocking
|
/external/android-clat/ |
clatd_microbenchmark.c | 210 benchmark("Nonblocking", fd, sock, NUMPACKETS, 1, payload, sizeof(payload), payload_sum);
|
/external/dbus/tools/ |
dbus-cleanup-sockets.c | 240 fprintf (stderr, "Warning: failed set socket %s nonblocking: %s\n",
|
/prebuilts/go/darwin-x86/src/syscall/ |
exec_windows.go | 128 func SetNonblock(fd Handle, nonblocking bool) (err error) {
|
/prebuilts/go/linux-x86/src/syscall/ |
exec_windows.go | 128 func SetNonblock(fd Handle, nonblocking bool) (err error) {
|
/system/extras/multinetwork/ |
httpurl.cpp | 148 // connect() timeouts without nonblocking sockets and select/poll/epoll.
|
/external/libevent/include/event2/ |
util.h | 289 /** Do platform-specific operations as needed to make a socket nonblocking. 291 @param sock The socket to make nonblocking 639 * For a nonblocking variant, see evdns_getaddrinfo.
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/ |
DozeService.java | 227 final boolean nonBlocking = reason == DozeLog.PULSE_REASON_SENSOR_PICKUP 229 if (nonBlocking) { 240 if (nonBlocking) {
|
/external/curl/lib/vtls/ |
gtls.c | 262 bool nonblocking) 292 nonblocking?0: 300 if(nonblocking) [all...] |
schannel.c | 591 bool nonblocking, bool *done) 643 what = Curl_socket_ready(readfd, writefd, nonblocking ? 0 : timeout_ms); 650 if(nonblocking) { 671 if(result || (nonblocking && [all...] |
darwinssl.c | [all...] |
/external/dbus/dbus/ |
dbus-sysdeps-unix.c | 772 * nonblocking. 995 * set to be nonblocking. 1172 * are set to be nonblocking. [all...] |
dbus-server-socket.c | 266 * file descriptor should be nonblocking (use
|
/external/libpcap/ |
pcap-dag.c | 250 unsigned int nonblocking = flags & DAGF_NONBLOCK; local 290 if (nonblocking && (pd->dag_mem_top - pd->dag_mem_bottom < dag_record_size)) 296 if(!nonblocking && [all...] |
/external/bison/lib/ |
fcntl.in.h | 235 /* If the gnulib module 'nonblocking' is in use, guarantee a working non-zero
|
/external/libevent/ |
util-internal.h | 68 reasons: first, nonblocking IO functions are generally written to give an
|
/frameworks/av/media/libmedia/ |
IMediaSource.cpp | 332 &newBuf, false /* nonBlocking */, usedSize);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/ |
socket.h | 215 MSG_DONTWAIT = 0x40, /* Nonblocking IO. */
|
/external/iputils/ |
ping_common.c | 782 * Use nonblocking recvmsg() instead. */ 862 * is nonblocking after the first iteration, so that
|
/external/webrtc/webrtc/p2p/base/ |
dtlstransportchannel.cc | 414 // Because we are operating in a nonblocking mode and all
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/ |
socket.h | 221 MSG_DONTWAIT = 0x40, /* Nonblocking IO. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/ |
socket.h | 221 MSG_DONTWAIT = 0x40, /* Nonblocking IO. */
|
/system/core/adb/ |
protocol.txt | 209 nonblocking IO.
|
/external/autotest/client/tests/kvm/scripts/ |
virtio_console_guest.py | 378 Set port function mode blocking/nonblocking 399 print "PASS: set to nonblocking mode"
|