Searched refs:enterType (Results 1 – 1 of 1) sorted by relevance
266 Result enterType(const char *name, bool update);352 status_t enterType(const char **attrs);725 err = enterType(attrs); in startElementHandler()1084 status_t MediaCodecsXmlParser::Impl::Parser::enterType(const char **attrs) { in enterType() function in android::MediaCodecsXmlParser::Impl::Parser1115 return mState->enterType(a_name, update); in enterType()1119 MediaCodecsXmlParser::Impl::State::enterType(const char *name, bool update) { in enterType() function in android::MediaCodecsXmlParser::Impl::State