Home
last modified time | relevance | path

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

/frameworks/base/cmds/bootanimation/iot/
DBootAction.cpp77 mLibStartPart = reinterpret_cast<libStartPart>(loaded); in init()
110 if (mLibStartPart == nullptr) return; in startPart()
113 mLibStartPart(partNumber, playNumber); in startPart()
DBootAction.h58 libStartPart mLibStartPart = nullptr; variable