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

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

Completed in 21 milliseconds