Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/tests/unittests/
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()
/frameworks/native/services/surfaceflinger/
DBufferStateLayer.cpp60 : BufferLayer(args), mHwcSlotGenerator(new HwcSlotGenerator()) { in BufferStateLayer()
905 mBufferInfo.mBufferSlot = mHwcSlotGenerator->getHwcCacheSlot(s.clientCacheId); in gatherBufferInfo()
928 layer->mHwcSlotGenerator = mHwcSlotGenerator; in createClone()
DBufferStateLayer.h215 sp<HwcSlotGenerator> mHwcSlotGenerator; variable