Searched defs:unlockAndPost (Results 1 – 4 of 4) sorted by relevance
/aosp12/frameworks/base/libs/hostgraphics/gui/ | ||
H A D | Surface.h | 50 virtual int unlockAndPost() { return 0; } in unlockAndPost() function |
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/ | ||
H A D | FakeScrollCaptureConnection.java | 125 void unlockAndPost(Canvas canvas) { in unlockAndPost() method in FakeScrollCaptureConnection.HwuiContext |
/aosp12/frameworks/base/core/java/android/view/ | ||
H A D | Surface.java | 1115 void unlockAndPost(Canvas canvas) { in unlockAndPost() method in Surface.HwuiContext |
/aosp12/frameworks/native/libs/gui/ | ||
H A D | Surface.cpp | 2490 status_t Surface::unlockAndPost() in unlockAndPost() function in android::Surface |