Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/impl/
DHwcBufferCache.h93 uint32_t uncache(uint64_t graphicBufferId);
/frameworks/native/libs/ui/include_vndk/ui/
DGraphicBufferAllocator.h100 buffer_handle_t* handle, uint32_t* stride, uint64_t graphicBufferId,
/frameworks/native/libs/ui/include/ui/
DGraphicBufferAllocator.h100 buffer_handle_t* handle, uint32_t* stride, uint64_t graphicBufferId,
/frameworks/native/libs/gui/
DSurfaceComposerClient.cpp602 void removeDeadBufferCallback(void* /*context*/, uint64_t graphicBufferId);
702 void removeDeadBufferCallback(void* /*context*/, uint64_t graphicBufferId) { in removeDeadBufferCallback() argument
704 BufferCache::getInstance().uncache(graphicBufferId); in removeDeadBufferCallback()