OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rs_idx
(Results
1 - 3
of
3
) sorted by null
/external/bluetooth/bluedroid/bta/av/
bta_av_main.c
922
APPL_TRACE_DEBUG("bta_av_sys_rs_cback: %d", bta_av_cb.
rs_idx
);
958
if ((bta_av_cb.
rs_idx
!= 0) && (bta_av_cb.
rs_idx
!= peer_idx))
960
p_scb = bta_av_cb.p_scb[bta_av_cb.
rs_idx
- 1];
963
APPL_TRACE_DEBUG ("bta_av_sys_rs_cback:
rs_idx
(%d), hndl:x%x q_tag: %d",
964
bta_av_cb.
rs_idx
, p_scb->hndl, p_scb->q_tag);
[
all
...]
bta_av_aact.c
798
if (bta_av_cb.
rs_idx
== (p_scb->hdi + 1))
800
bta_av_cb.
rs_idx
= 0;
[
all
...]
bta_av_int.h
585
UINT8
rs_idx
; /* (index + 1) to SCB for the one waiting for RS on open */
member in struct:__anon5087
Completed in 8965 milliseconds