Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/sfplugin/
DCCodec.cpp2184 static std::shared_ptr<C2BlockPool> GetPool(C2Allocator::id_t allocId) { in GetPool()
2219 for (C2Allocator::id_t allocId : allocators) { in FetchLinearBlock() local
2276 for (C2Allocator::id_t allocId : allocators) { in FetchGraphicBlock() local
/frameworks/base/rs/java/android/renderscript/
DRenderScript.java669 native long rsnAllocationAdapterCreate(long con, long allocId, long typeId); in rsnAllocationAdapterCreate()
670 synchronized long nAllocationAdapterCreate(long allocId, long typeId) { in nAllocationAdapterCreate()