Searched refs:getStrongCount (Results 1 - 5 of 5) sorted by relevance

/frameworks/av/media/libstagefright/omx/
H A DSoftOMXPlugin.cpp142 CHECK_EQ(me->getStrongCount(), 1);
/frameworks/native/opengl/libagl/
H A DTextureObjectManager.cpp288 const uint32_t refs = old->getStrongCount();
/frameworks/native/include/utils/
H A DRefBase.h74 int32_t getStrongCount() const;
177 inline int32_t getStrongCount() const { function in class:android::LightRefBase
/frameworks/native/libs/utils/
H A DRefBase.cpp387 int32_t RefBase::getStrongCount() const function in class:android::RefBase
/frameworks/native/libs/gui/tests/
H A DSurfaceTexture_test.cpp1582 EXPECT_EQ(1, buffers[0]->getStrongCount());
1587 EXPECT_EQ(2, buffers[1]->getStrongCount());
1631 EXPECT_EQ(1, buffers[0]->getStrongCount());
1632 EXPECT_EQ(1, buffers[1]->getStrongCount());
1638 EXPECT_EQ(1, buffers[2]->getStrongCount());

Completed in 4143 milliseconds