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

/frameworks/native/services/surfaceflinger/
H A DStartBootAnimThread.cpp18 #include "StartBootAnimThread.h"
22 StartBootAnimThread::StartBootAnimThread(): function in class:android::StartBootAnimThread
26 status_t StartBootAnimThread::Start() {
27 return run("SurfaceFlinger::StartBootAnimThread", PRIORITY_NORMAL);
30 bool StartBootAnimThread::threadLoop() {
H A DStartBootAnimThread.h27 class StartBootAnimThread : public Thread { class in namespace:android
34 StartBootAnimThread();

Completed in 39 milliseconds