Searched defs:ParseDouble (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/httplive/
H A DM3UParser.cpp307 status_t err = ParseDouble(line.c_str() + colonPos + 1, &x);
529 status_t M3UParser::ParseDouble(const char *s, double *x) { function in class:android::M3UParser

Completed in 41 milliseconds