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

<<11121314151617181920>>

  /frameworks/base/core/java/android/bluetooth/
BluetoothManager.java 200 * @param callback GATT server callback handler that will receive asynchronous callbacks.
216 * @param callback GATT server callback handler that will receive asynchronous callbacks.
BluetoothHealth.java 133 * which will act as the {@link #SOURCE_ROLE}. This is an asynchronous call and so
156 * SOURCE role.This is an asynchronous call and so
220 * This is an asynchronous call. If this function returns true, the callback
248 * This is an asynchronous call. If this function returns true, the callback
277 * This is an asynchronous call. If this function returns true, the callback
  /frameworks/base/services/core/java/com/android/server/display/
WifiDisplayController.java 60 * Manages all of the various asynchronous interactions with the {@link WifiP2pManager}
66 * asynchronous code if we can assume that it is single-threaded.
557 * This function is called repeatedly after each asynchronous operation
586 return; // wait for asynchronous callback
618 return; // wait for asynchronous callback
624 return; // wait for asynchronous callback
656 return; // wait for asynchronous callback
716 return; // wait for asynchronous callback
    [all...]
  /frameworks/support/customtabs/src/android/support/customtabs/
CustomTabsClient.java 119 * implementation. Since service connection is asynchronous, the return code is not the return
157 * speeds up URL opening in the browser. This is asynchronous and can be called several times.
  /ndk/sources/host-tools/make-3.81/
remote-cstms.c 281 /* Block asynchronous notification of remote child death.
290 /* Restore asynchronous notification of remote child death.
  /system/bt/service/
low_energy_client.h 52 // The Delegate interface is used to notify asynchronous events related to BLE
84 // Callback type used to return the result of asynchronous operations below.
  /system/update_engine/payload_consumer/
filesystem_verifier_action.cc 200 LOG(ERROR) << "Unable to schedule an asynchronous read from the stream.";
237 LOG(ERROR) << "Asynchronous read failed.";
  /external/libchrome/dbus/
bus.h 44 // For asynchronous operations such as an asynchronous method call, the
97 // Asynchronous method call:
118 // // asynchronous service.
198 // task runner to process asynchronous operations.
386 // synchronously, than trying to make it asynchronous.
  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/
remote.py 85 and asynchronous RPCs if the underlying transport supports it. To make a stub
97 asynchronous RPCs if the underlying protocol transport supports it. To
98 make an asynchronous call, do:
522 """Create asynchronous method for Async handler.
528 """Asynchronous remote method.
540 Rpc instance used to represent asynchronous RPC.
565 async_method: asynchronous method to delegate calls to.
586 """Construct a dictionary of asynchronous methods based on remote methods.
592 Dictionary of asynchronous methods with assocaited RemoteInfo objects.
672 # Build asynchronous stub class
    [all...]
  /libcore/luni/src/main/java/org/w3c/dom/ls/
LSParser.java 49 * <p> Asynchronous <code>LSParser</code> objects are expected to also
51 * listeners can be registered on asynchronous <code>LSParser</code>
53 * <p> Events supported by asynchronous <code>LSParser</code> objects are:
285 * <code>true</code> if the <code>LSParser</code> is asynchronous,
304 * asynchronous, <code>null</code> is returned since the document
327 * occured. If the <code>LSParser</code> is asynchronous,
400 * <code>LSParser</code> is asynchronous (<code>LSParser.async</code> is
  /docs/source.android.com/src/devices/audio/
usb.jd 301 <li>Asynchronous</li>
311 In asynchronous (also called implicit feedback) sub-mode,
313 The primary theoretical advantage of asynchronous sub-mode is that the source
316 This proximity means that asynchronous sub-mode should be less susceptible
346 <td>asynchronous</td>
  /frameworks/base/docs/html/guide/topics/connectivity/usb/
host.jd 94 <td>Represents an asynchronous request to communicate with a device through a {@link
107 android.hardware.usb.UsbRequest} is only required if you are doing asynchronous communication)
357 <p>Communication with a USB device can be either synchronous or asynchronous. In either case, you
406 android.hardware.usb.UsbRequest#queue queue} an asynchronous request, then wait for the result
411 asynchronous bulk transfers, and the <a href=
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
PacketDispatcher.java 40 * This class provides asynchronous sending JDWP commands and receiving JDWP
688 * reply (e.g. for asynchronous JDWP commands' testing). After this method
708 * sending and receiving reply (e.g. for asynchronous JDWP commands'
  /external/libbrillo/brillo/streams/
stream_unittest.cc 135 EXPECT_EQ("Another asynchronous operation is still pending",
181 EXPECT_EQ("Another asynchronous operation is still pending",
380 EXPECT_EQ("Another asynchronous operation is still pending",
  /external/opencv3/doc/tutorials/gpu/gpu-basics-similarity/
gpu_basics_similarity.markdown 124 introduce asynchronous OpenCV GPU calls too with the help of the @ref cv::cuda::Stream.
166 -# Use asynchronous calls (the @ref cv::cuda::Stream ). By default whenever you call a gpu function
168 possible to make asynchronous calls, meaning it will call for the operation execution, make the
  /frameworks/base/tests/SmokeTest/tests/src/com/android/smoketest/
ProcessErrorsTest.java 119 * the asynchronous errors in the second test run won't include errors produced during the first
125 fail(String.format("Got %d asynchronous errors:\n%s", mAsyncErrors.size(),
182 // Distinguish the asynchronous crashes/ANRs from the synchronous ones by checking the
  /prebuilts/gdb/darwin-x86/lib/python2.7/wsgiref/
handlers.py 78 # Note to self: don't move the close()! Asynchronous servers shouldn't
80 # the double-error branch here, you'll break asynchronous servers by
120 Subclasses intended for use in asynchronous servers will
  /prebuilts/gdb/linux-x86/lib/python2.7/wsgiref/
handlers.py 78 # Note to self: don't move the close()! Asynchronous servers shouldn't
80 # the double-error branch here, you'll break asynchronous servers by
120 Subclasses intended for use in asynchronous servers will
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/wsgiref/
handlers.py 78 # Note to self: don't move the close()! Asynchronous servers shouldn't
80 # the double-error branch here, you'll break asynchronous servers by
120 Subclasses intended for use in asynchronous servers will
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/wsgiref/
handlers.py 78 # Note to self: don't move the close()! Asynchronous servers shouldn't
80 # the double-error branch here, you'll break asynchronous servers by
120 Subclasses intended for use in asynchronous servers will
  /external/autotest/cli/
host_unittest.py     [all...]
  /external/autotest/client/cros/cellular/pseudomodem/
modem_cdma.py 151 @param return_cb: Asynchronous success callback.
152 @param raise_cb: Asynchronous failure callback. Has to take an instance
  /external/autotest/client/cros/cellular/wardmodem/
task_loop.py 28 The context to place asynchronous calls.
31 place (delayed) asynchronous calls. In addition to wrapping around the GLIB
  /external/boringssl/src/ssl/
ssl_rsa.c 392 /* Only custom keys may be asynchronous. */
421 /* Only custom keys may be asynchronous. */
  /external/clang/docs/
MSVCCompatibility.rst 91 not model asynchronous exceptions, so it is currently impossible to catch an
92 asynchronous exception generated in the same frame as the catching ``__try``.

Completed in 2280 milliseconds

<<11121314151617181920>>