/system/bt/stack/include/ |
a2d_api.h | 21 * nterface to A2DP Application Programming Interface 105 UINT16 *p_attrs; /* The attributes filter. If NULL, A2DP API sets the attribute filter
|
avdt_api.h | 457 ** Description Activate SEP of A2DP Sink. In Use parameter is adjusted. 458 ** In Use will be made false in case of activation. A2DP SRC 459 ** will receive in_use as false and can open A2DP Sink 471 ** Description Deactivate SEP of A2DP Sink. In Use parameter is adjusted. 472 ** In Use will be made TRUE in case of activation. A2DP SRC 473 ** will receive in_use as true and will not open A2DP Sink [all...] |
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/ |
A2dpSinkStreamingStateMachine.java | 35 * Bluetooth A2DP SINK Streaming StateMachine. 37 * This state machine defines how the stack behaves once the A2DP connection is established and both 172 // Since AVRCP gets started after A2DP we may need to request it later in cycle. 186 // Since AVRCP gets started after A2DP we may need to request it later in cycle. 200 // Since AVRCP gets started after A2DP we may need to request it later in cycle. 224 // Since AVRCP gets started after A2DP we may need to request it later in cycle.
|
/system/bt/bta/include/ |
bta_av_api.h | 37 /* Set to TRUE if seperate authorization prompt desired for AVCTP besides A2DP authorization */ 38 /* Typically FALSE when AVRCP is used in conjunction with A2DP */ 256 #define BTA_AV_OFFLOAD_START_RSP_EVT 22 /* a2dp offload start response */ 627 ** Description Enable/Disable A2DP Sink. 816 ** Description Request Starting of A2DP Offload. 817 ** This function is used to start A2DP offload if vendor lib has
|
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/ |
BluetoothTestUtils.java | 224 case BluetoothProfile.A2DP: 319 case BluetoothProfile.A2DP: 339 case BluetoothProfile.A2DP: [all...] |
/system/bt/bta/av/ |
bta_av_api.c | 239 ** Description Start a2dp audio offloading. 258 ** Description Response from vendor lib for A2DP Offload Start request. 279 ** Description Enable/Disable A2DP Sink..
|
bta_av_main.c | 417 ** Description A2DP report callback. 438 ** Description activate, deactive A2DP Sink, 658 p_scb->seps[index].p_app_data_cback = NULL; /* In case of A2DP SOURCE we don't need a callback to handle media packets */ 686 /* start listening when A2DP is registered */ 923 /* note that more than one SCB (a2dp & vdp) maybe waiting for this event */ [all...] |
/system/bt/stack/avdt/ |
avdt_api.c | 149 ** Description Activate SEP of A2DP Sink. In Use parameter is adjusted. 150 ** In Use will be made false in case of activation. A2DP SRC 151 ** will receive in_use as false and can open A2DP Sink 179 ** Description Deactivate SEP of A2DP Sink. In Use parameter is adjusted. 180 ** In Use will be made TRUE in case of activation. A2DP SRC 181 ** will receive in_use as true and will not open A2DP Sink [all...] |
/frameworks/av/services/audiopolicy/config/ |
audio_policy_configuration.xml | 28 ?primary?, ?A2DP?, ?remote_submix?, ?USB? 197 <!-- A2dp Audio HAL -->
|
/system/bt/stack/a2dp/ |
a2d_api.c | 21 * ommon API for the Advanced Audio Distribution Profile (A2DP) 131 ** avdt version of a2dp.
|
/device/google/marlin/ |
audio_policy_configuration.xml | 140 <!-- A2dp Audio HAL -->
|
/device/huawei/angler/ |
audio_policy_configuration.xml | 140 <!-- A2dp Audio HAL -->
|
/device/lge/bullhead/ |
audio_policy_configuration.xml | 140 <!-- A2dp Audio HAL -->
|
/external/autotest/server/site_tests/audio_AudioBasicBluetoothPlayback/ |
audio_AudioBasicBluetoothPlayback.py | 167 # Delay some time for A2DP to be reconnected.
|
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/ |
AudioOutputDescriptor.h | 175 * returns the A2DP output handle if it is open or 0 otherwise
|
/frameworks/av/services/audiopolicy/managerdefault/ |
AudioPolicyManager.h | 55 // Max volume difference on A2DP between playing media and STRATEGY_SONIFICATION streams: 12dB 284 // (device connected,phone state, force use, a2dp output...) 390 // manages A2DP output suspend/restore according to phone state and BT SCO usage 537 bool mA2dpSuspended; // true if A2DP output is suspended [all...] |
/frameworks/base/docs/html/about/versions/ |
android-1.5-highlights.jd | 84 <li>Stereo Bluetooth support (A2DP and AVCRP profiles)</li>
|
/hardware/libhardware/include/hardware/ |
audio.h | 66 * e.g: audio.primary.goldfish.so or audio.a2dp.default.so 70 #define AUDIO_HARDWARE_MODULE_ID_A2DP "a2dp" 103 /* A2DP sink address set by framework */ 106 /* A2DP source address set by framework */
|
/system/bt/btif/ |
Android.mk | 93 $(LOCAL_PATH)/../stack/a2dp \
|
/system/bt/btif/include/ |
btif_media.h | 212 ** Description This function is called by the av_co to fill A2DP Sink Queue
|
/system/bt/hci/src/ |
hci_hal_h4.c | 38 // when streaming time sensitive data (A2DP).
|
/system/bt/osi/src/ |
metrics.cpp | 156 // Set connection type: for A2DP it is always BR/EDR
|
/tools/test/connectivity/acts/tests/google/bt/car_bt/ |
BtCarPairedConnectDisconnectTest.py | 111 self.log.info("A2DP Sink Connected " + str(a2dp_sink_connected))
|
/frameworks/av/services/audiopolicy/enginedefault/src/ |
Engine.cpp | 344 // when not in a phone call, phone strategy should route STREAM_VOICE_CALL to A2DP 376 // A2DP speaker when forcing to speaker output
|
/frameworks/base/core/java/android/bluetooth/ |
BluetoothClass.java | 303 // By the A2DP spec, sinks must indicate the RENDER service. 319 // By the A2DP spec, srcs must indicate the CAPTURE service.
|