Home
last modified time | relevance | path

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

/aosp14/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp1168 int nextReadPos; in parseAnimationDesc() local
1199 &pathType, &count, &pause, path, &nextReadPos) >= 4) { in parseAnimationDesc()
1201 sscanf(l + nextReadPos, " %d #%6s %16s %16s", &framesToFadeCount, color, clockPos1, in parseAnimationDesc()
1204 sscanf(l + nextReadPos, " #%6s %16s %16s", color, clockPos1, clockPos2); in parseAnimationDesc()