OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:a2dp
(Results
1 - 9
of
9
) sorted by null
/external/bluetooth/bluez/audio/
unix.c
49
#include "
a2dp
.h"
85
struct a2dp_data
a2dp
;
member in union:unix_client::__anon1467
231
struct a2dp_data *
a2dp
= &client->d.
a2dp
;
local
235
if (
a2dp
->sep) {
236
a2dp_sep_unlock(
a2dp
->sep,
a2dp
->session);
237
a2dp
->sep = NULL;
239
if (
a2dp
->session) {
240
avdtp_unref(
a2dp
->session)
631
struct
a2dp
_data *
a2dp
= &client->d.
a2dp
;
local
725
struct
a2dp
_data *
a2dp
= &client->d.
a2dp
;
local
785
struct
a2dp
_data *
a2dp
= &client->d.
a2dp
;
local
859
struct
a2dp
_data *
a2dp
;
local
925
struct
a2dp
_data *
a2dp
;
local
1008
struct
a2dp
_data *
a2dp
;
local
1077
struct
a2dp
_data *
a2dp
= NULL;
local
1153
struct
a2dp
_data *
a2dp
= NULL;
local
1248
struct
a2dp
_data *
a2dp
;
local
1652
struct
a2dp
_data *
a2dp
;
local
[
all
...]
pcm_bluetooth.c
116
uint8_t channel_mode; /*
A2DP
only */
118
uint8_t allocation_method; /*
A2DP
only */
120
uint8_t subbands; /*
A2DP
only */
122
uint8_t block_length; /*
A2DP
only */
124
uint8_t bitpool; /*
A2DP
only */
139
struct bluetooth_a2dp
a2dp
; /*
A2DP
data */
member in struct:bluetooth_data
297
struct bluetooth_a2dp *
a2dp
= &data->
a2dp
;
local
310
if (
a2dp
->sbc_initialized
693
struct bluetooth_
a2dp
*
a2dp
= &data->
a2dp
;
local
974
struct bluetooth_
a2dp
*
a2dp
= &data->
a2dp
;
local
1008
struct bluetooth_
a2dp
*
a2dp
= &data->
a2dp
;
local
1274
struct bluetooth_
a2dp
*
a2dp
= &data->
a2dp
;
local
[
all
...]
Android.mk
3
#
A2DP
plugin
8
a2dp
.c \
97
LOCAL_MODULE := audio.
a2dp
.default
/external/bluetooth/bluez/test/
ipctest.c
102
struct a2dp_info
a2dp
;
member in struct:userdata
283
codec.length != sizeof(u->
a2dp
.sbc_capabilities))
288
memcpy(&u->
a2dp
.sbc_capabilities, &codec,
289
sizeof(u->
a2dp
.sbc_capabilities));
391
cap = &u->
a2dp
.sbc_capabilities;
479
static void setup_sbc(struct a2dp_info *
a2dp
)
483
assert(
a2dp
);
485
active_capabilities = &
a2dp
->sbc_capabilities;
487
if (
a2dp
->sbc_initialized)
488
sbc_reinit(&
a2dp
->sbc, 0)
[
all
...]
ipctest-a2dp-resume-fast.test
3
profile
a2dp
/packages/apps/Settings/src/com/android/settings/bluetooth/
LocalBluetoothAdapter.java
152
A2dpProfile
a2dp
= mProfileManager.getA2dpProfile();
local
153
if (
a2dp
!= null &&
a2dp
.isA2dpPlaying()) {
/hardware/libhardware/modules/audio/
Android.mk
22
# required type is 'primary'. Other possibilites are '
a2dp
', 'usb', etc.
/device/samsung/tuna/
device.mk
48
audio.
a2dp
.default \
/frameworks/base/core/java/android/bluetooth/
BluetoothAdapter.java
1154
BluetoothA2dp
a2dp
= new BluetoothA2dp(context, listener);
local
[
all
...]
Completed in 415 milliseconds