Home
last modified time | relevance | path

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

/frameworks/libs/systemui/iconloaderlib/src_full_lib/com/android/launcher3/icons/
DIconFactory.java36 int poolId; in obtain() local
44 poolId = sPoolId; in obtain()
50 poolId); in obtain()
64 private IconFactory(Context context, int fillResIconDpi, int iconBitmapSize, int poolId) { in IconFactory() argument
66 mPoolId = poolId; in IconFactory()
/frameworks/av/media/codec2/vndk/
DC2Store.cpp339 C2BlockPool::local_id_t poolId, in _createBlockPool() argument
356 allocator, poolId); in _createBlockPool()
358 mBlockPools[poolId] = ptr; in _createBlockPool()
359 mComponents[poolId] = component; in _createBlockPool()
368 allocator, poolId); in _createBlockPool()
370 mBlockPools[poolId] = ptr; in _createBlockPool()
371 mComponents[poolId] = component; in _createBlockPool()
380 std::make_shared<C2PooledBlockPool>(allocator, poolId); in _createBlockPool()
382 mBlockPools[poolId] = ptr; in _createBlockPool()
383 mComponents[poolId] = component; in _createBlockPool()
[all …]
/frameworks/av/media/codec2/components/base/
DSimpleC2Component.cpp478 C2BlockPool::local_id_t poolId = in processQueue() local
486 poolId = outputPools->m.values[0]; in processQueue()
491 err = GetCodec2BlockPool(poolId, shared_from_this(), &blockPool); in processQueue()
493 (unsigned long long)poolId, in processQueue()
/frameworks/ml/nn/common/
DExecutionBurstServer.cpp283 const int32_t poolId = data[index].poolIdentifier(); in deserialize() local
287 slots.push_back(poolId); in deserialize()