Home
last modified time | relevance | path

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

/frameworks/base/cmds/bootanimation/iot/
DBootAction.h52 typedef void (*libShutdown)(); typedef
59 libShutdown mLibShutdown = nullptr;
DBootAction.cpp68 mLibShutdown = reinterpret_cast<libShutdown>(loaded); in init()