Searched defs:isFrontBuffered (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/frameworks/native/services/surfaceflinger/FrontEnd/ | ||
H A D | LayerSnapshot.cpp | 340 bool LayerSnapshot::isFrontBuffered() const { in isFrontBuffered() function in android::surfaceflinger::frontend::LayerSnapshot |
/aosp_15_r20/frameworks/native/services/surfaceflinger/tests/unittests/ | ||
H A D | LayerInfoTest.cpp | 272 TEST_F(LayerInfoTest, isFrontBuffered) { in TEST_F() argument |
H A D | LayerSnapshotTest.cpp | 1456 TEST_F(LayerSnapshotTest, isFrontBuffered) { in TEST_F() argument |
/aosp_15_r20/frameworks/native/services/surfaceflinger/Scheduler/ | ||
H A D | LayerInfo.cpp | 416 bool LayerInfo::isFrontBuffered() const { in isFrontBuffered() function in android::scheduler::LayerInfo |
H A D | LayerInfo.h | 376 bool isFrontBuffered = false; member |