Searched defs:end (Results 1 - 25 of 28) sorted by relevance

12

/hardware/ti/omap4xxx/
H A Dmapinfo.h7 unsigned end; member in struct:mapinfo
/hardware/ril/reference-ril/
H A Dat_tok.c111 char *end; local
114 l = strtoul(ret, &end, base);
116 l = strtol(ret, &end, base);
120 if (end == ret) {
/hardware/qcom/display/msm8960/libmemtrack/
H A Dkgsl.c110 unsigned long end; local
117 if (sscanf(line, "%8lx-%8lx", &start, &end) == 2) {
/hardware/qcom/display/msm8974/libmemtrack/
H A Dkgsl.c110 unsigned long end; local
117 if (sscanf(line, "%8lx-%8lx", &start, &end) == 2) {
/hardware/akm/AK8975_FS/akmdfs/
H A DAKFS_Measure.c148 This function calculates "minimum - (end - start)".
150 @param end The time of after execution.
155 const struct timespec* end,
166 endL = (end->tv_sec * 1000000000) + end->tv_nsec;
154 AKFS_CalcSleep( const struct timespec* end, const struct timespec* start, const int64_t minimum ) argument
/hardware/libhardware_legacy/qemu/
H A Dqemu.c354 char header[5], *end; local
381 len = strtol( header, &end, 16 );
382 if ( len < 0 || end == NULL || end != header+4 || len > answersize ) {
/hardware/samsung_slsi/exynos5/libv4l2/
H A Dexynos_mc.c362 * @brief Locate the pad at the other end of a link.
363 * @param pad - sink pad at one end of the link.
619 char *end; local
624 for (end = (char *)p + 1; *end && *end != '"'; ++end);
625 if (*end != '"')
628 entity = exynos_media_get_entity_by_name(media, p + 1, end - p - 1);
632 ++end;
678 char *end; local
721 char *end; local
765 char *end; local
[all...]
/hardware/ti/wlan/mac80211/ti-utils/
H A Dcalibrator.c114 const char *start, *lend, *end; local
151 end = strchr(start, '\0');
155 lend = end;
160 } while (end != lend);
H A Dini.c33 char *pos, *end, *sstart; local
60 end = strchr(sstart, '#');
61 if (end) {
62 *end-- = '\0';
64 end = pos + strlen(pos) - 1;
68 while (end > pos &&
69 (*end == '\n' || *end == ' ' || *end == '\t' ||
70 *end
[all...]
/hardware/libhardware/tests/camera2/
H A Dcamera2_utils.cpp51 freeBuffers(mEntries.begin(), mEntries.end());
52 freeBuffers(mStreamSlot.begin(), mStreamSlot.end());
109 slotEntry != mStreamSlot.end();
149 freeBuffers(mStreamSlot.begin(), mStreamSlot.end());
155 freeBuffers(++mStreamSlot.begin(), mStreamSlot.end());
170 freeBuffers(mStreamSlot.begin(), mStreamSlot.end());
179 List<camera_metadata_t*>::iterator end) {
180 while (start != end) {
178 freeBuffers(List<camera_metadata_t*>::iterator start, List<camera_metadata_t*>::iterator end) argument
/hardware/qcom/display/msm8960/libhwcomposer/
H A Dhwc_copybit.cpp32 int end; member in struct:qhwc::range
38 r.end = region.numRects;
52 if (me->r.current != me->r.end) {
/hardware/qcom/display/msm8974/libexternal/
H A Dexternal.cpp385 char *start, *end; local
390 end = &delim;
391 while(*end == delim) {
392 edidModes[count] = (int) strtol(start, &end, 10);
393 start = end+1;
/hardware/qcom/display/msm8974/libhwcomposer/
H A Dhwc_copybit.cpp33 int end; member in struct:qhwc::range
39 r.end = region.numRects;
53 if (me->r.current != me->r.end) {
/hardware/qcom/display/msm8x26/libhwcomposer/
H A Dhwc_copybit.cpp32 int end; member in struct:qhwc::range
38 r.end = region.numRects;
52 if (me->r.current != me->r.end) {
/hardware/qcom/display/msm8960/libexternal/
H A Dexternal.cpp387 char *start, *end; local
392 end = &delim;
393 while(*end == delim) {
394 edidModes[count] = (int) strtol(start, &end, 10);
395 start = end+1;
/hardware/qcom/display/msm8x26/libexternal/
H A Dexternal.cpp387 char *start, *end; local
392 end = &delim;
393 while(*end == delim) {
394 edidModes[count] = (int) strtol(start, &end, 10);
395 start = end+1;
/hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
H A Dh264_utils.cpp79 : begin (_begin), end(_end), pos (- 1), bit (0),
103 if (begin + pos == end)
460 } // end of switch
461 } // end of if
486 void perf_metrics::end(OMX_U32 units_cntr) function in class:perf_metrics
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
H A Dh264_utils.cpp75 : begin (_begin), end(_end), pos (- 1), bit (0),
99 if (begin + pos == end) {
425 } // end of switch
426 } // end of if
449 void perf_metrics::end(OMX_U32 units_cntr) function in class:perf_metrics
/hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/
H A Dh264_utils.h165 RbspParser (const uint8 *begin, const uint8 *end);
176 const uint8 *begin, *end; member in class:RbspParser
225 void end(OMX_U32 units_cntr = 0);
/hardware/qcom/media/mm-video-legacy/vidc/venc/test/
H A Dvenc_test.cpp1328 bool end = false; local
1339 end = true;
1346 end = true;
1348 } while (!end && !feof(m_pDynConfFile));
2251 } // end switch (msg.id)
2272 } // end while (!bQuit)
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/
H A Dh264_utils.h170 RbspParser (const uint8 *begin, const uint8 *end);
181 const uint8 *begin, *end; member in class:RbspParser
229 void end(OMX_U32 units_cntr = 0);
/hardware/qcom/media/mm-video-v4l2/vidc/venc/test/
H A Dvenc_test.cpp1340 bool end = false; local
1352 end = true;
1361 end = true;
1364 } while (!end && !feof(m_pDynConfFile));
2257 } // end switch (msg.id)
2278 } // end while (!bQuit)
/hardware/ti/omap4xxx/test/CameraHal/
H A Dcamera_test_menu.cpp437 unsigned long long st, end, delay; local
443 end = current_time.tv_sec * 1000000 + current_time.tv_usec;
444 delay = end - st;
2361 unsigned long long st, end, delay; local
2512 end = current_time.tv_sec * 1000000 + current_time.tv_usec;
2513 delay = end - st;
/hardware/ti/wlan/mac80211/wpa_supplicant_lib/
H A Ddriver_mac80211.c328 char *pos, *end, *custom, *buf; local
331 end = data + len;
333 while (pos + IW_EV_LCP_LEN <= end) {
394 if (custom + iwe->u.data.length > end) {
403 if (custom + iwe->u.data.length > end) {
424 if (custom + iwe->u.data.length > end) {
433 if (custom + iwe->u.data.length > end) {
442 if (custom + iwe->u.data.length > end) {
691 wpa_printf(MSG_DEBUG, "%d extra bytes in the end of netlink "
894 char *end)
892 wext_get_scan_ssid(struct iw_event *iwe, struct wext_scan_data *res, char *custom, char *end) argument
969 wext_get_scan_rate(struct iw_event *iwe, struct wext_scan_data *res, char *pos, char *end) argument
1000 wext_get_scan_iwevgenie(struct iw_event *iwe, struct wext_scan_data *res, char *custom, char *end) argument
1028 wext_get_scan_custom(struct iw_event *iwe, struct wext_scan_data *res, char *custom, char *end) argument
1103 u8 *pos, *end, *ssid_ie = NULL, *rate_ie = NULL; local
[all...]
/hardware/qcom/media/mm-video-legacy/vidc/vdec/test/
H A Domx_vdec_test.cpp1241 printf(" 1 --> Play the clip till the end\n");
3482 unsigned int end = (unsigned int)(pBufHdr->pBuffer + pBufHdr->nAllocLen); local
3504 // read to the end of existing extra data sections
3507 while (addr < end && pExtraData->eType != OMX_ExtraDataFrameInfo)

Completed in 688 milliseconds

12