Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp456 if (mStartPropertySetThread->join() != NO_ERROR) { in bootFinished()
726 mStartPropertySetThread = new StartPropertySetThread(false); in init()
728 mStartPropertySetThread = new StartPropertySetThread(true); in init()
731 if (mStartPropertySetThread->Start() != NO_ERROR) { in init()
758 mStartPropertySetThread->Start(); in startBootAnim()
760 if (mStartPropertySetThread->join() != NO_ERROR) { in startBootAnim()
DSurfaceFlinger.h579 sp<StartPropertySetThread> mStartPropertySetThread = nullptr; variable