Home
last modified time | relevance | path

Searched refs:end (Results 1 – 25 of 113) sorted by relevance

12345

/device/moto/shamu/camera/QCamera2/stack/mm-camera-test/src/
Dmm_qcamera_dual_test.c93 goto end; in mm_app_dtc_0()
98 goto end; in mm_app_dtc_0()
105 goto end; in mm_app_dtc_0()
111 goto end; in mm_app_dtc_0()
117 goto end; in mm_app_dtc_0()
125 goto end; in mm_app_dtc_0()
133 goto end; in mm_app_dtc_0()
141 goto end; in mm_app_dtc_0()
147 goto end; in mm_app_dtc_0()
154 goto end; in mm_app_dtc_0()
[all …]
/device/lge/bullhead/camera/QCamera2/stack/mm-camera-test/src/
Dmm_qcamera_dual_test.c93 goto end; in mm_app_dtc_0()
98 goto end; in mm_app_dtc_0()
105 goto end; in mm_app_dtc_0()
111 goto end; in mm_app_dtc_0()
117 goto end; in mm_app_dtc_0()
125 goto end; in mm_app_dtc_0()
133 goto end; in mm_app_dtc_0()
141 goto end; in mm_app_dtc_0()
147 goto end; in mm_app_dtc_0()
154 goto end; in mm_app_dtc_0()
[all …]
/device/huawei/angler/camera/QCamera2/stack/mm-camera-test/src/
Dmm_qcamera_dual_test.c93 goto end; in mm_app_dtc_0()
98 goto end; in mm_app_dtc_0()
105 goto end; in mm_app_dtc_0()
111 goto end; in mm_app_dtc_0()
117 goto end; in mm_app_dtc_0()
125 goto end; in mm_app_dtc_0()
133 goto end; in mm_app_dtc_0()
141 goto end; in mm_app_dtc_0()
147 goto end; in mm_app_dtc_0()
154 goto end; in mm_app_dtc_0()
[all …]
/device/moto/shamu/camera/QCamera/stack/mm-camera-test/src/
Dmm_qcamera_dual_test.c93 goto end; in mm_app_dtc_0()
98 goto end; in mm_app_dtc_0()
105 goto end; in mm_app_dtc_0()
111 goto end; in mm_app_dtc_0()
117 goto end; in mm_app_dtc_0()
125 goto end; in mm_app_dtc_0()
133 goto end; in mm_app_dtc_0()
141 goto end; in mm_app_dtc_0()
147 goto end; in mm_app_dtc_0()
154 goto end; in mm_app_dtc_0()
[all …]
Dmm_qcamera_unit_test.c69 goto end; in mm_app_tc_0()
75 goto end; in mm_app_tc_0()
80 goto end; in mm_app_tc_0()
101 goto end; in mm_app_tc_0()
112 end: in mm_app_tc_0()
133 goto end; in mm_app_tc_1()
138 goto end; in mm_app_tc_1()
164 goto end; in mm_app_tc_1()
174 end: in mm_app_tc_1()
195 goto end; in mm_app_tc_2()
[all …]
Dmm_qcamera_preview.c227 goto end; in mm_app_open_camera()
234 goto end; in mm_app_open_camera()
238 end: in mm_app_open_camera()
255 goto end; in mm_app_open_camera_stats()
262 goto end; in mm_app_open_camera_stats()
266 end: in mm_app_open_camera_stats()
283 goto end; in mm_app_open_zsl()
290 goto end; in mm_app_open_zsl()
293 end: in mm_app_open_zsl()
817 goto end; in mm_app_prepare_stats()
[all …]
Dmm_qcamera_rdi.c128 goto end; in mm_app_open_rdi()
131 end: in mm_app_open_rdi()
202 goto end; in mm_app_prepare_rdi()
215 goto end; in mm_app_prepare_rdi()
217 end: in mm_app_prepare_rdi()
248 goto end; in mm_app_streamon_rdi()
251 end: in mm_app_streamon_rdi()
275 goto end; in mm_app_start_rdi()
280 goto end; in mm_app_start_rdi()
283 end: in mm_app_start_rdi()
[all …]
Dmm_qcamera_video.c72 goto end; in mm_app_dump_video_frame()
78 end: in mm_app_dump_video_frame()
240 goto end; in mm_app_config_video()
253 goto end; in mm_app_config_video()
255 end: in mm_app_config_video()
273 goto end; in mm_app_prepare_video()
287 goto end; in mm_app_prepare_video()
293 end: in mm_app_prepare_video()
304 goto end; in mm_app_unprepare_video()
309 goto end; in mm_app_unprepare_video()
[all …]
Dmm_qcamera_snapshot.c97 goto end; in mm_app_dump_snapshot_frame()
103 end: in mm_app_dump_snapshot_frame()
480 goto end; in mm_app_add_snapshot_stream()
489 goto end; in mm_app_add_snapshot_stream()
491 end: in mm_app_add_snapshot_stream()
524 goto end; in mm_app_config_raw_format()
527 end: in mm_app_config_raw_format()
548 goto end; in mm_app_config_snapshot_format()
557 goto end; in mm_app_config_snapshot_format()
559 end: in mm_app_config_snapshot_format()
[all …]
Dmm_qcamera_pp.c178 goto end; in prepareReprocess()
197 goto end; in prepareReprocess()
216 goto end; in prepareReprocess()
239 goto end; in prepareReprocess()
263 goto end; in prepareReprocess()
328 end: in prepareReprocess()
365 goto end; in startPreviewPP()
379 goto end; in startPreviewPP()
408 goto end; in startPreviewPP()
427 goto end; in startPreviewPP()
[all …]
/device/generic/goldfish/gps/
Dgps_qemu.c60 const char* end; member
71 nmea_tokenizer_init( NmeaTokenizer* t, const char* p, const char* end ) in nmea_tokenizer_init() argument
77 if (p < end && p[0] == '$') in nmea_tokenizer_init()
81 if (end > p && end[-1] == '\n') { in nmea_tokenizer_init()
82 end -= 1; in nmea_tokenizer_init()
83 if (end > p && end[-1] == '\r') in nmea_tokenizer_init()
84 end -= 1; in nmea_tokenizer_init()
88 if (end >= p+3 && end[-3] == '*') { in nmea_tokenizer_init()
89 end -= 3; in nmea_tokenizer_init()
92 while (p < end) { in nmea_tokenizer_init()
[all …]
/device/generic/goldfish/camera/
DEmulatedCameraHotplugThread.cpp71 for (it = mSubscribers.begin(); it != mSubscribers.end(); ++it) { in requestExit()
119 Vector<int>::const_iterator it, end; in readyToRun() local
121 end = mSubscribedCameraIds.end(); in readyToRun()
122 for (; it != end; ++it) { in readyToRun()
251 Vector<int>::const_iterator it, end; in getCameraId() local
253 end = mSubscribedCameraIds.end(); in getCameraId()
254 for (; it != end; ++it) { in getCameraId()
325 for (it = mSubscribers.begin(); it != mSubscribers.end(); ++it) { in removeWatch()
331 if (it != mSubscribers.end()) { in removeWatch()
DEmulatedFakeCamera3.cpp199 for (StreamIterator s = mStreams.begin(); s != mStreams.end(); s++) { in closeCamera()
297 for (StreamIterator s = mStreams.begin(); s != mStreams.end(); ++s) { in configureStreams()
341 for (StreamIterator s = mStreams.begin(); s != mStreams.end();) { in configureStreams()
1270 availableStreamConfigurations.insert(availableStreamConfigurations.end(), in constructStaticInfo()
1272 availableStreamConfigurationsBasic.end()); in constructStaticInfo()
1275 availableStreamConfigurations.insert(availableStreamConfigurations.end(), in constructStaticInfo()
1277 availableStreamConfigurationsRaw.end()); in constructStaticInfo()
1280 availableStreamConfigurations.insert(availableStreamConfigurations.end(), in constructStaticInfo()
1282 availableStreamConfigurationsBurst.end()); in constructStaticInfo()
1309 availableMinFrameDurations.insert(availableMinFrameDurations.end(), in constructStaticInfo()
[all …]
/device/moto/shamu/camera/QCamera/HAL/core/src/
DQCameraParameters.cpp237 char *start, *end; in parseNDimVector() local
250 *(num+i) = (int) strtol(start, &end, 10); in parseNDimVector()
251 if(*end != delim && i < N-1) { in parseNDimVector()
252 ALOGE("Cannot find delimeter '%c' in string \"%s\". end = %c", delim, str, *end); in parseNDimVector()
255 start = end+1; in parseNDimVector()
271 char *end; in parse_pair() local
272 int w = (int)strtol(str, &end, 10); in parse_pair()
274 if (*end != delim) { in parse_pair()
280 int h = (int)strtol(end+1, &end, 10); in parse_pair()
286 *endptr = end; in parse_pair()
/device/google/dragon/audio/hal/
Dcras_expr.c13 static const char *copy_str(const char *begin, const char *end) in copy_str() argument
15 char *s = malloc(end - begin + 1); in copy_str()
16 memcpy(s, begin, end - begin); in copy_str()
17 s[end - begin] = '\0'; in copy_str()
36 const char *end) in value_set_string2() argument
40 value->u.string = copy_str(begin, end); in value_set_string2()
323 const char *end) in new_string_literal() argument
328 value_set_string2(&expr->u.literal, begin, end); in new_string_literal()
333 const char *end) in new_variable() argument
338 expr->u.variable = copy_str(begin, end); in new_variable()
[all …]
/device/google/contexthub/firmware/src/platform/stm32f4xx/
Dcrt_stm32f4xx.c128 uint32_t *dst, *src, *end; in ResetISR() local
133 end = __data_end; in ResetISR()
134 while(dst != end) in ResetISR()
139 end = __bss_end; in ResetISR()
140 while(dst != end) in ResetISR()
/device/google/contexthub/firmware/misc/platform/stm32f4xx/
Dm3debug.script38 end
43 end
51 end
/device/google/dragon/recovery/updater/
Dvboot_interface.c123 off_t fmap_scan_offset(struct flash_device *dev, off_t end) in fmap_scan_offset() argument
126 uint32_t off = end - (end % 64); /* start on a 64-byte boundary */ in fmap_scan_offset()
411 uint8_t *block, *nvram, *end, *curr; in vbnv_readwrite() local
443 end = block + size; in vbnv_readwrite()
444 for (curr = block; curr < end; curr += VB_NVDATA_SIZE) { in vbnv_readwrite()
462 if (curr != end) in vbnv_readwrite()
/device/asus/fugu/libaudio/
DAudioStreamOut.cpp161 for (I = mPhysOutputs.begin(); I != mPhysOutputs.end(); ++I) in releaseAllOutputs()
473 for (I = mPhysOutputs.begin(); I != mPhysOutputs.end(); ++I) in updateTargetOutputs()
486 while (I != mPhysOutputs.end()) { in updateTargetOutputs()
555 for (I = mPhysOutputs.begin(); I != mPhysOutputs.end(); ++I) { in adjustOutputs()
633 for (I = mPhysOutputs.begin(); I != mPhysOutputs.end(); ++I) { in write()
650 for (I = mPhysOutputs.begin(); I != mPhysOutputs.end(); ++I) { in write()
702 for (I = mPhysOutputs.begin(); I != mPhysOutputs.end(); ++I) { in getNextWriteTimestamp_internal()
716 for (I = mPhysOutputs.begin(); I != mPhysOutputs.end(); ++I) { in getNextWriteTimestamp_internal()
767 for (I = outSnapshot.begin(); I != outSnapshot.end(); ++I) in dump()
/device/generic/goldfish/audio/
Daudio_hw.c130 char *end; in out_set_parameters() local
138 val = strtol(value, &end, 10); in out_set_parameters()
139 if (errno == 0 && (end != NULL) && (*end == '\0') && ((int)val == val)) { in out_set_parameters()
286 char *end; in in_set_parameters() local
294 val = strtol(value, &end, 10); in in_set_parameters()
295 if ((errno == 0) && (end != NULL) && (*end == '\0') && ((int)val == val)) { in in_set_parameters()
/device/google/contexthub/util/nanoapp_encr/
Dnanoapp_encr.c272 char *end = NULL; in main() local
287 uint64_t tmp = strtoull(argv[i], &end, 16); in main()
288 if (*end == '\0') in main()
292 uint32_t tmp = strtoul(argv[i], &end, 16); in main()
293 if (*end == '\0') in main()
/device/google/contexthub/util/nanotool/
Dnanomessage.cpp134 std::copy(buffer.begin(), buffer.end(), event_data.begin()); in Populate()
196 buffer.insert(buffer.end(), extra_data_.begin(), extra_data_.end()); in GetBytes()
/device/moto/shamu/camera/QCamera/HAL2/core/src/
DQCameraHAL.cpp104 goto end; in HAL_getCameraInfo()
132 end: in HAL_getCameraInfo()
/device/google/dragon/crash_collector/
Dcoredump_writer.cc308 const long end = GetValueFromNote<long>( in GetFileMappings() local
312 if (start == kInvalidValue || end == kInvalidValue || in GetFileMappings()
318 FileInfo& info = (*file_mappings)[std::make_pair(start, end)]; in GetFileMappings()
403 const long offset = it != file_mappings.end() ? it->second.offset : 0; in WriteMaps()
404 const std::string path = it != file_mappings.end() ? it->second.path : ""; in WriteMaps()
/device/moto/shamu/camera/QCamera2/HAL/
DQCameraMem.cpp491 for( ; it != mPools[i].end() ; it++) { in clear()
532 for ( ; it != mPools[streamType].end() ; it++) { in findBufferLocked()
1410 goto end; in allocate()
1418 goto end; in allocate()
1426 goto end; in allocate()
1434 goto end; in allocate()
1443 goto end; in allocate()
1476 goto end; in allocate()
1501 goto end; in allocate()
1526 goto end; in allocate()
[all …]

12345