Home
last modified time | relevance | path

Searched refs:childType (Results 1 – 1 of 1) sorted by relevance

/cts/suite/audio_quality/lib/src/task/
DModelBuilder.cpp123 TaskGeneric::TaskType childType(TaskGeneric::ETaskInvalid); in parseGeneric() local
135 childType = mParsingTable[i].type; in parseGeneric()
139 if (childTable[j].type == childType) { in parseGeneric()
147 LOGE("ModelBuilder::parseGeneric unsupported child type %d for type %d", childType, in parseGeneric()
154 childType, typeSelf); in parseGeneric()
158 LOGE("ModelBuilder::parseGeneric cannot add child type %d to type %d", childType, in parseGeneric()