Home
last modified time | relevance | path

Searched refs:getHwcSlotAndBuffer (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/services/surfaceflinger/CompositionEngine/tests/
DHwcBufferCacheTest.cpp42 HwcSlotAndBuffer slotAndBufferFor1 = cache.getHwcSlotAndBuffer(mBuffer1); in TEST_F()
46 HwcSlotAndBuffer slotAndBufferFor2 = cache.getHwcSlotAndBuffer(mBuffer2); in TEST_F()
56 HwcSlotAndBuffer originalSlotAndBuffer = cache.getHwcSlotAndBuffer(mBuffer1); in TEST_F()
60 HwcSlotAndBuffer finalSlotAndBuffer = cache.getHwcSlotAndBuffer(mBuffer1); in TEST_F()
74 slotsAndBuffers[i] = cache.getHwcSlotAndBuffer(graphicBuffers[i]); in TEST_F()
92 HwcSlotAndBuffer slotAndBufferFor1 = cache.getHwcSlotAndBuffer(mBuffer1); in TEST_F()
95 HwcSlotAndBuffer slotAndBufferFor2 = cache.getHwcSlotAndBuffer(mBuffer2); in TEST_F()
112 HwcSlotAndBuffer slotAndBufferFor1 = cache.getHwcSlotAndBuffer(mBuffer1); in TEST_F()
140 slotsAndBuffers[i] = cache.getHwcSlotAndBuffer(graphicBuffers[i]); in TEST_F()
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/impl/
DHwcBufferCache.h77 HwcSlotAndBuffer getHwcSlotAndBuffer(const sp<GraphicBuffer>& buffer);
/frameworks/native/services/surfaceflinger/CompositionEngine/src/
DHwcBufferCache.cpp30 HwcSlotAndBuffer HwcBufferCache::getHwcSlotAndBuffer(const sp<GraphicBuffer>& buffer) { in getHwcSlotAndBuffer() function in android::compositionengine::impl::HwcBufferCache
DOutputLayer.cpp694 state.hwc->hwcBufferCache.getHwcSlotAndBuffer(outputIndependentState.buffer); in writeBufferStateToHWC()