Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp687 if (mStartPropertySetThread->join() != NO_ERROR) { in bootFinished()
846 mStartPropertySetThread = getFactory().createStartPropertySetThread(presentFenceReliable); in init()
848 if (mStartPropertySetThread->Start() != NO_ERROR) { in init()
875 mStartPropertySetThread->Start(); in startBootAnim()
877 if (mStartPropertySetThread->join() != NO_ERROR) { in startBootAnim()
DSurfaceFlinger.h1198 sp<StartPropertySetThread> mStartPropertySetThread; variable