Searched refs:sCachedSurfacesLock (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/include/gui/
H A DSurface.h168 static Mutex sCachedSurfacesLock; member in class:android::Surface
/frameworks/native/libs/gui/
H A DSurface.cpp265 Mutex Surface::sCachedSurfacesLock; member in class:android::Surface
269 Mutex::Autolock _l(sCachedSurfacesLock);
289 // with sCachedSurfacesLock held.

Completed in 43 milliseconds