Searched defs:last (Results 1 - 10 of 10) sorted by relevance

/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/osal/
H A DExynos_OSAL_Queue.h45 EXYNOS_QElem *last; member in struct:_EXYNOS_QUEUE
/hardware/invensense/60xx/mlsdk/mllite/
H A Dcompass.h59 float last; member in struct:yas_thresh_filter
/hardware/qcom/display/msm8960/libhwcomposer/
H A Dhwc.cpp146 uint32_t last = list->numHwLayers - 1; local
147 hwc_layer_1_t *fbLayer = &list->hwLayers[last];
174 uint32_t last = list->numHwLayers - 1; local
175 hwc_layer_1_t *fbLayer = &list->hwLayers[last];
358 uint32_t last = list->numHwLayers - 1; local
359 hwc_layer_1_t *fbLayer = &list->hwLayers[last];
406 uint32_t last = list->numHwLayers - 1; local
407 hwc_layer_1_t *fbLayer = &list->hwLayers[last];
H A Dhwc_utils.cpp601 uint32_t last = list->numHwLayers - 1; local
602 hwc_rect_t fbDisplayFrame = list->hwLayers[last].displayFrame;
609 for (uint32_t i = 1; i < last; i++) {
/hardware/qcom/display/msm8x26/libhwcomposer/
H A Dhwc.cpp146 uint32_t last = list->numHwLayers - 1; local
147 hwc_layer_1_t *fbLayer = &list->hwLayers[last];
174 uint32_t last = list->numHwLayers - 1; local
175 hwc_layer_1_t *fbLayer = &list->hwLayers[last];
359 uint32_t last = list->numHwLayers - 1; local
360 hwc_layer_1_t *fbLayer = &list->hwLayers[last];
407 uint32_t last = list->numHwLayers - 1; local
408 hwc_layer_1_t *fbLayer = &list->hwLayers[last];
H A Dhwc_utils.cpp561 uint32_t last = list->numHwLayers - 1; local
562 hwc_rect_t fbDisplayFrame = list->hwLayers[last].displayFrame;
569 for (uint32_t i = 1; i < last; i++) {
/hardware/qcom/display/msm8974/libhwcomposer/
H A Dhwc.cpp218 uint32_t last = list->numHwLayers - 1; local
219 hwc_layer_1_t *fbLayer = &list->hwLayers[last];
407 uint32_t last = list->numHwLayers - 1; local
408 hwc_layer_1_t *fbLayer = &list->hwLayers[last];
455 uint32_t last = list->numHwLayers - 1; local
456 hwc_layer_1_t *fbLayer = &list->hwLayers[last];
499 uint32_t last = list->numHwLayers - 1; local
500 hwc_layer_1_t *fbLayer = &list->hwLayers[last];
H A Dhwc_utils.cpp562 uint32_t last = list->numHwLayers - 1; local
563 hwc_rect_t fbDisplayFrame = list->hwLayers[last].displayFrame;
570 for (uint32_t i = 1; i < last; i++) {
/hardware/ti/omap4xxx/
H A Dheaptracker.c91 static struct hdr *last; variable in typeref:struct:hdr
162 static inline void __add(struct hdr *hdr, struct hdr **first, struct hdr **last) argument
165 hdr->next = *last;
166 if (*last)
167 (*last)->prev = hdr;
170 *last = hdr;
173 static inline int __del(struct hdr *hdr, struct hdr **first, struct hdr **last) argument
178 *last = hdr->next;
194 __add(hdr, &first, &last);
204 __del(hdr, &first, &last);
291 __del_and_check(struct hdr *hdr, struct hdr **first, struct hdr **last, unsigned *cnt, int *safe) argument
[all...]
/hardware/ti/omap4xxx/hwc/
H A Dhwc.c83 struct ext_transform_t last; /* last-used settings */ member in struct:omap4_hwc_ext
88 __u32 last_mode; /* 2-s complement of last HDMI mode set, 0 if none */
155 int last_ext_ovls; /* # of overlays on external/internal display for last composition */
1379 if (ext->last.docking)
1390 ext->last = ext->current;
1420 ALOGD("prepare (%d) - %s (comp=%d, poss=%d/%d scaled, RGB=%d,BGR=%d,NV12=%d) (ext=%s%s%ddeg%s %dex/%dmx (last %dex,%din)\n",
1899 /* keep last 2 zeroes to ensure double 0 termination */

Completed in 216 milliseconds