Searched defs:Mapped (Results 1 - 1 of 1) sorted by relevance

/hardware/google/av/codec2/vndk/
H A DC2Buffer.cpp842 struct Mapped { struct in class:_C2BufferPoolAllocator::AllocParams::_C2MappingBlock2DImpl
846 Mapped(const std::shared_ptr<_C2Block2DImpl> &impl, bool writable, C2Fence *fence __unused) function in struct:_C2BufferPoolAllocator::AllocParams::_C2MappingBlock2DImpl::Mapped
886 explicit Mapped(c2_status_t error) function in struct:_C2BufferPoolAllocator::AllocParams::_C2MappingBlock2DImpl::Mapped
895 ~Mapped() {
928 std::shared_ptr<Mapped> map(bool writable, C2Fence *fence) {
930 std::shared_ptr<Mapped> existing = mMapped.lock();
932 existing = std::shared_ptr<Mapped>(new Mapped(shared_from_this(), writable, fence));
937 existing = std::shared_ptr<Mapped>(new Mapped(C2_CANNOT_D
[all...]

Completed in 56 milliseconds