Home
last modified time | relevance | path

Searched defs:allocId (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/av/media/codec2/sfplugin/
H A DCCodec.cpp2757 static std::shared_ptr<C2BlockPool> GetPool(C2Allocator::id_t allocId) { in GetPool()
2794 for (C2Allocator::id_t allocId : allocators) { in FetchLinearBlock() local
2851 for (C2Allocator::id_t allocId : allocators) { in FetchGraphicBlock() local
/aosp12/frameworks/base/rs/java/android/renderscript/
H A DRenderScript.java674 native long rsnAllocationAdapterCreate(long con, long allocId, long typeId); in rsnAllocationAdapterCreate()
675 synchronized long nAllocationAdapterCreate(long allocId, long typeId) { in nAllocationAdapterCreate()