Home
last modified time | relevance | path

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

/hardware/google/av/codec2/vndk/
DC2Buffer.cpp148 std::shared_ptr<C2LinearAllocation> getAllocation() const { in getAllocation() function in _C2Block1DImpl
276 c2_status_t error = mImpl->getAllocation()->map( in map()
283 (void)i->getAllocation()->unmap(base, len, nullptr); in map()
306 c2_status_t error = mImpl->getAllocation()->map( in map()
313 (void)i->getAllocation()->unmap(base, len, nullptr); in map()
823 std::shared_ptr<C2GraphicAllocation> getAllocation() const { in getAllocation() function in _C2Block2DImpl
852 mError = mImpl->getAllocation()->map( in Mapped()
872 mImpl->getAllocation()->unmap(mData, crop, nullptr); in Mapped()
897 mImpl->getAllocation()->unmap(mData, mImpl->crop(), nullptr); in ~Mapped()