HomeSort by relevance Sort by last modified time
    Searched full:blocking (Results 151 - 175 of 2438) sorted by null

1 2 3 4 5 67 8 91011>>

  /docs/source.android.com/src/devices/audio/
latency_design.jd 144 <h4>Blocking</h4>
148 <code>write()</code>. Other occurrences of blocking within the fast mixer are
150 Instead, <a href="http://en.wikipedia.org/wiki/Non-blocking_algorithm">non-blocking algorithms</a>
203 <h4>Blocking</h4>
207 mutexes as well as at a blocking pipe to write its sub-mix.
219 The normal mixer's sink is a blocking pipe to the fast mixer's track 0.
  /frameworks/ex/camera2/public/src/com/android/ex/camera2/blocking/
BlockingCameraManager.java 16 package com.android.ex.camera2.blocking;
31 * Expose {@link CameraManager} functionality with blocking functions.
34 * duplicate any functionality that is already blocking.</p>
95 * Create a new blocking camera manager.
109 * Open the camera, blocking it until it succeeds or fails.
141 * If open fails after blocking for some amount of time.
  /art/runtime/gc/
system_weak.h 83 // Check and run the empty checkpoint before blocking so the empty checkpoint will work in the
84 // presence of threads blocking for weak ref access.
  /art/runtime/
thread_state.h 37 kWaitingInMainDebuggerLoop, // WAITING TS_WAIT blocking/reading/processing debugger events
41 kWaitingInMainSignalCatcherLoop, // WAITING TS_WAIT blocking/reading/processing signals
  /device/linaro/bootloader/edk2/MdePkg/Include/Ppi/
MpServices.h 98 return from Procedure, for blocking mode only. Zero
104 timeout expires in blocking mode, BSP returns
108 @retval EFI_SUCCESS In blocking mode, all APs have finished before the
113 @retval EFI_TIMEOUT In blocking mode, the timeout expired before all
142 return from Procedure, for blocking mode only. Zero
148 timeout expires in blocking mode, BSP returns
152 @retval EFI_SUCCESS In blocking mode, specified AP finished before the
155 @retval EFI_TIMEOUT In blocking mode, the timeout expired before the
  /external/autotest/client/site_tests/security_Minijail_seccomp/
security_Minijail_seccomp.py 72 253, "Blocking system calls via args == failed")
78 253, "Blocking system calls via args & failed")
  /external/kernel-headers/original/uapi/linux/
rio_cm_cdev.h 53 __u32 rxto; /* receive timeout in mSec. 0 = blocking */
60 __u32 wait_to; /* accept timeout in mSec. 0 = blocking */
  /external/libcxx/include/
shared_mutex 32 void lock(); // blocking
37 void lock_shared(); // blocking
55 void lock(); // blocking
64 void lock_shared(); // blocking
83 explicit shared_lock(mutex_type& m); // blocking
101 void lock(); // blocking
161 void lock(); // blocking
166 void lock_shared(); // blocking
  /external/libmojo/mojo/public/cpp/bindings/
sync_call_restrictions.h 57 // In the non-mus case, we called blocking OS functions in the ui::Clipboard
58 // implementation which weren't caught by sync call restrictions. Our blocking
  /external/libmpeg2/common/
impeg2_job_queue.c 378 * @param[in] blocking
379 * To signal if the write is blocking or non-blocking.
439 * buffer is being passed. If it is a blocking call and if there is no new job
452 * @param[in] blocking
453 * To signal if the read is blocking or non-blocking.
509 * and this is non blocking call then return fail */
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_open/
19-1.c 14 * - Call mq_open() for non-blocking queue
17 * - Call mq_open() again for non-blocking queue
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_barrier_destroy/
2-1.c 20 * 4. Main call pthread_barrier_destroy(), while child is blocking on the barrier
111 /* Cleanup (cancel thread in case it is still blocking */
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
FilterPort.java 64 public void setBlocking(boolean blocking) {
65 mIsBlocking = blocking;
  /frameworks/native/libs/binder/include/binder/
IServiceManager.h 36 * Retrieve an existing service, blocking for a few seconds
42 * Retrieve an existing service, non-blocking.
  /libcore/ojluni/src/main/java/java/util/concurrent/
TimeoutException.java 39 * Exception thrown when a blocking operation times out. Blocking
  /libcore/ojluni/src/main/java/sun/nio/ch/
NativeThread.java 35 // that can be used to release a native thread from a blocking I/O operation.
48 // Signals the given native thread so as to release it from a blocking I/O
  /packages/apps/Camera2/src/com/android/camera/one/v2/core/
FrameServer.java 41 * Submits the given request, blocking until resources are allocated for
79 * blocking if the session cannot be created immediately.
  /packages/apps/Dialer/java/com/android/dialer/app/filterednumber/
BlockedNumbersAdapter.java 25 import com.android.dialer.blocking.BlockNumberDialogFragment;
92 // Always return false, so that the header with blocking-related options always shows.
  /packages/apps/Dialer/java/com/android/dialer/binary/common/
DialerApplication.java 23 import com.android.dialer.blocking.BlockedNumbersAutoMigrator;
24 import com.android.dialer.blocking.FilteredNumberAsyncQueryHandler;
  /packages/apps/Dialer/java/com/android/dialer/blocking/
FilteredNumbersUtil.java 16 package com.android.dialer.blocking;
34 import com.android.dialer.blocking.FilteredNumberAsyncQueryHandler.OnHasBlockedNumbersListener;
54 // blocking has been disabled because of a recent emergency call.
57 // Disable incoming call blocking if there was a call within the past 2 days.
236 // If the user has blocked numbers, notify that call blocking is temporarily disabled.
282 * @param number The number to attempt blocking.
294 * @param number The number to attempt blocking.
295 * @return The version of the given number that can be blocked with the current blocking solution.
  /packages/apps/Dialer/java/com/android/dialer/shortcuts/
RefreshShortcutsTask.java 57 new DynamicShortcuts(jobService, new IconFactory(jobService)).updateIcons(); // Blocking
58 new PinnedShortcuts(jobService).refresh(); // Blocking
  /packages/apps/Settings/src/com/android/settings/
SaveChosenLockWorkerBase.java 106 public void setBlocking(boolean blocking) {
107 mBlocking = blocking;
  /packages/services/Car/car-lib/src/android/car/content/pm/
CarAppBlockingPolicyService.java 28 * Service to be implemented by Service which wants to control app blocking policy.
47 * Return the app blocking policy. This is called from binder thread.
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/include/
shared_mutex 32 void lock(); // blocking
37 void lock_shared(); // blocking
55 void lock(); // blocking
64 void lock_shared(); // blocking
83 explicit shared_lock(mutex_type& m); // blocking
101 void lock(); // blocking
161 void lock(); // blocking
166 void lock_shared(); // blocking
  /system/extras/simpleperf/
IOEventLoop.h 39 // without blocking. If registered successfully, return the reference
44 // without blocking.

Completed in 1432 milliseconds

1 2 3 4 5 67 8 91011>>