OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mMaxConnectedAudioDevices
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
A2dpService.java
81
private int
mMaxConnectedAudioDevices
= 1;
118
mMaxConnectedAudioDevices
= mAdapterService.getMaxConnectedAudioDevices();
119
Log.i(TAG, "Max connected audio devices set to " +
mMaxConnectedAudioDevices
);
133
mA2dpNativeInterface.init(
mMaxConnectedAudioDevices
,
210
mMaxConnectedAudioDevices
= 1;
331
return (connected <
mMaxConnectedAudioDevices
);
[
all
...]
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
AdapterProperties.java
88
private int
mMaxConnectedAudioDevices
= 1;
191
mMaxConnectedAudioDevices
= Math.min(Math.max(propertyOverlayedMaxConnectedAudioDevices,
196
+
mMaxConnectedAudioDevices
);
439
return
mMaxConnectedAudioDevices
;
[
all
...]
Completed in 5121 milliseconds