Searched refs:end (Results 1 - 25 of 66) sorted by relevance

123

/hardware/qcom/camera/QCamera2/stack/mm-camera-test/src/
H A Dmm_qcamera_dual_test.c93 goto end;
98 goto end;
105 goto end;
111 goto end;
117 goto end;
125 goto end;
133 goto end;
141 goto end;
147 goto end;
154 goto end;
[all...]
/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/ti/omap4xxx/
H A Dmapinfo.h7 unsigned end; member in struct:mapinfo
H A Dmapinfo.c11 while (p <= end) {
39 mi->end = strtoul(line + 9, 0, 16);
83 if((pc >= mi->start) && (pc < mi->end)){
96 if((pc >= mi->start) && (pc < mi->end)){
/hardware/ti/omap4xxx/security/smc_pa_ctrl/
H A Dsmc_pa_ctrl_linux.c176 goto end;
184 goto end;
191 goto end;
205 goto end;
219 goto end;
228 end:
260 goto end;
269 goto end;
274 end:
/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/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/
H A DTrustletSession.cpp58 for ( it = buffers.begin() ; it != buffers.end(); it++ )
91 if (buffers.find(pWsm->handle) != buffers.end()) {
102 if (buffers.find(handle) == buffers.end()) {
/hardware/samsung_slsi/exynos5/mobicore/daemon/ClientLib/
H A DDevice.cpp62 while (sessionIterator != sessionList.end()) {
69 while (wsmIterator != wsmL2List.end()) {
118 while (interator != sessionList.end()) {
139 interator != sessionList.end();
188 for (iterator = wsmL2List.begin(); iterator != wsmL2List.end(); ++iterator) {
219 iterator != wsmL2List.end();
H A DSession.cpp63 iterator != bulkBufferDescriptors.end();
117 iterator != bulkBufferDescriptors.end();
151 iterator != bulkBufferDescriptors.end();
169 iterator != bulkBufferDescriptors.end();
/hardware/akm/AK8975_FS/akmdfs/
H A DAKFS_Measure.h51 const struct timespec* end,
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/samsung_slsi/exynos5/mobicore/daemon/Daemon/Server/
H A DServer.cpp100 iterator != peerConnections.end();
162 while ( (iterator != peerConnections.end())
206 iterator != peerConnections.end();
228 while (iterator != peerConnections.end()) {
H A DNetlinkServer.cpp186 for (i = peerConnections.begin(); i != peerConnections.end(); i++) {
201 if (i != peerConnections.end()) {
225 if (i != peerConnections.end()) {
/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/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/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/camera/QCamera2/stack/mm-jpeg-interface/test/
H A Dmm_jpeg_test.c271 goto end;
278 goto end;
286 goto end;
303 end:
/hardware/ti/omap4xxx/security/tf_crypto_sst/
H A Dpkcs11_session.c329 goto end;
381 goto end;
393 end:
/hardware/qcom/audio/legacy/alsa_sound/
H A DAudioHardwareALSA.cpp217 it != mDeviceList.end(); ++it) {
640 ALSAHandleList::iterator it = mDeviceList.end();
651 ALSAHandleList::iterator it = mDeviceList.end();
655 for(it = mDeviceList.begin(); it != mDeviceList.end(); ++it) {
681 ALSAHandleList::iterator it = mDeviceList.end();
750 it != mDeviceList.end(); ++it) {
797 it = mDeviceList.end();
888 ALSAHandleList::iterator it = mDeviceList.end();
952 ALSAHandleList::iterator it = mDeviceList.end();
1045 ALSAHandleList::iterator it = mDeviceList.end();
[all...]
/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/ti/wlan/mac80211/ti-utils/
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/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-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/ti/omap4xxx/security/tf_daemon/
H A Dlib_manifest2.c165 /* This is the start of a comment. Skip until end of line or end of file */
477 goto end;
486 goto end;
497 /* Hit the end of the manifest; Check that we're not in the middle of a sequence */
504 end:

Completed in 567 milliseconds

123