OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:avct_ccb_alloc
(Results
1 - 3
of
3
) sorted by null
/external/bluetooth/bluedroid/stack/avct/
avct_ccb.c
34
** Function
avct_ccb_alloc
42
tAVCT_CCB *
avct_ccb_alloc
(tAVCT_CC *p_cc)
function
53
AVCT_TRACE_DEBUG1("
avct_ccb_alloc
%d", i);
avct_api.c
139
if ((p_ccb =
avct_ccb_alloc
(p_cc)) == NULL)
avct_int.h
205
extern tAVCT_CCB *
avct_ccb_alloc
(tAVCT_CC *p_cc);
Completed in 48 milliseconds