Searched refs:enterType (Results 1 – 1 of 1) sorted by relevance
250 Result enterType(const char *name, bool update);336 status_t enterType(const char **attrs);709 err = enterType(attrs); in startElementHandler()1068 status_t MediaCodecsXmlParser::Impl::Parser::enterType(const char **attrs) { in enterType() function in android::MediaCodecsXmlParser::Impl::Parser1099 return mState->enterType(a_name, update); in enterType()1103 MediaCodecsXmlParser::Impl::State::enterType(const char *name, bool update) { in enterType() function in android::MediaCodecsXmlParser::Impl::State