Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/tests/unittests/
DCachingTest.cpp45 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.h187 uint32_t getHwcCacheSlot(const client_cache_t& clientCacheId);
DBufferStateLayer.cpp822 uint32_t BufferStateLayer::HwcSlotGenerator::getHwcCacheSlot(const client_cache_t& clientCacheId) { in getHwcCacheSlot() function in android::BufferStateLayer::HwcSlotGenerator
905 mBufferInfo.mBufferSlot = mHwcSlotGenerator->getHwcCacheSlot(s.clientCacheId); in gatherBufferInfo()