Searched refs:newqelem (Results 1 - 1 of 1) sorted by relevance

/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/osal/
H A DExynos_OSAL_Queue.c40 EXYNOS_QElem *newqelem = NULL; local
62 newqelem = (EXYNOS_QElem *)Exynos_OSAL_Malloc(sizeof(EXYNOS_QElem));
63 if (newqelem == NULL) {
71 Exynos_OSAL_Memset(newqelem, 0, sizeof(EXYNOS_QElem));
72 currentqelem->qNext = newqelem;
73 currentqelem = newqelem;

Completed in 1121 milliseconds