Searched refs:retval (Results 1 - 11 of 11) sorted by relevance

/system/keymaster/
H A Dgoogle_keymaster_utils.cpp22 uint8_t* retval = new uint8_t[size]; local
23 if (retval != NULL)
24 memcpy(retval, buf, size);
25 return retval;
/system/media/camera/docs/
H A Dmetadata-parser-sanity-check37 local retval=$?
38 if [[ $retval -ne 0 ]]
45 return $retval
H A Dmetadata-generate171 local retval=$?
173 if [[ $retval -ne 0 ]]; then
179 return $retval
/system/extras/tests/fstest/
H A Dperm_checker.c227 int retval = 0; local
233 retval++;
240 if ((retval + rules_matched) > 1)
244 if (retval)
246 if (rules_matched || retval)
247 return retval;
256 retval++;
267 retval++;
275 retval++; // In case no rules either matched or failed, be sure to fail
277 if (retval)
288 int retval = 0; local
316 int retval = 0; local
367 int retval = 0; local
[all...]
/system/core/toolbox/upstream-netbsd/lib/libutil/
H A Draise_default_signal.c68 int retval, oerrno; local
70 retval = -1;
99 retval = 0;
114 return retval;
/system/core/fs_mgr/
H A Dfs_mgr_verity.c90 int retval = -1; local
112 retval = 0;
116 return retval;
157 int retval = FS_MGR_SETUP_VERITY_FAIL; local
186 retval = FS_MGR_SETUP_VERITY_DISABLED;
240 retval = FS_MGR_SETUP_VERITY_SUCCESS;
246 if (retval != FS_MGR_SETUP_VERITY_SUCCESS) {
253 return retval;
379 int retval = FS_MGR_SETUP_VERITY_FAIL; local
398 return retval;
[all...]
/system/core/adb/
H A Ddisable_verity_service.c88 int retval = -1; local
142 retval = 0;
146 return retval;
/system/core/logd/
H A DLogBuffer.cpp414 size_t retval = stats.sizes(id); local
416 return retval;
434 size_t retval = log_buffer_size(id); local
436 return retval;
H A DLogStatistics.cpp97 char *retval = NULL; local
99 retval = strdup("logd.auditd");
110 retval = strdup(buffer);
116 return retval;
/system/extras/micro_bench/
H A Dmicro_bench.cpp454 int retval; local
458 retval = strcmp_func(reinterpret_cast<char*>(buf1), reinterpret_cast<char*>(buf2)); \
459 if (retval != 0) printf("%s failed, return value %d\n", name, retval));
467 int retval; local
475 retval = strcmp_func(reinterpret_cast<char*>(buf1), reinterpret_cast<char*>(buf2)); \
476 if (retval != 0) printf("%s failed, return value %d\n", name, retval));
/system/vold/
H A Dcryptfs.c1082 int retval = -1; local
1137 retval = 0;
1142 return retval;
1150 int retval = -1; local
1166 retval = 0;
1171 return retval;

Completed in 436 milliseconds