Home
last modified time | relevance | path

Searched refs:mLocalId (Results 1 – 6 of 6) sorted by relevance

/hardware/google/av/codec2/vndk/include/
DC2BqBufferPriv.h36 return mLocalId; in getLocalId()
69 const local_id_t mLocalId; variable
DC2BufferPriv.h86 return mLocalId; in getLocalId()
119 const local_id_t mLocalId; variable
/hardware/google/av/codec2/hidl/1.0/utils/include/codec2/hidl/1.0/
DComponent.h155 LocalId mLocalId; member
/hardware/google/av/codec2/hidl/1.0/utils/
DComponent.cpp649 mLocalId = localId; in setLocalId()
663 mStore->reportComponentDeath(mLocalId); in ~Component()
/hardware/google/av/codec2/vndk/platform/
DC2BqBuffer.cpp460 : mAllocator(allocator), mLocalId(localId), mImpl(new Impl(allocator)) {} in C2BufferQueueBlockPool()
/hardware/google/av/codec2/vndk/
DC2Buffer.cpp749 : mAllocator(allocator), mLocalId(localId), mImpl(new Impl(allocator)) {} in C2PooledBlockPool()