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

1 2 3 4 5 67 8 91011>>

  /external/parameter-framework/asio-1.10.6/include/asio/
stream_socket_service.hpp 147 /// Cancel all asynchronous operations associated with the socket.
182 /// Start an asynchronous connect.
279 /// Start an asynchronous send.
306 /// Start an asynchronous receive.
basic_socket_acceptor.hpp 76 * dispatch handlers for any asynchronous operations performed on the
89 * dispatch handlers for any asynchronous operations performed on the
111 * dispatch handlers for any asynchronous operations performed on the
159 * dispatch handlers for any asynchronous operations performed on the
449 * This function is used to close the acceptor. Any asynchronous accept
466 * This function is used to close the acceptor. Any asynchronous accept
513 /// Cancel all asynchronous operations associated with the acceptor.
515 * This function causes all outstanding asynchronous connect, send and receive
528 /// Cancel all asynchronous operations associated with the acceptor.
530 * This function causes all outstanding asynchronous connect, send and receiv
    [all...]
  /external/webrtc/webrtc/base/
transformadapter.h 28 // Note: Transform should not return SR_BLOCK, as there is no asynchronous
  /frameworks/base/core/java/android/app/job/
IJobCallback.aidl 21 * invokes on this interface to indicate completion of the (asynchronous) instructions
  /frameworks/base/core/java/android/view/accessibility/
IAccessibilityInteractionCallback.aidl 23 * Callback for specifying the result for an asynchronous request made
IAccessibilityInteractionConnectionCallback.aidl 24 * Callback for specifying the result for an asynchronous request made
  /frameworks/base/tests/MusicServiceDemo/src/com/example/android/musicservicedemo/browser/
MusicProviderTask.java 25 * Asynchronous task to retrieve the music data using MusicProvider.
  /frameworks/native/include/gui/
IProducerListener.h 43 virtual void onBufferReleased() = 0; // Asynchronous
  /frameworks/opt/chips/src/com/android/ex/chips/
PhotoManager.java 36 * asynchronous work was performed). In that case,
  /libcore/ojluni/src/main/java/java/nio/channels/spi/
package.html 32 <p> Only developers who are defining new selector providers or asynchronous
  /packages/apps/Contacts/src/com/android/contacts/util/
NotifyingAsyncQueryHandler.java 50 * asynchronous calls. Will replace any existing listener.
  /packages/apps/Nfc/nci/jni/
IntervalTimer.cpp 18 * Asynchronous interval timer.
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
AsyncResultHolder.java 25 * This class is a holder of the result of an asynchronous computation.
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
CallerInfoAsyncQueryFactoryFixture.java 33 * Controls a test {@link CallerInfoAsyncQueryFactory} to abstract away the asynchronous retrieval
  /prebuilts/tools/common/m2/repository/com/google/dagger/dagger-producers/2.0-beta/
dagger-producers-2.0-beta.pom 30 An asynchronous dependency injection system that extends JSR-330.
  /prebuilts/tools/common/m2/repository/com/google/dagger/dagger-producers/2.6/
dagger-producers-2.6.pom 29 An asynchronous dependency injection system that extends JSR-330.
  /system/connectivity/shill/
shill_daemon.cc 58 // loop. This allows asynchronous D-Bus method calls to complete
  /development/host/windows/usb/winusb/
adb_winusb_io_completion.h 22 asynchronous I/O requests issued via WinUsb API.
29 structure returned from asynchronous I/O requests issued via WinUsb API.
32 asynchronous I/O request. Just like all other handles this handle
  /external/opencv3/modules/photo/include/opencv2/photo/
cuda.hpp 62 @param stream Stream for the asynchronous version.
87 @param stream Stream for the asynchronous invocations.
114 @param stream Stream for the asynchronous invocations.
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
AsyncRunner.java 134 /** Create a new asynchronous graph runner with the given filter
146 /** Create a new asynchronous graph runner with the given filter
200 /** Stop graph execution. This is an asynchronous call; register a callback
  /frameworks/wilhelm/src/itf/
IObject.c 22 // Called by a worker thread to handle an asynchronous Object.Realize.
113 // Asynchronous: mark operation pending and cancellable
122 case SL_OBJECT_STATE_REALIZING_1: // asynchronous on non-Engine
133 case SL_OBJECT_STATE_REALIZING_2: // synchronous, or asynchronous on Engine
146 // asynchronous Realize on an Engine is actually done synchronously, but still has
165 // Called by a worker thread to handle an asynchronous Object.Resume.
241 // Asynchronous: mark operation pending and cancellable
250 case SL_OBJECT_STATE_RESUMING_1: // asynchronous
413 // Abort asynchronous operations on the object
436 // Abort asynchronous operations on interface
    [all...]
IDynamicInterfaceManagement.c 22 // Called by a worker thread to handle an asynchronous AddInterface.
133 // Asynchronous: mark operation pending and cancellable
261 // currently being resumed (will not auto-cancel an asynchronous resume)
278 // Called by a worker thread to handle an asynchronous ResumeInterface.
381 // Asynchronous: mark operation pending and cancellable
  /libcore/luni/src/main/java/org/w3c/dom/ls/
DOMImplementationLS.java 39 * Create an asynchronous <code>LSParser</code>.
53 * <code>LSParser</code> that is created will operate in asynchronous
70 * <code>LSParser</code> is either synchronous or asynchronous
  /external/parameter-framework/asio-1.10.6/include/asio/ip/
basic_resolver.hpp 61 * dispatch handlers for any asynchronous operations performed on the timer.
68 /// Cancel any asynchronous operations that are waiting on the resolver.
70 * This function forces the completion of any pending asynchronous
141 * Regardless of whether the asynchronous operation completes immediately or
234 * Regardless of whether the asynchronous operation completes immediately or
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/pulse/
thread-mainloop.h 42 * the asynchronous API without risking to stall the PulseAudio library.
96 * Callbacks in PulseAudio are asynchronous, so they require extra care when
223 * \subsection async_subsec Asynchronous callbacks
225 * PulseAudio also has callbacks that are completely asynchronous, meaning
231 * The callbacks that are completely asynchronous are:

Completed in 2894 milliseconds

1 2 3 4 5 67 8 91011>>