Home
last modified time | relevance | path

Searched refs:asynchronous (Results 1 – 25 of 52) sorted by relevance

123

/frameworks/av/services/audioflinger/
DISchedulingPolicyService.cpp40 virtual int requestPriority(int32_t pid, int32_t tid, int32_t prio, bool asynchronous) in requestPriority() argument
47 uint32_t flags = asynchronous ? IBinder::FLAG_ONEWAY : 0; in requestPriority()
52 if (asynchronous) { in requestPriority()
DSchedulingPolicyService.cpp31 int requestPriority(pid_t pid, pid_t tid, int32_t prio, bool asynchronous) in requestPriority() argument
50 ret = sps->requestPriority(pid, tid, prio, asynchronous); in requestPriority()
DSchedulingPolicyService.h27 int requestPriority(pid_t pid, pid_t tid, int32_t prio, bool asynchronous = false);
DISchedulingPolicyService.h30 int32_t prio, bool asynchronous) = 0;
/frameworks/wilhelm/src/
Dlocks.c191 unsigned asynchronous = attributes; in object_unlock_exclusive_attributes_() local
200 asynchronous &= ~(*handler)(thiz); in object_unlock_exclusive_attributes_()
206 if (asynchronous) { in object_unlock_exclusive_attributes_()
208 thiz->mAttributesMask = oldAttributesMask | asynchronous; in object_unlock_exclusive_attributes_()
210 asynchronous = ATTR_NONE; in object_unlock_exclusive_attributes_()
269 if (ATTR_NONE != asynchronous) { in object_unlock_exclusive_attributes_()
/frameworks/base/docs/html/ndk/reference/
Dgroup___storage.jd114 <p>Callback function for asynchronous calls made on OBB files.</p>
160 …eady for use. Can be returned as the status for callbacks made during asynchronous OBB actions. </…
163 …d not usable. Can be returned as the status for callbacks made during asynchronous OBB actions. </…
166 …ount the OBB. Can be returned as the status for callbacks made during asynchronous OBB actions. </…
169 …y the system. Can be returned as the status for callbacks made during asynchronous OBB actions. </…
172 …e on the OBB. Can be returned as the status for callbacks made during asynchronous OBB actions. </…
175 … not mounted. Can be returned as the status for callbacks made during asynchronous OBB actions. </…
178 …been mounted. Can be returned as the status for callbacks made during asynchronous OBB actions. </…
181 …rent package. Can be returned as the status for callbacks made during asynchronous OBB actions. </…
385 <p>Attempts to mount an OBB file. This is an asynchronous operation. </p>
[all …]
/frameworks/base/docs/html/guide/topics/connectivity/usb/
Dhost.jd94 <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=
/frameworks/opt/telephony/
DREADME.txt8 This can be done because all actions are either asynchronous
/frameworks/base/docs/html/google/play/billing/v2/
Dapi.jd53 asynchronous and uses service messages sent as broadcast intents, so
112 asynchronous message loop to convey billing requests and responses between your
117 Play application in the form of asynchronous broadcast intents. Your application
143 application), which receives all asynchronous billing responses from the Google Play
238 asynchronous responses. The synchronous response is a {@link android.os.Bundle Bundle} with the fol…
250 <p>This key provides you with a request identifier, which you can use to match asynchronous
257 <p>The asynchronous response messages are sent in the form of individual broadcast intents and
Dbilling_integrate.jd78 <li>Handling broadcast intents (asynchronous responses) from Google Play.</li>
117 <td>A {@link android.content.BroadcastReceiver} that receives asynchronous response messages
358 android.content.BroadcastReceiver} that you will use to receive asynchronous response messages
480 an asynchronous broadcast intent. For more information about the various Bundle keys that are
563 <p>The <code>CHECK_BILLING_SUPPORTED</code> request does not trigger any asynchronous responses
673 <p>A <code>REQUEST_PURCHASE</code> request also triggers two asynchronous responses (broadcast
764 <p>A <code>GET_PURCHASE_INFORMATION</code> request also triggers two asynchronous responses
803 <p>A <code>CONFIRM_NOTIFICATIONS</code> request triggers a single asynchronous response&mdash;a
850 <p>A <code>RESTORE_TRANSACTIONS</code> request also triggers two asynchronous responses (broadcast
875 <p>The Google Play application uses broadcast intents to send asynchronous billing responses to
Dbilling_subscriptions.jd64 the form of asynchronous broadcast intents. Your application does not manage any
290 broadcast intents as asynchronous responses &mdash; a <code>RESPONSE_CODE</code>
/frameworks/base/docs/html/training/load-data-background/
Dsetup-loader.jd32 A {@link android.support.v4.content.CursorLoader} runs an asynchronous query in the background
/frameworks/base/docs/html/training/connect-devices-wirelessly/
Dwifi-direct.jd264 // asynchronous call and the calling activity is notified with a
351 asynchronous call, so results will be received by the connection info listener
Dnsd.jd164 <p>Note that this method is asynchronous, so any code that needs to run
192 setting up a discovery listener with the relevant callbacks, and making a single asynchronous
Dnsd-wifi-direct.jd235 that the asynchronous calls you've made take an
/frameworks/base/docs/html/training/articles/
Dsecurity-gms-provider.jd110 if the call is from an activity in the UI thread--call the asynchronous
195 freezing until the operation finishes. Instead, you should use the asynchronous
Dperf-anr.jd92 operations, via an asynchronous request).</p>
/frameworks/base/docs/html/guide/topics/ui/layout/
Dlistview.jd40 android.database.Cursor} as an asynchronous task in order to avoid blocking your app's main thread
/frameworks/base/docs/html/guide/topics/connectivity/
Dwifip2p.jd395 available peers that are in range. The call to this function is asynchronous and a success or
430 // asynchronous call and the calling activity is notified with a
439 asynchronous and can notify your activity when a list of peers is available with {@link
/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/guide/topics/media/
Dmediaplayer.jd22 <li><a href="#asyncerror">Handling asynchronous errors</a></li>
279 for asynchronous processing.</p>
310 <h3 id="asyncerror">Handling asynchronous errors</h3>
313 be signaled with an exception or an error code, but whenever you use asynchronous
/frameworks/base/docs/html/training/displaying-bitmaps/
Dprocess-bitmap.jd115 order in which asynchronous tasks are started is the order that they complete.</p>
/frameworks/base/docs/html/guide/topics/text/
Dspell-checker-framework.jd136 <strong>Note:</strong> You must implement all aspects of spell checking as asynchronous and
/frameworks/base/docs/html/guide/topics/renderscript/
Dcompute.jd345 <code>forEach_<em>kernelname</em>()</code>. These launches are asynchronous, and launches will be
357 android.renderscript.Allocation}. These functions will synchronize with asynchronous kernel and
/frameworks/base/docs/html/guide/components/
Dloaders.jd49 <li>They provide asynchronous loading of data.</li>
90 <td>An abstract class that performs asynchronous loading of data. This is

123