Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DBackgroundExecutor.cpp38 Work* work = mWorks.pop(); in BackgroundExecutor()
41 work = mWorks.pop(); in BackgroundExecutor()
72 mWorks.push(work); in sendCallbacks()
DBackgroundExecutor.h54 LocklessStack<Work> mWorks; variable