Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/tests/unittests/
DCachingTest.cpp39 uint32_t slot = mHwcSlotGenerator.getHwcCacheSlot(id); in TEST_F()
48 uint32_t slot = mHwcSlotGenerator.getHwcCacheSlot(id); in TEST_F()
54 slot = mHwcSlotGenerator.getHwcCacheSlot(idB); in TEST_F()
57 slot = mHwcSlotGenerator.getHwcCacheSlot(idB); in TEST_F()
60 slot = mHwcSlotGenerator.getHwcCacheSlot(id); in TEST_F()
75 uint32_t slot = mHwcSlotGenerator.getHwcCacheSlot(id); in TEST_F()
80 uint32_t slot = mHwcSlotGenerator.getHwcCacheSlot(ids[i]); in TEST_F()
88 uint32_t slot = mHwcSlotGenerator.getHwcCacheSlot(id); in TEST_F()
/frameworks/native/services/surfaceflinger/
DBufferStateLayer.h174 uint32_t getHwcCacheSlot(const client_cache_t& clientCacheId);
DBufferStateLayer.cpp604 hwcInfo.hwcBufferCache.getHwcBuffer(mHwcSlotGenerator->getHwcCacheSlot(s.clientCacheId), in setHwcLayerBuffer()
633 uint32_t BufferStateLayer::HwcSlotGenerator::getHwcCacheSlot(const client_cache_t& clientCacheId) { in getHwcCacheSlot() function in android::BufferStateLayer::HwcSlotGenerator