OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:a2dp
(Results
1 - 25
of
304
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/frameworks/av/services/audiopolicy/config/
a2dp_audio_policy_configuration.xml
2
<!--
A2dp
Audio HAL Audio Policy Configuration file -->
3
<module name="
a2dp
" halVersion="2.0">
5
<mixPort name="
a2dp
output" role="source">
10
<mixPort name="
a2dp
input" role="sink">
17
<devicePort tagName="BT
A2DP
Out" type="AUDIO_DEVICE_OUT_BLUETOOTH_A2DP" role="sink">
22
<devicePort tagName="BT
A2DP
Headphones" type="AUDIO_DEVICE_OUT_BLUETOOTH_A2DP_HEADPHONES" role="sink">
27
<devicePort tagName="BT
A2DP
Speaker" type="AUDIO_DEVICE_OUT_BLUETOOTH_A2DP_SPEAKER" role="sink">
32
<devicePort tagName="BT
A2DP
In" type="AUDIO_DEVICE_IN_BLUETOOTH_A2DP" role="source">
39
<route type="mix" sink="BT
A2DP
Out"
40
sources="
a2dp
output"/
[
all
...]
/system/bt/audio_a2dp_hw/
Android.mk
3
# Audio
A2DP
shared library for target
15
LOCAL_MODULE := audio.
a2dp
.default
BUILD.gn
17
shared_library("audio.
a2dp
.default") {
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
BluetoothA2dpFacade.java
50
BluetoothProfile.
A2DP
);
85
* Checks to see if the
A2DP
profile is ready for use.
87
* @return Returns true if the
A2DP
Profile is ready.
89
@Rpc(description = "Is
A2dp
profile ready.")
95
* Connect to remote device using the
A2DP
profile.
101
@Rpc(description = "Connect to an
A2DP
device.")
115
* Disconnect a remote device using the
A2DP
profile.
121
@Rpc(description = "Disconnect an
A2DP
device.")
129
Log.d("Connected
a2dp
devices " + connectedA2dpDevices);
135
* Get the list of devices connected through the
A2DP
profile
[
all
...]
BluetoothA2dpSinkFacade.java
80
@Rpc(description = "Connect to an
A2DP
Sink device.")
91
@Rpc(description = "Disconnect an
A2DP
Sink device.")
108
@Rpc(description = "Get all the devices connected through
A2DP
Sink.")
/system/bt/btif/include/
btif_av.h
85
** Description Checks if
A2DP
Sink is enabled or not
87
** Returns TRUE if
A2DP
Sink is enabled, false otherwise
159
** Description Check if the connected
a2dp
device supports
209
** Description Check if the connected
A2DP
device supports
/system/bt/main/
BUILD.gn
41
"//stack/
a2dp
",
60
"//audio_a2dp_hw:audio.
a2dp
.default",
/device/huawei/angler/
audio_policy.conf
86
a2dp
{
88
a2dp
{
96
a2dp
{
/device/moto/shamu/
audio_policy.conf
71
a2dp
{
73
a2dp
{
81
a2dp
{
/hardware/libhardware/include/hardware/
bt_av.h
51
* Used only for the
A2DP
sink interface.
75
* 2.
A2DP
data path shall be handled via a socket pipe between the AudioFlinger
80
* Used for both the
A2DP
source and sink interfaces.
/frameworks/base/core/java/android/bluetooth/
BluetoothA2dpSink.java
31
* This class provides the public APIs to control the Bluetooth
A2DP
Sink
34
*<p>BluetoothA2dpSink is a proxy object for controlling the Bluetooth
A2DP
Sink
46
* Intent used to broadcast the change in connection state of the
A2DP
Sink
64
"android.bluetooth.
a2dp
-sink.profile.action.CONNECTION_STATE_CHANGED";
67
* Intent used to broadcast the change in the Playing state of the
A2DP
Sink
84
"android.bluetooth.
a2dp
-sink.profile.action.PLAYING_STATE_CHANGED";
87
*
A2DP
sink device is streaming music. This state can be one of
94
*
A2DP
sink device is NOT streaming music. This state can be one of
101
* Intent used to broadcast the change in the Playing state of the
A2DP
Sink
114
"android.bluetooth.
a2dp
-sink.profile.action.AUDIO_CONFIG_CHANGED"
[
all
...]
BluetoothA2dp.java
41
* This class provides the public APIs to control the Bluetooth
A2DP
44
*<p>BluetoothA2dp is a proxy object for controlling the Bluetooth
A2DP
48
* <p> Android only supports one connected Bluetooth
A2dp
device at a time.
57
* Intent used to broadcast the change in connection state of the
A2DP
76
"android.bluetooth.
a2dp
.profile.action.CONNECTION_STATE_CHANGED";
79
* Intent used to broadcast the change in the Playing state of the
A2DP
97
"android.bluetooth.
a2dp
.profile.action.PLAYING_STATE_CHANGED";
102
"android.bluetooth.
a2dp
.profile.action.AVRCP_CONNECTION_STATE_CHANGED";
105
*
A2DP
sink device is streaming music. This state can be one of
112
*
A2DP
sink device is NOT streaming music. This state can be one o
[
all
...]
BluetoothProfile.java
66
*
A2DP
profile.
68
public static final int
A2DP
= 2;
116
*
A2DP
Sink Profile
217
* {@link #
A2DP
}
227
* {@link #
A2DP
}
/device/moto/shamu/bluetooth_extra/
bdroid_buildcfg.h
27
/* Enable
A2DP
sink */
/device/asus/fugu/
audio_policy.conf
95
a2dp
{
97
a2dp
{
/device/htc/flounder/
audio_policy.conf
47
a2dp
{
49
a2dp
{
/device/linaro/hikey/audio/
audio_policy.conf
46
a2dp
{
48
a2dp
{
Android.mk
22
# required type is 'primary'. Other possibilites are '
a2dp
', 'usb', etc.
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
A2dpProfile.java
49
static final String NAME = "
A2DP
";
62
// We just bound to the service, so refresh the UI for any connected
A2DP
devices.
95
BluetoothProfile.
A2DP
);
206
BluetoothAdapter.getDefaultAdapter().closeProfileProxy(BluetoothProfile.
A2DP
,
210
Log.w(TAG, "Error cleaning up
A2DP
proxy", t);
/packages/apps/Bluetooth/jni/
com_android_bluetooth_a2dp.cpp
123
ALOGW("Cleaning up
A2DP
Interface before initializing...");
129
ALOGW("Cleaning up
A2DP
callback object");
136
ALOGE("Failed to get Bluetooth
A2DP
Interface");
141
ALOGE("Failed to initialize Bluetooth
A2DP
, status: %d", status);
219
return jniRegisterNativeMethods(env, "com/android/bluetooth/
a2dp
/A2dpStateMachine",
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
BluetoothA2dpConnector.java
126
if (!adapter.getProfileProxy(mContext, mServiceConnection, BluetoothProfile.
A2DP
)) {
135
adapter.closeProfileProxy(BluetoothProfile.
A2DP
, mA2dpProfile);
138
Log.w(TAG, "Error cleaning up
A2DP
proxy", t);
/system/bt/utils/src/
bt_utils.c
113
** Description Raise task priority for
A2DP
streaming
160
** Description increase the
a2dp
consumer task priority temporarily when start
162
** the
a2dp
consumer task priority when stop audio playing.
/hardware/broadcom/libbt/include/
bt_vendor_brcm_a2dp.h
24
* Bluetooth chipsets for
A2DP
Offload implementation.
74
/*
A2DP
offload parameters from vnd_<prod>.txt */
/hardware/libhardware/modules/audio/
Android.mk
22
# required type is 'primary'. Other possibilites are '
a2dp
', 'usb', etc.
39
# required type is 'primary'. Other possibilites are '
a2dp
', 'usb', etc.
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
A2dpStateMachine.java
18
* Bluetooth
A2dp
StateMachine
29
package com.android.bluetooth.
a2dp
;
149
log("doQuit()- Move
A2DP
State to DISCONNECTED");
228
logi("Incoming
A2DP
accepted");
237
logi("Incoming
A2DP
rejected");
248
logw("
A2DP
Connected from Disconnected state");
250
logi("Incoming
A2DP
accepted");
259
logi("Incoming
A2DP
rejected");
270
logw("Ignore
A2dp
DISCONNECTING event, device: " + device);
410
// check for
a2dp
connection allowed for this device in race conditio
[
all
...]
Completed in 736 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>