Home
last modified time | relevance | path

Searched defs:unlockAndPost (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/libs/hostgraphics/gui/
DSurface.h50 virtual int unlockAndPost() { return 0; } in unlockAndPost() function
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/screenshot/
DFakeScrollCaptureConnection.java125 void unlockAndPost(Canvas canvas) { in unlockAndPost() method in FakeScrollCaptureConnection.HwuiContext
/frameworks/base/core/java/android/view/
DSurface.java1117 void unlockAndPost(Canvas canvas) { in unlockAndPost() method in Surface.HwuiContext
/frameworks/native/libs/gui/
DSurface.cpp2510 status_t Surface::unlockAndPost() in unlockAndPost() function in android::Surface