Home
last modified time | relevance | path

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

/frameworks/base/cmds/bootanimation/
DBootAnimation.cpp1209 int nextReadPos; in parseAnimationDesc() local
1240 &pathType, &count, &pause, path, &nextReadPos) >= 4) { in parseAnimationDesc()
1242 sscanf(l + nextReadPos, " %d #%6s %16s %16s", &framesToFadeCount, color, clockPos1, in parseAnimationDesc()
1245 sscanf(l + nextReadPos, " #%6s %16s %16s", color, clockPos1, clockPos2); in parseAnimationDesc()