OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tsep
(Results
1 - 10
of
10
) sorted by null
/external/bluetooth/bluedroid/stack/avdt/
avdt_defs.h
150
#define AVDT_MSG_PRS_DISC(p, seid, in_use, type,
tsep
) \
154
tsep
= (*(p)++ >> 3) & 0x01;
183
#define AVDT_MSG_BLD_DISC(p, seid, in_use, type,
tsep
) \
185
*(p)++ = (UINT8) (((type) << 4) | ((
tsep
) << 3));
avdt_api.c
197
if ((p_scb->allocated) && (p_scb->cs.
tsep
== AVDT_TSEP_SNK))
228
if ((p_scb->allocated) && (p_scb->cs.
tsep
== AVDT_TSEP_SNK))
[
all
...]
avdt_ccb_act.c
179
sep_info[p_data->msg.discover_rsp.num_seps].
tsep
= p_scb->cs.
tsep
;
[
all
...]
avdt_scb.c
[
all
...]
avdt_msg.c
511
p_msg->discover_rsp.p_sep_info[i].
tsep
);
[
all
...]
avdt_scb_act.c
[
all
...]
/external/bluetooth/bluedroid/bta/av/
bta_av_aact.c
243
if ((p_scb->seps[xx].
tsep
== local_sep) &&
266
return (p_scb->seps[xx].
tsep
);
378
(p_scb->sep_info[i].
tsep
== sep_requested) &&
580
if((p_scb->avdt_handle == handle)&&(p_scb->seps[p_scb->sep_idx].
tsep
== AVDT_TSEP_SNK))
867
if(p_scb->seps[p_scb->sep_idx].
tsep
== AVDT_TSEP_SRC )
869
else if(p_scb->seps[p_scb->sep_idx].
tsep
== AVDT_TSEP_SNK )
[
all
...]
bta_av_main.c
601
cs.
tsep
= AVDT_TSEP_SRC;
658
cs.
tsep
= AVDT_TSEP_SNK;
661
APPL_TRACE_DEBUG(" SEP Type = %d",cs.
tsep
);
668
p_scb->seps[index].
tsep
= cs.
tsep
;
669
if(cs.
tsep
== AVDT_TSEP_SNK)
[
all
...]
bta_av_int.h
386
UINT8
tsep
; /* SEP type of local SEP */
member in struct:__anon5079
/external/bluetooth/bluedroid/stack/include/
avdt_api.h
253
UINT8
tsep
; /* SEP type */
member in struct:__anon5935
405
UINT8
tsep
; /* SEP type */
member in struct:__anon5945
[
all
...]
Completed in 136 milliseconds