Searched refs:endptr (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/camera/
H A DCameraParameters.cpp290 char **endptr = NULL)
307 if (endptr) {
308 *endptr = end;
/frameworks/compile/mclinker/lib/LD/
H A DELFWriter.cpp164 char* endptr; local
165 result = strtoull(entry_name.data(), &endptr, 0);
166 if (*endptr != '\0') {
/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp2491 char *endptr; local
2492 unsigned long ul = strtoul(value, &endptr, 0);
2493 if (*endptr == '\0' && ul != 0) {

Completed in 241 milliseconds