HomeSort by relevance Sort by last modified time
    Searched full:blocking (Results 326 - 350 of 1339) sorted by null

<<11121314151617181920>>

  /development/samples/browseable/BasicSyncAdapter/src/com.example.android.basicsyncadapter/
SyncAdapter.java 123 * run on a background thread. For this reason, blocking I/O and other long-running tasks can be
129 * so it is safe to peform blocking I/O here.
  /docs/source.android.com/src/devices/audio/
latency_measure.jd 128 You will also need the <a href="avoiding_pi.html#nonBlockingAlgorithms">non-blocking</a> FIFO code
177 blocking a <code>SCHED_FIFO</code> audio thread for more than a couple
  /external/deqp/framework/delibs/deutil/
deFile.c 117 /* Non-blocking. */
301 /* Non-blocking. */
  /external/dnsmasq/src/
log.c 26 by not blocking when talking to syslog, instead we queue up to
130 /* if max_logs is zero, leave the socket blocking */
  /external/eigen/Eigen/src/Core/
SolveTriangular.h 99 BlockingType blocking(rhs.rows(), rhs.cols(), size);
103 ::run(size, othersize, &actualLhs.coeffRef(0,0), actualLhs.outerStride(), &rhs.coeffRef(0,0), rhs.outerStride(), blocking);
  /external/guava/guava/src/com/google/common/collect/
Queues.java 185 * @param q the blocking queue to be drained
226 * @param q the blocking queue to be drained
  /external/libavc/encoder/
ih264e_structs.h     [all...]
  /external/libvncserver/examples/
example.c 317 /* this is the blocking event loop, i.e. it never returns */
326 /* this is the non-blocking event loop; a background thread is started */
  /external/openssh/
channels.h 85 /* Context for non-blocking connects */
158 /* non-blocking connect */
  /external/v8/src/arm/
lithium-gap-resolver-arm.cc 84 // graph. We first recursively perform any move blocking this one. We
115 // If there is a blocking, pending move it must be moves_[root_index_]
  /external/v8/src/mips/
lithium-gap-resolver-mips.cc 68 // graph. We first recursively perform any move blocking this one. We
99 // If there is a blocking, pending move it must be moves_[root_index_]
  /external/v8/src/mips64/
lithium-gap-resolver-mips64.cc 68 // graph. We first recursively perform any move blocking this one. We
99 // If there is a blocking, pending move it must be moves_[root_index_]
  /external/wpa_supplicant_8/src/crypto/
random.c 230 * so use non-blocking read to avoid blocking the application
  /frameworks/av/services/audioflinger/
FastThread.cpp 211 // This code doesn't have long-term stability when the sink is non-blocking.
279 // It doesn't work with a non-blocking audio HAL.
  /frameworks/native/opengl/specs/
EGL_ANDROID_native_fence_sync.txt 132 eglClientWaitSyncKHR commands (see below) blocking on <sync> to unblock.
145 eglClientWaitSyncKHR commands blocking on <sync> unblock."
  /hardware/ril/libril/
ril_event.cpp 359 dlog("~~~~ no timers; blocking indefinitely ~~~~");
362 dlog("~~~~ blocking for %ds + %dus ~~~~", (int)tv.tv_sec, (int)tv.tv_usec);
  /libcore/luni/src/main/java/java/net/
SocketImpl.java 69 * without blocking.
71 * @return the number of bytes that may be read without blocking.
  /libcore/luni/src/main/java/java/nio/channels/
Channels.java 49 * in non-blocking mode and {@code read} is called.</li>
70 * in non-blocking mode and {@code write} is called.</li>
  /libcore/luni/src/main/java/java/util/concurrent/atomic/
package-info.java 27 * strictly guaranteed to be non-blocking --
160 * implementing non-blocking data structures and related infrastructure
  /ndk/sources/cxx-stl/stlport/src/
lock_free_slist.h 29 * Class that implements a non-blocking and thread-safe freelist.
175 * Class that implements a non-blocking and thread-safe freelist.
  /packages/services/Telecomm/src/com/android/server/telecom/
CallLogManager.java 35 * background thread to avoid blocking on the main thread.
237 * using an AsyncTask to avoid blocking the main thread.
  /frameworks/base/media/java/android/media/
AudioTrack.java 55 * one of the {@code write()} methods. These are blocking and return when the data has been
215 * queuing as much audio data for playback as possible without blocking,
    [all...]
  /external/libusb/libusb/
core.c 164 * \section blockonly Blocking-only functionality
167 * blocking functions. There are no asynchronous/non-blocking alternatives,
846 * This is a non-blocking function; no requests are sent over the bus.
    [all...]
  /bionic/libc/upstream-netbsd/lib/libc/isc/
eventlib_p.h 85 #define EV_CONN_BLOCK 0x0004 /*%< Listener fd was blocking. */
  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/
AllocationTest.java 23 import static com.android.ex.camera2.blocking.BlockingStateCallback.*;
58 import com.android.ex.camera2.blocking.BlockingCameraManager.BlockingOpenException;
59 import com.android.ex.camera2.blocking.BlockingStateCallback;
60 import com.android.ex.camera2.blocking.BlockingSessionCallback;
    [all...]

Completed in 427 milliseconds

<<11121314151617181920>>