Home
last modified time | relevance | path

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

/frameworks/base/cmds/bootanimation/iot/
DBootAction.h51 typedef void (*libStartPart)(int partNumber, int playNumber); typedef
58 libStartPart mLibStartPart = nullptr;
DBootAction.cpp77 mLibStartPart = reinterpret_cast<libStartPart>(loaded); in init()