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

/frameworks/native/libs/gui/tests/
H A DSurfaceTextureGLToGL_test.cpp196 EXPECT_EQ(1, buffers[0]->getStrongCount());
201 EXPECT_EQ(3, buffers[1]->getStrongCount());
246 EXPECT_EQ(1, buffers[1]->getStrongCount());
255 EXPECT_EQ(1, buffers[0]->getStrongCount());
256 EXPECT_EQ(1, buffers[2]->getStrongCount());
258 EXPECT_EQ(2, buffers[0]->getStrongCount());
297 EXPECT_EQ(1, buffer->getStrongCount());
335 EXPECT_EQ(1, buffer->getStrongCount());
/frameworks/av/media/libstagefright/omx/
H A DSoftOMXPlugin.cpp148 CHECK_EQ(me->getStrongCount(), 1);
/frameworks/base/libs/hwui/
H A DCaches.cpp178 layer->getFbo(), layer->getStrongCount());
/frameworks/native/opengl/libagl/
H A DTextureObjectManager.cpp288 const uint32_t refs = old->getStrongCount();
/frameworks/rs/cpp/util/
H A DRefBase.h74 int32_t getStrongCount() const;
177 inline int32_t getStrongCount() const { function in class:android::RSC::LightRefBase
/frameworks/rs/server/
H A DRefBase.h73 int32_t getStrongCount() const;
176 inline int32_t getStrongCount() const { function in class:android::LightRefBase
/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp2166 } else if (mRecordTeeSink->getStrongCount() != 1) {

Completed in 548 milliseconds