OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:a2dp
(Results
1 - 5
of
5
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
A2dpService.java
17
package com.android.bluetooth.
a2dp
;
34
* Provides Bluetooth
A2DP
profile, as a service in the Bluetooth application.
210
Log.w(TAG,"
A2dp
call not allowed for non-active user");
A2dpStateMachine.java
18
* Bluetooth
A2dp
StateMachine
29
package com.android.bluetooth.
a2dp
;
227
logi("Incoming
A2DP
accepted");
236
logi("Incoming
A2DP
rejected");
247
logw("
A2DP
Connected from Disconnected state");
249
logi("Incoming
A2DP
accepted");
258
logi("Incoming
A2DP
rejected");
700
log("
A2DP
Playing state : device: " + device + " State:" + prevState + "->" + state);
733
/** Handles
A2DP
connection state change intent broadcasts. */
744
mService.notifyProfileConnectionStateChanged(device, BluetoothProfile.
A2DP
, state, prevState)
[
all
...]
Avrcp.java
17
package com.android.bluetooth.
a2dp
;
[
all
...]
/packages/apps/Settings/src/com/android/settings/bluetooth/
LocalBluetoothAdapter.java
152
A2dpProfile
a2dp
= mProfileManager.getA2dpProfile();
local
153
if (
a2dp
!= null &&
a2dp
.isA2dpPlaying()) {
/frameworks/base/core/java/android/bluetooth/
BluetoothAdapter.java
1364
BluetoothA2dp
a2dp
= new BluetoothA2dp(context, listener);
local
1403
BluetoothA2dp
a2dp
= (BluetoothA2dp)proxy;
local
[
all
...]
Completed in 54 milliseconds