OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getPriority
(Results
76 - 100
of
308
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
aether-spi-0.9.0.M2.jar
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
AdapterService.java
235
(hidService.
getPriority
(device) == BluetoothProfile.PRIORITY_UNDEFINED)){
243
(a2dpService.
getPriority
(device) == BluetoothProfile.PRIORITY_UNDEFINED)){
250
(headsetService.
getPriority
(device) == BluetoothProfile.PRIORITY_UNDEFINED))){
[
all
...]
/frameworks/base/core/java/android/bluetooth/
BluetoothA2dp.java
386
public int
getPriority
(BluetoothDevice device) {
387
if (VDBG) log("
getPriority
(" + device + ")");
391
return mService.
getPriority
(device);
BluetoothMap.java
356
public int
getPriority
(BluetoothDevice device) {
357
if (VDBG) log("
getPriority
(" + device + ")");
361
return mService.
getPriority
(device);
BluetoothInputDevice.java
465
public int
getPriority
(BluetoothDevice device) {
466
if (VDBG) log("
getPriority
(" + device + ")");
469
return mService.
getPriority
(device);
BluetoothHeadset.java
496
public int
getPriority
(BluetoothDevice device) {
497
if (VDBG) log("
getPriority
(" + device + ")");
501
return mService.
getPriority
(device);
[
all
...]
BluetoothHeadsetClient.java
610
public int
getPriority
(BluetoothDevice device) {
611
if (VDBG) log("
getPriority
(" + device + ")");
615
return mService.
getPriority
(device);
[
all
...]
/packages/apps/Bluetooth/src/com/android/bluetooth/hid/
HidService.java
353
public int
getPriority
(BluetoothDevice device) {
356
return service.
getPriority
(device);
404
if (
getPriority
(device) == BluetoothInputDevice.PRIORITY_OFF) {
454
public int
getPriority
(BluetoothDevice device) {
661
(BluetoothProfile.PRIORITY_OFF ==
getPriority
(device)) ||
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.metadata_2.0.0.v20100601.jar
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.metadata_2.2.0.v20130523-1557.jar
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.metadata_2.2.0.v20130523-1557.jar
/frameworks/base/core/java/android/database/sqlite/
SQLiteConnectionPool.java
620
final int priority =
getPriority
(connectionFlags);
[
all
...]
/libcore/jsr166-tests/src/test/java/jsr166/
ExecutorsTest.java
315
assertTrue(current.
getPriority
() <= Thread.NORM_PRIORITY);
359
assertTrue(current.
getPriority
() <= Thread.NORM_PRIORITY);
/libcore/libart/src/main/java/java/lang/
Thread.java
427
this.priority = currentThread.
getPriority
();
572
public final int
getPriority
() {
[
all
...]
/external/jmdns/src/javax/jmdns/
ServiceInfo.java
552
public abstract int
getPriority
();
/external/slf4j/log4j-over-slf4j/src/main/java/org/apache/log4j/
Category.java
129
final public Level
getPriority
() {
/hardware/intel/img/hwcomposer/merrifield/common/base/
HwcLayer.cpp
251
uint32_t HwcLayer::
getPriority
() const
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/base/
HwcLayer.cpp
231
uint32_t HwcLayer::
getPriority
() const
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapConvoContactElement.java
122
public int
getPriority
() {
BluetoothMapMessageListingElement.java
202
public String
getPriority
() {
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
PropertyFactory.java
329
property.setPriority(oldProperty.
getPriority
());
370
//complex.setPriority(subArray[0].
getPriority
());
493
complex.setPriority(property.
getPriority
());
586
complexProperty.setPriority(subprops[0].
getPriority
());
624
complex.setPriority(subArray[0].
getPriority
());
[
all
...]
/external/jetty/src/java/org/eclipse/jetty/io/nio/
SelectorManager.java
274
int priority=Thread.currentThread().
getPriority
();
284
Thread.currentThread().setPriority(Thread.currentThread().
getPriority
()+getSelectorPriorityDelta());
[
all
...]
/hardware/qcom/display/msm8084/liboverlay/
overlay.cpp
274
uint8_t pipe1Prio = mPipeBook[(int)pipe1Index].mPipe->
getPriority
();
275
uint8_t pipe2Prio = mPipeBook[(int)pipe2Index].mPipe->
getPriority
();
/hardware/qcom/display/msm8226/liboverlay/
overlay.cpp
278
uint8_t pipe1Prio = mPipeBook[(int)pipe1Index].mPipe->
getPriority
();
279
uint8_t pipe2Prio = mPipeBook[(int)pipe2Index].mPipe->
getPriority
();
/hardware/qcom/display/msm8994/liboverlay/
overlay.cpp
289
uint8_t pipe1Prio = mPipeBook[(int)pipe1Index].mPipe->
getPriority
();
290
uint8_t pipe2Prio = mPipeBook[(int)pipe2Index].mPipe->
getPriority
();
Completed in 810 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>