Searched refs:avdt_cb_ptr (Results 1 – 3 of 3) sorted by relevance
290 if (avdt_cb_ptr){ in BTE_DeinitStack()291 osi_free(avdt_cb_ptr); in BTE_DeinitStack()292 avdt_cb_ptr = NULL; in BTE_DeinitStack()356 if ((avdt_cb_ptr = (tAVDT_CB *)osi_malloc(sizeof(tAVDT_CB))) == NULL) { in BTE_InitStack()359 memset((void *)avdt_cb_ptr, 0, sizeof(tAVDT_CB)); in BTE_InitStack()
732 extern tAVDT_CB *avdt_cb_ptr;733 #define avdt_cb (*avdt_cb_ptr)
43 tAVDT_CB *avdt_cb_ptr; variable