Home
last modified time | relevance | path

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

/frameworks/base/cmds/bootanimation/iot/
DBootAction.h49 typedef bool (*libInit)(const ABootActionParameter* parameters, typedef
57 libInit mLibInit = nullptr;
62 libInit mLibSilentBoot = nullptr;
DBootAction.cpp62 mLibInit = reinterpret_cast<libInit>(loaded); in init()
87 mLibSilentBoot = reinterpret_cast<libInit>(loaded); in init()