Searched refs:getHwcCacheSlot (Results 1 – 3 of 3) sorted by relevance
39 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()
174 uint32_t getHwcCacheSlot(const client_cache_t& clientCacheId);
604 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