HomeSort by relevance Sort by last modified time
    Searched refs:sCachedSurfacesLock (Results 1 - 2 of 2) sorted by null

  /frameworks/native/include/gui/
Surface.h 170 static Mutex sCachedSurfacesLock;
  /frameworks/native/libs/gui/
Surface.cpp 277 Mutex Surface::sCachedSurfacesLock;
281 Mutex::Autolock _l(sCachedSurfacesLock);
301 // with sCachedSurfacesLock held.

Completed in 126 milliseconds