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

1234

/hardware/qcom/camera/QCamera/stack/mm-camera-test/src/
H A Dmm_qcamera_dual_test.c62 goto end;
67 goto end;
72 goto end;
79 goto end;
84 goto end;
89 goto end;
95 goto end;
100 goto end;
106 goto end;
108 end
[all...]
H A Dmm_qcamera_unit_test.c58 goto end;
64 goto end;
69 goto end;
91 goto end;
102 end:
123 goto end;
128 goto end;
154 goto end;
164 end:
185 goto end;
[all...]
H A Dmm_qcamera_rdi.c81 goto end;
84 end:
145 goto end;
156 goto end;
167 goto end;
179 goto end;
183 end:
211 goto end;
214 end:
235 goto end;
[all...]
H A Dmm_qcamera_video.c64 goto end;
70 end:
225 goto end;
238 goto end;
240 end:
258 goto end;
272 goto end;
278 end:
289 goto end;
294 goto end;
[all...]
H A Dmm_qcamera_preview.c186 goto end;
193 goto end;
197 end:
215 goto end;
222 goto end;
225 end:
654 goto end;
664 goto end;
676 goto end;
678 end
[all...]
H A Dmm_qcamera_snapshot.c82 goto end;
88 end:
164 end:
188 goto end;
214 goto end;
242 goto end;
244 end:
269 end:
394 goto end;
401 end
[all...]
/hardware/ti/wlan/wl1271/CUDK/os/linux/inc/
H A DParsEvent.h38 char * end; /* End of the stream */ member in struct:stream_descr
/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/qcom/camera/
H A DQCameraParameters.cpp225 char *start, *end; local
238 *(num+i) = (int) strtol(start, &end, 10);
239 if(*end != delim && i < N-1) {
240 ALOGE("Cannot find delimeter '%c' in string \"%s\". end = %c", delim, str, *end);
243 start = end+1;
259 char *end; local
260 int w = (int)strtol(str, &end, 10);
262 if (*end != delim) {
268 int h = (int)strtol(end
[all...]
H A DQCameraHWI_Still.cpp101 goto end;
106 end:
286 goto end;
295 end:
470 goto end;
486 end:
522 goto end;
530 goto end;
550 goto end;
553 end
[all...]
/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/ril/mock-ril/src/cpp/
H A Dutil.cpp64 int end = message->GetEndColumn(); local
65 int lenErr = end - start;
66 int size = end + 1;
H A Dnode_buffer.cpp62 int32_t end = end_arg->Int32Value(); \
63 if (start < 0 || end < 0) { \
67 if (!(start <= end)) { \
69 v8::String::New("Must have start <= end"))); \
71 if ((size_t)end > parent->length_) { \
73 v8::String::New("end cannot be longer than parent.length"))); \
136 AsciiSliceExt(Buffer *parent, size_t start, size_t end) {
140 assert(start <= end);
141 length_ = end - start;
200 // args: parent, start, end
253 Buffer(Buffer *parent, size_t start, size_t end) argument
[all...]
/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/camera/QCamera/HAL/core/src/
H A DQCameraHWI_Still.cpp102 goto end;
107 end:
242 goto end;
251 end:
419 goto end;
435 end:
470 goto end;
490 goto end;
493 end:
521 goto end;
[all...]
/hardware/qcom/camera/QCamera/HAL2/core/src/
H A DQCameraHAL.cpp104 goto end;
132 end:
/hardware/qcom/camera/mm-camera-interface/
H A Dmm_camera_stream.c72 if(tmp == NULL) goto end;
81 end:
105 if(tmp == NULL) goto end;
114 end:
422 goto end;
433 goto end;
438 end:
453 goto end;
466 goto end;
472 end
[all...]
/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 ) {

Completed in 1190 milliseconds

1234