Searched refs:mStartPropertySetThread (Results 1 – 2 of 2) sorted by relevance
687 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()
1198 sp<StartPropertySetThread> mStartPropertySetThread; variable