OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:a2dp
(Results
1 - 8
of
8
) sorted by null
/external/bluetooth/bluez/audio/
unix.c
47
#include "
a2dp
.h"
83
struct a2dp_data
a2dp
;
member in union:unix_client::__anon883
202
struct a2dp_data *
a2dp
= &client->d.
a2dp
;
local
206
if (
a2dp
->sep) {
207
a2dp_sep_unlock(
a2dp
->sep,
a2dp
->session);
208
a2dp
->sep = NULL;
210
if (
a2dp
->session) {
211
avdtp_unref(
a2dp
->session)
578
struct
a2dp
_data *
a2dp
= &client->d.
a2dp
;
local
673
struct
a2dp
_data *
a2dp
= &client->d.
a2dp
;
local
733
struct
a2dp
_data *
a2dp
= &client->d.
a2dp
;
local
786
struct
a2dp
_data *
a2dp
= &client->d.
a2dp
;
local
817
struct
a2dp
_data *
a2dp
;
local
884
struct
a2dp
_data *
a2dp
;
local
967
struct
a2dp
_data *
a2dp
;
local
1034
struct
a2dp
_data *
a2dp
;
local
1110
struct
a2dp
_data *
a2dp
;
local
1200
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
295
struct bluetooth_a2dp *
a2dp
= &data->
a2dp
;
local
308
if (
a2dp
->sbc_initialized
691
struct bluetooth_
a2dp
*
a2dp
= &data->
a2dp
;
local
972
struct bluetooth_
a2dp
*
a2dp
= &data->
a2dp
;
local
1006
struct bluetooth_
a2dp
*
a2dp
= &data->
a2dp
;
local
1268
struct bluetooth_
a2dp
*
a2dp
= &data->
a2dp
;
local
[
all
...]
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
Android.mk
3
#
A2DP
plugin
8
a2dp
.c \
/frameworks/base/core/java/android/server/
BluetoothEventLoop.java
557
BluetoothA2dp
a2dp
= new BluetoothA2dp(mContext);
local
566
authorized =
a2dp
.getSinkPriority(device) > BluetoothA2dp.PRIORITY_OFF;
568
Log.i(TAG, "Allowing incoming
A2DP
/ AVRCP connection from " + address);
570
Log.i(TAG, "Rejecting incoming
A2DP
/ AVRCP connection from " + address);
580
BluetoothA2dp
a2dp
= new BluetoothA2dp(mContext);
local
581
Set<BluetoothDevice> devices =
a2dp
.getNonDisconnectedSinks();
/frameworks/base/services/java/com/android/server/
WifiService.java
[
all
...]
/frameworks/base/services/java/com/android/server/status/
StatusBarPolicy.java
1206
BluetoothA2dp
a2dp
= new BluetoothA2dp(mContext);
local
[
all
...]
Completed in 298 milliseconds