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

/frameworks/av/media/libstagefright/include/
H A DM3UParser.h79 static status_t ParseInt32(const char *s, int32_t *x);
/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 65 milliseconds