Home
last modified time | relevance | path

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

/hardware/google/av/codec2/tests/vndk/
DC2BufferTest.cpp248 &mLinearAllocation); in allocateLinear()
250 mLinearAllocation.reset(); in allocateLinear()
256 ASSERT_TRUE(mLinearAllocation); in mapLinear()
257 c2_status_t err = mLinearAllocation->map( in mapLinear()
274 ASSERT_TRUE(mLinearAllocation); in unmapLinear()
279 ASSERT_EQ(C2_OK, mLinearAllocation->unmap(mAddr, mSize, nullptr)); in unmapLinear()
334 std::shared_ptr<C2LinearAllocation> mLinearAllocation; member in android::C2BufferTest