OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:avct_ccb_by_idx
(Results
1 - 3
of
3
) sorted by null
/external/bluetooth/bluedroid/stack/avct/
avct_api.c
204
if ((p_ccb =
avct_ccb_by_idx
(handle)) == NULL)
248
if ((p_ccb =
avct_ccb_by_idx
(handle)) == NULL)
323
if ((p_ccb =
avct_ccb_by_idx
(handle)) == NULL)
355
if ((p_ccb =
avct_ccb_by_idx
(handle)) != NULL && p_ccb->p_bcb != NULL)
381
if ((p_ccb =
avct_ccb_by_idx
(handle)) != NULL)
429
if ((p_ccb =
avct_ccb_by_idx
(handle)) == NULL)
avct_ccb.c
120
** Function
avct_ccb_by_idx
128
tAVCT_CCB *
avct_ccb_by_idx
(UINT8 idx)
function
avct_int.h
208
extern tAVCT_CCB *
avct_ccb_by_idx
(UINT8 idx);
Completed in 112 milliseconds