OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EXYNOS_QElem
(Results
1 - 2
of
2
) sorted by null
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/osal/
Exynos_OSAL_Queue.h
40
}
EXYNOS_QElem
;
44
EXYNOS_QElem
*first;
45
EXYNOS_QElem
*last;
Exynos_OSAL_Queue.c
40
EXYNOS_QElem
*newqelem = NULL;
41
EXYNOS_QElem
*currentqelem = NULL;
53
queue->first = (
EXYNOS_QElem
*)Exynos_OSAL_Malloc(sizeof(
EXYNOS_QElem
));
57
Exynos_OSAL_Memset(queue->first, 0, sizeof(
EXYNOS_QElem
));
62
newqelem = (
EXYNOS_QElem
*)Exynos_OSAL_Malloc(sizeof(
EXYNOS_QElem
));
71
Exynos_OSAL_Memset(newqelem, 0, sizeof(
EXYNOS_QElem
));
85
EXYNOS_QElem
*currentqelem = NULL;
178
EXYNOS_QElem
*currentqelem = NULL
[
all
...]
Completed in 274 milliseconds