Searched
full:blocking (Results
276 -
300 of
1339) sorted by null
<<11121314151617181920>>
/packages/apps/Camera2/src/com/android/camera/processing/imagebackend/ |
ImageShadowTask.java | 59 * @param protocol the blocking implementation that will keep this shadow
|
/packages/apps/Contacts/src/com/android/contacts/editor/ |
PhoneticNameEditorView.java | 137 // All fields are always visible, so we don't have to worry about blocking updates
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/util/ |
UserUtils.java | 78 // Check if profile is blocking calling id.
|
/pdk/apps/TestingCamera2/src/com/android/testingcamera2/v1/ |
CameraOps.java | 40 import com.android.ex.camera2.blocking.BlockingCameraManager; 41 import com.android.ex.camera2.blocking.BlockingCameraManager.BlockingOpenException; 42 import com.android.ex.camera2.blocking.BlockingStateCallback; 43 import com.android.ex.camera2.blocking.BlockingSessionCallback;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
n_r3964.h | 33 * select, blocking, ...
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/ |
mqueue.h | 85 /* Add message pointed by MSG_PTR to message queue MQDES, stop blocking
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/ |
fcntl.h | 152 blocking */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/ |
mqueue.h | 85 /* Add message pointed by MSG_PTR to message queue MQDES, stop blocking
|
/sdk/dumpeventlog/src/com/android/dumpeventlog/ |
DumpEventLog.java | 99 // Since we don't really want getDevices() to be blocking, we wait here manually.
|
/system/bt/hci/include/ |
hci_hal.h | 60 // |buffer|, blocking until max_size bytes read if |block| is true.
|
/system/media/audio_utils/include/audio_utils/ |
fifo.h | 29 // Single writer, single reader non-blocking FIFO.
|
/external/apache-harmony/support/src/test/java/tests/support/ |
Support_StringReader.java | 160 * StringReader is ready to be read without blocking. If the result is 168 * or blocking will occur.
|
/external/bison/lib/ |
sigaction.c | 1 /* POSIX compatible signal blocking. 42 - We ignore SA_RESTART, because blocking native Windows API calls are
|
sigprocmask.c | 1 /* POSIX compatible signal blocking. 31 /* We assume that a platform without POSIX signal blocking functions
|
/external/dnsmasq/src/ |
netlink.c | 242 /* don't risk blocking reading netlink messages here. */ 256 /* restore non-blocking status */
|
/external/libpcap/ |
pcap-septel.c | 106 /* receive packet in non-blocking mode 301 fprintf(errbuf, PCAP_ERRBUF_SIZE, "Non-blocking mode not supported on Septel devices");
|
/external/protobuf/ |
CHANGES.txt | 402 * RPC interfaces now support blocking operation in addition to non-blocking. 403 The protocol compiler generates separate blocking and non-blocking stubs 404 which operate against separate blocking and non-blocking RPC interfaces. 406 support blocking mode. 422 * Updated RPC interfaces to allow for blocking operation. A client may
|
/external/v8/src/arm64/ |
lithium-gap-resolver-arm64.cc | 86 // graph. We first recursively perform any move blocking this one. We 109 // If there is a blocking, pending move it must be moves_[root_index_]
|
/frameworks/base/libs/common_time/ |
diag_thread.cpp | 41 ALOGE("Failed to set socket (%d) to non-blocking mode (errno %d)", 102 // Set non-blocking operation
|
/libcore/luni/src/main/java/java/io/ |
CharArrayReader.java | 213 * Indicates whether this reader is ready to be read without blocking. 220 * called, {@code false} if unknown or blocking will occur.
|
Reader.java | 156 * Indicates whether this reader is ready to be read without blocking. 158 * called, {@code false} if unknown or blocking will occur. This default
|
/libcore/luni/src/main/native/ |
NetworkUtilities.cpp | 207 bool setBlocking(int fd, bool blocking) { 213 if (!blocking) {
|
/libcore/luni/src/test/java/libcore/java/net/ |
ConcurrentCloseTest.java | 87 System.err.println("connect (non-blocking)..."); 127 // We know the implementation uses the same mechanism for all blocking calls, so we just
|
/libcore/support/src/test/java/tests/support/ |
Support_StringReader.java | 172 * StringReader is ready to be read without blocking. If the result is 180 * or blocking will occur.
|
/system/core/logd/ |
libaudit.c | 196 * so I went to non-blocking and it seemed to fix the bug. 240 /* If request is non blocking and errno is EAGAIN, just return 0 */
|
Completed in 577 milliseconds
<<11121314151617181920>>