Home
last modified time | relevance | path

Searched refs:mHwcSlotGenerator (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/
H A DCachingTest.cpp34 sp<BufferStateLayer::HwcSlotGenerator> mHwcSlotGenerator = member in android::SlotGenerationTest
45 uint32_t slot = mHwcSlotGenerator->getHwcCacheSlot(id); in TEST_F()
54 uint32_t slot = mHwcSlotGenerator->getHwcCacheSlot(id); in TEST_F()
60 slot = mHwcSlotGenerator->getHwcCacheSlot(idB); in TEST_F()
63 slot = mHwcSlotGenerator->getHwcCacheSlot(idB); in TEST_F()
66 slot = mHwcSlotGenerator->getHwcCacheSlot(id); in TEST_F()
81 uint32_t slot = mHwcSlotGenerator->getHwcCacheSlot(id); in TEST_F()
86 uint32_t slot = mHwcSlotGenerator->getHwcCacheSlot(ids[i]); in TEST_F()
94 uint32_t slot = mHwcSlotGenerator->getHwcCacheSlot(id); in TEST_F()
/aosp12/frameworks/native/services/surfaceflinger/
H A DBufferStateLayer.cpp60 : BufferLayer(args), mHwcSlotGenerator(new HwcSlotGenerator()) { in BufferStateLayer()
903 mBufferInfo.mBufferSlot = mHwcSlotGenerator->getHwcCacheSlot(s.clientCacheId); in gatherBufferInfo()
926 layer->mHwcSlotGenerator = mHwcSlotGenerator; in createClone()
H A DBufferStateLayer.h216 sp<HwcSlotGenerator> mHwcSlotGenerator; variable