HomeSort by relevance Sort by last modified time
    Searched refs:BootAction (Results 1 - 4 of 4) sorted by null

  /frameworks/base/cmds/bootanimation/iot/
BootAction.cpp 17 #include "BootAction.h"
19 #define LOG_TAG "BootAction"
28 BootAction::~BootAction() {
34 bool BootAction::init(const std::string& libraryPath,
86 void BootAction::startPart(int partNumber, int playNumber) {
94 void BootAction::shutdown() {
100 bool BootAction::loadSymbol(const char* symbol, void** loaded) {
BootAction.h 28 class BootAction : public RefBase {
30 ~BootAction();
iotbootanimation_main.cpp 29 #include "BootAction.h"
61 mBootAction = new BootAction();
75 // If we have a bootaction we want to wait until we are actually
98 sp<BootAction> mBootAction = nullptr;
  /frameworks/base/cmds/bootanimation/
Android.mk 34 iot/BootAction.cpp \

Completed in 97 milliseconds