Searched defs:BootAction (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/cmds/bootanimation/iot/
H A DBootAction.h26 class BootAction : public RefBase { class in namespace:android
28 ~BootAction();
H A DBootAction.cpp17 #include "BootAction.h"
19 #define LOG_TAG "BootAction"
34 BootAction::~BootAction() {
40 bool BootAction::init(const std::string& libraryPath, const std::string& config) {
95 void BootAction::startPart(int partNumber, int playNumber) {
103 void BootAction::shutdown() {
109 bool BootAction::loadSymbol(const char* symbol, void** loaded) {
119 bool BootAction::parseConfig(const std::string& config, std::string* path) {
155 const char* BootAction
[all...]

Completed in 87 milliseconds