Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/vndk/
DC2Fence.cpp62 virtual bool isHW() const = 0;
137 bool C2Fence::isHW() const { in isHW() function in C2Fence
139 return mImpl->isHW(); in isHW()
178 virtual bool isHW() const { in isHW() function in _C2FenceFactory::SurfaceFenceImpl
314 virtual bool isHW() const { in isHW() function in _C2FenceFactory::SyncFenceImpl
735 virtual bool isHW() const { in isHW() function in _C2FenceFactory::PipeFenceImpl
/frameworks/av/media/codec2/tests/vndk/
DC2FenceTest.cpp108 EXPECT_FALSE(fence.isHW()); // perhaps this should be false for a null fence in validateNullFence()
147 EXPECT_TRUE(fence.isHW()); // FIXME this may be an implementation detail in validateSingleFdFence()
263 EXPECT_TRUE(fence.isHW()); // FIXME this may be an implementation detail in validateTwoFdUnorderedFence()
339 EXPECT_TRUE(fence.isHW()); // FIXME this may be an implementation detail in validateThreeFdFence()
/frameworks/av/media/codec2/core/include/
DC2Buffer.h122 bool isHW() const;
/frameworks/av/media/codec2/sfplugin/
DCCodecBufferChannel.cpp1240 if (c2fence.isHW()) { in renderOutputBuffer()