Home
last modified time | relevance | path

Searched refs:synchronous (Results 1 – 25 of 27) sorted by relevance

12

/frameworks/rs/tests/latency/
Dlatency.cpp14 bool synchronous = false; in main() local
43 synchronous = true; in main()
49 if (synchronous) in main()
58 if (synchronous) flags |= RS_INIT_SYNCHRONOUS; in main()
/frameworks/av/media/libmedia/
DIStreamSource.cpp158 Command cmd, bool synchronous, const sp<AMessage> &msg) { in issueCommand()
162 data.writeInt32(static_cast<int32_t>(synchronous)); in issueCommand()
195 bool synchronous = static_cast<bool>(data.readInt32()); in onTransact() local
203 issueCommand(cmd, synchronous, msg); in onTransact()
/frameworks/av/media/libmediaplayerservice/nuplayer/
DNuPlayerStreamListener.cpp75 Command cmd, bool synchronous, const sp<AMessage> &extra) { in issueCommand() argument
76 CHECK(!synchronous); in issueCommand()
DNuPlayerStreamListener.h37 Command cmd, bool synchronous, const sp<AMessage> &extra);
/frameworks/native/libs/gui/
DSurfaceComposerClient.cpp128 void closeGlobalTransactionImpl(bool synchronous);
179 static void closeGlobalTransaction(bool synchronous) { in closeGlobalTransaction() argument
180 Composer::getInstance().closeGlobalTransactionImpl(synchronous); in closeGlobalTransaction()
208 void Composer::closeGlobalTransactionImpl(bool synchronous) { in closeGlobalTransactionImpl() argument
217 mForceSynchronous |= synchronous; in closeGlobalTransactionImpl()
551 void SurfaceComposerClient::closeGlobalTransaction(bool synchronous) { in closeGlobalTransaction() argument
552 Composer::closeGlobalTransaction(synchronous); in closeGlobalTransaction()
/frameworks/av/include/media/
DIStreamSource.h92 Command cmd, bool synchronous, const sp<AMessage> &msg = NULL) = 0;
/frameworks/native/include/gui/
DSurfaceComposerClient.h121 static void closeGlobalTransaction(bool synchronous = false);
/frameworks/base/docs/html/google/play/billing/
Dversions.jd48 <li>The purchase flow is synchronous and purchase information is available immediately after it com…
Dbilling_overview.jd152 synchronous responses from Google Play. The application also shows how to record
Dapi.jd41 … into your applications. The features in this version include improved synchronous purchase flow, …
Dbilling_integrate.jd122 <li>Handle the synchronous response messages that are returned with each billing request.</li>
/frameworks/base/docs/html/training/location/
Dactivity-recognition.jd211 synchronous. Once you've made the request, you can disconnect the client.
391 * synchronous.
397 * Since the preceding call is synchronous, turn off the
683 * This call is synchronous.
Ddisplay-address.jd94 synchronous, and may take a long time to do its work, so you should not call
/frameworks/base/docs/html/training/wearables/data-layer/
Dmessages.jd199 is synchronous and blocks processing until the system queues the message for delivery.
233 <p class="note"><strong>Note:</strong> To learn more about asynchronous and synchronous calls
/frameworks/base/docs/html/training/articles/
Dsecurity-gms-provider.jd135 <p>The simplest way to patch the security provider is to call the synchronous
193 user experience, such as the UI thread, you don't want to make a synchronous
/frameworks/base/docs/html/guide/topics/manifest/
Dintent-filter-element.jd111 to synchronous messages; it's ignored for asynchronous messages.)</p></li>
/frameworks/base/docs/html/google/play/billing/v2/
Dbilling_integrate.jd77 <li>Handling synchronous responses from Google Play.</li>
421 <li>Handle the synchronous response messages that are returned with each billing request.</li>
547 <p>The <code>CHECK_BILLING_SUPPORTED</code> request returns a synchronous {@link
617 <p>The request returns a synchronous {@link android.os.Bundle} response, which contains three keys:
759 <p>The request returns a synchronous {@link android.os.Bundle} response, which contains two keys:
798 <p>The request returns a synchronous {@link android.os.Bundle} response, which contains two keys:
845 <p>The request returns a synchronous {@link android.os.Bundle} response, which contains two keys:
Dapi.jd237 <p>The Google Play application responds to in-app billing requests with both synchronous and
238 asynchronous responses. The synchronous response is a {@link android.os.Bundle Bundle} with the fol…
399 <p>The synchronous response for a <code>CHECK_BILLING_SUPPORTED</code> request provides a Bundle
Dbilling_reference.jd241 <p>Every In-app Billing request generates a synchronous response. The response is a {@link
/frameworks/base/docs/html/design/patterns/
Dnotifications_k.jd254 synchronous events <strong>involve other people</strong>. For instance, an
256 synchronous form of communication: there is another user actively waiting on
Dnotifications.jd370 <p>Incoming call (voice or video) or similar synchronous communication
639 if these synchronous events <strong>involve other people</strong>. For
641 is a real-time and synchronous form of communication: Another user
/frameworks/base/docs/html/guide/topics/connectivity/usb/
Dhost.jd357 <p>Communication with a USB device can be either synchronous or asynchronous. In either case, you
387 <p>The following code snippet is a trivial way to do a synchronous data transfer. Your code
/frameworks/base/docs/html/guide/components/
Daidl.jd72 there is no impact and the call is still synchronous.</li>
241 <li>By default, RPC calls are synchronous. If you know that the service takes more than a few
/frameworks/base/docs/html/training/in-app-billing/
Dpreparing-iab-app.jd101 <p>To set up synchronous communication with Google Play, create an {@code IabHelper} instance in yo…
/frameworks/base/docs/html/preview/
Dbehavior-changes.jd412 <li>When users back out of the synchronous part of the setup flow initiated through an

12