/frameworks/base/core/java/android/bluetooth/ |
IBluetoothHeadset.aidl | 33 boolean setPriority(in BluetoothDevice device, int priority);
|
IBluetoothInputDevice.aidl | 33 boolean setPriority(in BluetoothDevice device, int priority);
|
/frameworks/base/core/java/android/os/ |
HandlerThread.java | 36 * @param priority The priority to run the thread at. The value supplied must be from 39 public HandlerThread(String name, int priority) { 41 mPriority = priority;
|
ISchedulingPolicyService.aidl | 28 * Move thread tid into appropriate cgroup and assign it priority prio.
|
/frameworks/native/include/utils/ |
AndroidThreads.h | 80 // Change the priority AND scheduling group of a particular thread. The priority 82 // if the priority set failed, else another value if just the group set failed; 86 // Get the current priority of a particular thread. Returns one of the
|
ThreadDefs.h | 42 * A thread priority should be chosen inverse-proportionally to 44 * a thread will do, the less favorable priority it should get so that 55 /* most threads run at normal priority */ 61 /* the main UI thread has a slightly more favorable priority */
|
misc.h | 54 void add_sysprop_change_callback(sysprop_change_callback cb, int priority);
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/ |
bcmcdc.h | 68 * The BDC header is used on data packets to convey priority across USB. 73 uint8 priority; /* 802.1d Priority 0:2 bits, 4:7 USB flow control info */ member in struct:bdc_header 90 /* priority field bitmap */
|
/libcore/luni/src/main/java/java/util/concurrent/ |
ThreadFactory.java | 33 * priority, name, daemon status, {@code ThreadGroup}, etc.
|
/packages/apps/Provision/ |
AndroidManifest.xml | 29 <intent-filter android:priority="1">
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
PhotoPriorityResolverTest.java | 37 // See the res/xml/contacts.xml file where this priority is specified.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
aio.h | 39 int aio_reqprio; /* Request priority offset. */ 67 int aio_reqprio; /* Request priority offset. */ 144 /* Enqueue read request for given number of bytes and the given priority. */ 146 /* Enqueue write request for given number of bytes and the given priority. */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/ |
posix_opt.h | 29 /* Priority scheduling is supported. */ 76 /* We provide priority scheduling for threads. */ 85 /* We support priority inheritence. */ 88 /* We support priority protection, though only for non-robust
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
virtio_blk.h | 38 /* io priority. */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
aio.h | 39 int aio_reqprio; /* Request priority offset. */ 67 int aio_reqprio; /* Request priority offset. */ 144 /* Enqueue read request for given number of bytes and the given priority. */ 146 /* Enqueue write request for given number of bytes and the given priority. */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
posix_opt.h | 29 /* Priority scheduling is supported. */ 76 /* We provide priority scheduling for threads. */ 85 /* We support priority inheritence. */ 88 /* We support priority protection, though only for non-robust
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
virtio_blk.h | 38 /* io priority. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
aio.h | 39 int aio_reqprio; /* Request priority offset. */ 67 int aio_reqprio; /* Request priority offset. */ 144 /* Enqueue read request for given number of bytes and the given priority. */ 146 /* Enqueue write request for given number of bytes and the given priority. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
posix_opt.h | 29 /* Priority scheduling is supported. */ 76 /* We provide priority scheduling for threads. */ 85 /* We support priority inheritence. */ 88 /* We support priority protection, though only for non-robust
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
virtio_blk.h | 38 /* io priority. */
|
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/ |
ipmi_smi.h | 49 int priority);
|
notifier.h | 21 int priority; member in struct:notifier_block
|
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/ |
ipmi_smi.h | 49 int priority);
|
notifier.h | 21 int priority; member in struct:notifier_block
|
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/ |
ipmi_smi.h | 49 int priority);
|