OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getSinkPriority
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/core/java/android/bluetooth/
IBluetoothA2dp.aidl
35
int
getSinkPriority
(in BluetoothDevice device);
BluetoothA2dp.java
262
public int
getSinkPriority
(BluetoothDevice device) {
263
if (DBG) log("
getSinkPriority
(" + device + ")");
265
return mService.
getSinkPriority
(device);
/packages/apps/Settings/src/com/android/settings/bluetooth/
LocalBluetoothProfileManager.java
190
if (mService.
getSinkPriority
(device) > BluetoothA2dp.PRIORITY_ON) {
214
return mService.
getSinkPriority
(device) > BluetoothA2dp.PRIORITY_OFF;
219
return mService.
getSinkPriority
(device);
225
if (mService.
getSinkPriority
(device) < BluetoothA2dp.PRIORITY_ON) {
/frameworks/base/core/java/android/server/
BluetoothA2dpService.java
99
if (
getSinkPriority
(device) == BluetoothA2dp.PRIORITY_UNDEFINED) {
108
if (
getSinkPriority
(device) == BluetoothA2dp.PRIORITY_AUTO_CONNECT &&
210
getSinkPriority
(device) == BluetoothA2dp.PRIORITY_AUTO_CONNECT &&
442
public synchronized int
getSinkPriority
(BluetoothDevice device) {
499
if (
getSinkPriority
(device) > BluetoothA2dp.PRIORITY_OFF &&
BluetoothEventLoop.java
566
authorized = a2dp.
getSinkPriority
(device) > BluetoothA2dp.PRIORITY_OFF;
Completed in 804 milliseconds