Searched refs:enterType (Results 1 – 1 of 1) sorted by relevance
272 Result enterType(const char *name, bool update);360 status_t enterType(const char **attrs);750 err = enterType(attrs); in startElementHandler()1170 status_t MediaCodecsXmlParser::Impl::Parser::enterType(const char **attrs) { in enterType() function in android::MediaCodecsXmlParser::Impl::Parser1201 return mState->enterType(a_name, update); in enterType()1205 MediaCodecsXmlParser::Impl::State::enterType(const char *name, bool update) { in enterType() function in android::MediaCodecsXmlParser::Impl::State