Searched defs:first (Results 1 - 7 of 7) sorted by relevance

/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/osal/
H A DExynos_OSAL_Queue.h44 EXYNOS_QElem *first; member in struct:_EXYNOS_QUEUE
/hardware/qcom/audio/legacy/alsa_sound/
H A DALSAStreamOps.cpp263 bool first = true; local
282 value += (first ? append : String8("|") + append);
283 first = false;
/hardware/invensense/60xx/mlsdk/mllite/
H A Dcompass.c316 static unsigned char first = TRUE; local
318 if (first) {
334 first = FALSE;
H A DmlFIFO.c552 inv_error_t first = INV_SUCCESS; local
554 ERROR_CHECK_FIRST(first, result);
556 ERROR_CHECK_FIRST(first, result);
558 return first;
748 // to see if fifo_scale is non-zero first, or equal to (1L<<30)
1060 * the data comes out the first time:
1292 * for a subset. The first element is temperature, the next 3 are gyro data,
2132 * are called first.
/hardware/ti/omap4xxx/
H A Dheaptracker.c90 static struct hdr *first; variable in typeref:struct:hdr
162 static inline void __add(struct hdr *hdr, struct hdr **first, struct hdr **last) argument
169 *first = hdr;
173 static inline int __del(struct hdr *hdr, struct hdr **first, struct hdr **last) argument
182 *first = hdr->prev;
194 __add(hdr, &first, &last);
204 __del(hdr, &first, &last);
292 struct hdr **first, struct hdr **last, unsigned *cnt,
299 __del(hdr, first, last);
325 &first,
291 __del_and_check(struct hdr *hdr, struct hdr **first, struct hdr **last, unsigned *cnt, int *safe) argument
[all...]
/hardware/qcom/audio/hal/
H A Daudio_hw.c1341 bool first = true; local
1350 if (!first) {
1354 first = false;
/hardware/qcom/camera/QCamera2/HAL/
H A DQCameraParameters.cpp828 * @p1 : first array element
1151 // first check if picture size is within the list of supported sizes
2814 * DESCRIPTION: initialize default parameters for the first time
3368 * @first : [output] first value of the pair
3378 int *first,
3383 // Find the first integer.
3395 *first = w;
3377 parse_pair(const char *str, int *first, int *second, char delim, char **endptr = NULL) argument

Completed in 316 milliseconds