/frameworks/rs/tests/latency/ |
D | latency.cpp | 14 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/ |
D | IStreamSource.cpp | 155 Command cmd, bool synchronous, const sp<AMessage> &msg) { in issueCommand() 159 data.writeInt32(static_cast<int32_t>(synchronous)); in issueCommand() 192 bool synchronous = static_cast<bool>(data.readInt32()); in onTransact() local 200 issueCommand(cmd, synchronous, msg); in onTransact()
|
/frameworks/av/media/libmediaplayerservice/nuplayer/ |
D | NuPlayerStreamListener.cpp | 75 Command cmd, bool synchronous, const sp<AMessage> &extra) { in issueCommand() argument 76 CHECK(!synchronous); in issueCommand()
|
D | NuPlayerStreamListener.h | 37 Command cmd, bool synchronous, const sp<AMessage> &extra);
|
/frameworks/native/libs/gui/ |
D | SurfaceComposerClient.cpp | 128 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() 552 void SurfaceComposerClient::closeGlobalTransaction(bool synchronous) { in closeGlobalTransaction() argument 553 Composer::closeGlobalTransaction(synchronous); in closeGlobalTransaction()
|
/frameworks/av/include/media/ |
D | IStreamSource.h | 85 Command cmd, bool synchronous, const sp<AMessage> &msg = NULL) = 0;
|
/frameworks/base/docs/html/training/wearables/data-layer/ |
D | messages.jd | 33 This call is synchronous and blocks processing until the message is received or until the request 36 <p class="note"><b>Note:</b> Read more about asynchronous and synchronous calls
|
/frameworks/base/docs/html/google/auth/ |
D | api-client.jd | 24 <li><a href="#Sync">Using synchronous calls</a></li> 50 <li>Perform synchronous and asynchronous API calls to any of the Google Play services.</li> 495 or synchronous.</p> 538 <h3 id="Sync">Using synchronous calls</h3> 541 call is needed as an argument to another, you can make your request synchronous by calling <a 555 never perform this call on the UI thread. So, if you want to perform synchronous requests to a 558 Drive as a synchronous call:</p>
|
/frameworks/native/include/gui/ |
D | SurfaceComposerClient.h | 121 static void closeGlobalTransaction(bool synchronous = false);
|
/frameworks/base/docs/html/google/play/billing/ |
D | versions.jd | 28 <li>The purchase flow is synchronous and purchase information is available immediately after it com…
|
D | index.jd | 38 …play/billing/api.html">latest version</a> of In-app Billing features a synchronous API that is eas…
|
D | billing_overview.jd | 152 synchronous responses from Google Play. The application also shows how to record
|
D | api.jd | 41 … into your applications. The features in this version include improved synchronous purchase flow, …
|
/frameworks/base/docs/html/training/location/ |
D | activity-recognition.jd | 211 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.
|
D | display-address.jd | 94 synchronous, and may take a long time to do its work, so you should not call
|
/frameworks/base/docs/html/training/articles/ |
D | security-gms-provider.jd | 136 <p>The simplest way to patch the security provider is to call the synchronous 194 user experience, such as the UI thread, you don't want to make a synchronous
|
/frameworks/base/docs/html/guide/topics/manifest/ |
D | intent-filter-element.jd | 111 to synchronous messages; it's ignored for asynchronous messages.)</p></li>
|
/frameworks/base/docs/html/google/play/billing/v2/ |
D | billing_integrate.jd | 77 <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:
|
D | api.jd | 237 <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
|
/frameworks/base/docs/html/design/patterns/ |
D | notifications_k.jd | 254 synchronous events <strong>involve other people</strong>. For instance, an 256 synchronous form of communication: there is another user actively waiting on
|
D | notifications.jd | 370 <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/ |
D | host.jd | 357 <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/ |
D | aidl.jd | 72 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/ |
D | preparing-iab-app.jd | 101 <p>To set up synchronous communication with Google Play, create an {@code IabHelper} instance in yo…
|
/frameworks/base/docs/html/google/gcm/ |
D | server.jd | 124 <li>Messaging (synchronous or asynchronous) 127 wait for a response. This mechanism is synchronous and blocks the sender from sending
|