Home | History | Annotate | Download | only in libmediaplayerservice

Lines Matching full:safe_strtoi64

306 static bool safe_strtoi64(const char *s, int64_t *val) {
332 if (safe_strtoi64(s, &temp)) {
629 if (safe_strtoi64(value.string(), &max_duration_ms)) {
634 if (safe_strtoi64(value.string(), &max_filesize_bytes)) {
654 if (safe_strtoi64(value.string(), &longitudex10000)) {
659 if (safe_strtoi64(value.string(), &latitudex10000)) {
664 if (safe_strtoi64(value.string(), &timeDurationUs)) {