Searched refs:avct_cb_ptr (Results 1 – 3 of 3) sorted by relevance
283 if (avct_cb_ptr){ in BTE_DeinitStack()284 osi_free(avct_cb_ptr); in BTE_DeinitStack()285 avct_cb_ptr = NULL; in BTE_DeinitStack()363 if ((avct_cb_ptr = (tAVCT_CB *)osi_malloc(sizeof(tAVCT_CB))) == NULL) { in BTE_InitStack()366 memset((void *)avct_cb_ptr, 0, sizeof(tAVCT_CB)); in BTE_InitStack()
223 extern tAVCT_CB *avct_cb_ptr;224 #define avct_cb (*avct_cb_ptr)
42 tAVCT_CB *avct_cb_ptr; variable