Home
last modified time | relevance | path

Searched refs:localId (Results 1 – 8 of 8) sorted by relevance

/hardware/google/av/codec2/vndk/include/
DC2BqBufferPriv.h27 C2BufferQueueBlockPool(const std::shared_ptr<C2Allocator> &allocator, const local_id_t localId);
DC2BufferPriv.h77 C2PooledBlockPool(const std::shared_ptr<C2Allocator> &allocator, const local_id_t localId);
/hardware/google/av/codec2/hidl/1.0/utils/include/codec2/hidl/1.0/
DComponent.h156 void setLocalId(const LocalId& localId);
/hardware/google/av/codec2/vndk/platform/
DC2BqBuffer.cpp459 const std::shared_ptr<C2Allocator> &allocator, const local_id_t localId) in C2BufferQueueBlockPool() argument
460 : mAllocator(allocator), mLocalId(localId), mImpl(new Impl(allocator)) {} in C2BufferQueueBlockPool()
/hardware/google/av/codec2/hidl/client/include/codec2/hidl/
Dclient.h317 C2BlockPool::local_id_t localId);
/hardware/google/av/codec2/hidl/1.0/utils/
DComponent.cpp648 void Component::setLocalId(const Component::LocalId& localId) { in setLocalId() argument
649 mLocalId = localId; in setLocalId()
/hardware/google/av/codec2/hidl/client/
Dclient.cpp836 C2BlockPool::local_id_t localId) { in destroyBlockPool() argument
838 static_cast<uint64_t>(localId)); in destroyBlockPool()
/hardware/google/av/codec2/vndk/
DC2Buffer.cpp748 const std::shared_ptr<C2Allocator> &allocator, const local_id_t localId) in C2PooledBlockPool() argument
749 : mAllocator(allocator), mLocalId(localId), mImpl(new Impl(allocator)) {} in C2PooledBlockPool()