OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BTA_AV_NUM_COLS
(Results
1 - 2
of
2
) sorted by null
/external/bluetooth/bluedroid/bta/av/
bta_av_ssm.c
109
#define
BTA_AV_NUM_COLS
3 /* number of columns in state tables */
112
static const UINT8 bta_av_sst_init[][
BTA_AV_NUM_COLS
] =
152
static const UINT8 bta_av_sst_incoming[][
BTA_AV_NUM_COLS
] =
192
static const UINT8 bta_av_sst_opening[][
BTA_AV_NUM_COLS
] =
232
static const UINT8 bta_av_sst_open[][
BTA_AV_NUM_COLS
] =
272
static const UINT8 bta_av_sst_rcfg[][
BTA_AV_NUM_COLS
] =
312
static const UINT8 bta_av_sst_closing[][
BTA_AV_NUM_COLS
] =
352
typedef const UINT8 (*tBTA_AV_SST_TBL)[
BTA_AV_NUM_COLS
];
bta_av_main.c
110
#define
BTA_AV_NUM_COLS
2 /* number of columns in state tables */
113
static const UINT8 bta_av_st_init[][
BTA_AV_NUM_COLS
] =
128
static const UINT8 bta_av_st_open[][
BTA_AV_NUM_COLS
] =
143
typedef const UINT8 (*tBTA_AV_ST_TBL)[
BTA_AV_NUM_COLS
];
[
all
...]
Completed in 1322 milliseconds