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.cpp126 TaskGeneric::TaskType childType(TaskGeneric::ETaskInvalid); in parseGeneric() local
138 childType = mParsingTable[i].type; in parseGeneric()
142 if (childTable[j].type == childType) { in parseGeneric()
150 LOGE("ModelBuilder::parseGeneric unsupported child type %d for type %d", childType, in parseGeneric()
157 childType, typeSelf); in parseGeneric()
161 LOGE("ModelBuilder::parseGeneric cannot add child type %d to type %d", childType, in parseGeneric()