/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/osal/ |
D | Exynos_OSAL_Queue.c | 53 queue->first = (EXYNOS_QElem *)Exynos_OSAL_Malloc(sizeof(EXYNOS_QElem)); in Exynos_OSAL_QueueCreate() 54 if (queue->first == NULL) in Exynos_OSAL_QueueCreate() 57 Exynos_OSAL_Memset(queue->first, 0, sizeof(EXYNOS_QElem)); in Exynos_OSAL_QueueCreate() 58 currentqelem = queue->last = queue->first; in Exynos_OSAL_QueueCreate() 64 while (queue->first != NULL) { in Exynos_OSAL_QueueCreate() 65 currentqelem = queue->first->qNext; in Exynos_OSAL_QueueCreate() 66 Exynos_OSAL_Free((OMX_PTR)queue->first); in Exynos_OSAL_QueueCreate() 67 queue->first = currentqelem; in Exynos_OSAL_QueueCreate() 77 currentqelem->qNext = queue->first; in Exynos_OSAL_QueueCreate() 93 currentqelem = queue->first->qNext; in Exynos_OSAL_QueueTerminate() [all …]
|
D | Exynos_OSAL_Queue.h | 44 EXYNOS_QElem *first; member
|
/hardware/ti/wlan/wl1271/TWD/Ctrl/ |
D | CmdQueue.c | 572 TI_UINT32 first = pCmdQueue->head; in cmdQueue_Restart() local 597 pHead = &pCmdQueue->aCmdQueue[first]; in cmdQueue_Restart() 608 first++; in cmdQueue_Restart() 609 if (first == CMDQUEUE_QUEUE_DEPTH) in cmdQueue_Restart() 610 first = 0; in cmdQueue_Restart() 896 TI_UINT32 first = pCmdQueue->head; in cmdQueue_PrintQueue() local 902 pHead = &pCmdQueue->aCmdQueue[first]; in cmdQueue_PrintQueue() 909 first)); in cmdQueue_PrintQueue() 911 first++; in cmdQueue_PrintQueue() 912 if (first == CMDQUEUE_QUEUE_DEPTH) in cmdQueue_PrintQueue() [all …]
|
/hardware/ti/omap4xxx/ |
D | heaptracker.c | 90 static struct hdr *first; variable 162 static inline void __add(struct hdr *hdr, struct hdr **first, struct hdr **last) in __add() argument 169 *first = hdr; in __add() 173 static inline int __del(struct hdr *hdr, struct hdr **first, struct hdr **last) in __del() argument 182 *first = hdr->prev; in __del() 194 __add(hdr, &first, &last); in add() 204 __del(hdr, &first, &last); in del() 292 struct hdr **first, struct hdr **last, unsigned *cnt, in __del_and_check() argument 299 __del(hdr, first, last); in __del_and_check() 325 &first, &last, &num, in del_leak()
|
D | Android.mk | 33 include $(call first-makefiles-under,$(LOCAL_PATH))
|
/hardware/invensense/libsensors_iio/software/core/driver/include/ |
D | mltypes.h | 149 #define ERROR_CHECK_FIRST(first, x) \ argument 150 { if (INV_SUCCESS == first) first = x; }
|
/hardware/invensense/mlsdk/platform/include/ |
D | mltypes.h | 134 #define ERROR_CHECK_FIRST(first, x) \ argument 135 { if (INV_SUCCESS == first) first = x; }
|
/hardware/ti/wpan/ |
D | Android.mk | 2 include $(call first-makefiles-under,$(call my-dir))
|
/hardware/ti/wlan/wl1271/CUDK/configurationutility/src/ |
D | console.c | 90 struct ConEntry_t *first; /* First entry */ member 197 pEntryTemp = pEntry->u.dir.first; in Console_FreeEntry() 234 p_token = p_dir->u.dir.first; in Console_displayDir() 498 p_token = p_dir->u.dir.first; in Console_searchToken() 509 p_token = p_dir->u.dir.first; in Console_searchToken() 527 p_token = pConsole->p_cur_dir->u.dir.first; in Console_dirHelp() 603 p_token = p_dir->u.dir.first; in Console_chooseAlias() 624 p_token = p_dir->u.dir.first; in Console_chooseAlias() 891 p_e = &(p_root->u.dir.first); in Console_AddDirExt() 1038 p_e = &(p_dir->u.dir.first); in Console_AddToken()
|
/hardware/ril/mock-ril/ |
D | README.txt | 30 Execute the "first" target first to setup appropriate 33 $ make first 104 first changes to root, remounts r/w and copies some files.
|
/hardware/qcom/audio/alsa_sound/ |
D | ALSAStreamOps.cpp | 273 bool first = true; in getParameters() local 292 value += (first ? append : String8("|") + append); in getParameters() 293 first = false; in getParameters()
|
/hardware/invensense/mlsdk/mllite/ |
D | compass.c | 316 static unsigned char first = TRUE; in inv_get_compass_data() local 318 if (first) { in inv_get_compass_data() 334 first = FALSE; in inv_get_compass_data()
|
D | mlFIFO.c | 552 inv_error_t first = INV_SUCCESS; in inv_close_fifo() local 554 ERROR_CHECK_FIRST(first, result); in inv_close_fifo() 556 ERROR_CHECK_FIRST(first, result); in inv_close_fifo() 558 return first; in inv_close_fifo()
|
/hardware/ril/mock-ril/src/cpp/ |
D | js_support.cpp | 76 bool first = true; in Print() local 82 if (first) { in Print() 83 first = false; in Print()
|
/hardware/qcom/camera/ |
D | QCameraParameters.cpp | 255 static int parse_pair(const char *str, int *first, int *second, char delim, in parse_pair() argument 270 *first = w; in parse_pair()
|
/hardware/samsung_slsi/exynos5/mobicore/ |
D | README.android | 50 this the daemon supports a fallback location(eg /system/app/mcRegistry): it first tries to load the…
|
/hardware/ti/omap3/dspbridge/libbridge/ |
D | COPYING | 9 [This is the first released version of the Lesser GPL. It also counts 23 can use it too, but we suggest you first think carefully about whether
|