Home
last modified time | relevance | path

Searched defs:TrustedPresentationCallback (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/libs/gui/include/gui/
DSurfaceComposerClient.h110 using TrustedPresentationCallback = std::function<void(void*, bool)>; variable
/frameworks/base/core/java/android/view/
DSurfaceControl.java2659 public abstract static class TrustedPresentationCallback { class in SurfaceControl
2669 private TrustedPresentationCallback() { in TrustedPresentationCallback() method in SurfaceControl.TrustedPresentationCallback