Searched refs:getStrongCount (Results 1 – 12 of 12) sorted by relevance
/frameworks/base/libs/hwui/tests/unit/ |
D | ThreadBaseTests.cpp | 141 return queue().runSync([t = test]()->int { return t->getStrongCount(); }); in lifecycleTestHelper() 146 ASSERT_EQ(1, dummyObject->getStrongCount()); in TEST() 147 ASSERT_EQ(2, queue().runSync([dummyObject]() -> int { return dummyObject->getStrongCount(); })); in TEST() 148 ASSERT_EQ(1, dummyObject->getStrongCount()); in TEST() 150 ASSERT_EQ(1, dummyObject->getStrongCount()); in TEST()
|
/frameworks/native/libs/gui/tests/ |
D | SurfaceTextureGLToGL_test.cpp | 196 EXPECT_EQ(1, buffers[0]->getStrongCount()); in TEST_F() 201 EXPECT_EQ(3, buffers[1]->getStrongCount()); in TEST_F() 246 EXPECT_EQ(1, buffers[1]->getStrongCount()); in TEST_F() 255 EXPECT_EQ(1, buffers[0]->getStrongCount()); in TEST_F() 256 EXPECT_EQ(1, buffers[2]->getStrongCount()); in TEST_F() 258 EXPECT_EQ(2, buffers[0]->getStrongCount()); in TEST_F() 297 EXPECT_EQ(1, buffer->getStrongCount()); in TEST_F() 335 EXPECT_EQ(1, buffer->getStrongCount()); in TEST_F()
|
/frameworks/av/media/libstagefright/omx/ |
D | SoftOMXPlugin.cpp | 179 CHECK_EQ(me->getStrongCount(), 1); in destroyComponentInstance()
|
/frameworks/rs/cpp/util/ |
D | RefBase.h | 75 int32_t getStrongCount() const; 178 inline int32_t getStrongCount() const { in getStrongCount() function
|
/frameworks/native/opengl/libagl/ |
D | TextureObjectManager.cpp | 288 const uint32_t refs = old->getStrongCount(); in replaceTexture()
|
/frameworks/av/media/libmediaplayerservice/nuplayer/ |
D | NuPlayer.cpp | 1525 (mCrypto != NULL ? mCrypto->getStrongCount() : 0)); in onStart() 1987 (mCrypto != NULL ? mCrypto->getStrongCount() : 0), in instantiateDecoder() 2396 (mCrypto != NULL ? mCrypto->getStrongCount() : 0)); in performReset() 2918 mCrypto.get(), mCrypto->getStrongCount()); in onPrepareDrm() 2926 (mCrypto != NULL ? mCrypto->getStrongCount() : 0)); in onPrepareDrm() 2968 (mCrypto != NULL ? mCrypto->getStrongCount() : 0)); in onReleaseDrm()
|
D | NuPlayerDecoder.cpp | 347 crypto.get(), (crypto != NULL ? crypto->getStrongCount() : 0), mIsSecure); in onConfigure()
|
D | GenericSource.cpp | 1658 (*outCrypto != NULL ? (*outCrypto)->getStrongCount() : 0)); in prepareDrm()
|
/frameworks/av/media/libstagefright/ |
D | MediaCodec.cpp | 1144 ALOGV("onReleaseCrypto: mCrypto: %p (%d)", mCrypto.get(), mCrypto->getStrongCount()); in onReleaseCrypto() 1148 mCrypto.get(), mCrypto->getStrongCount()); in onReleaseCrypto() 2468 mCrypto.get(), (mCrypto != NULL ? mCrypto->getStrongCount() : 0)); in onMessageReceived() 2474 mCrypto.get(), (mCrypto != NULL ? mCrypto->getStrongCount() : 0)); in onMessageReceived() 3097 mCrypto.get(), (mCrypto != NULL ? mCrypto->getStrongCount() : 0)); in setState()
|
/frameworks/native/libs/binder/ndk/ |
D | ibinder.cpp | 459 return binder->getStrongCount(); in AIBinder_debugGetRefCount()
|
/frameworks/base/core/jni/ |
D | android_view_ThreadedRenderer.cpp | 337 if ((*it)->getStrongCount() == 1) { in trimPausedVDAnimators()
|
/frameworks/av/services/camera/libcameraservice/device3/ |
D | Camera3Device.cpp | 429 __FUNCTION__, stream->getId(), stream->getStrongCount() - 1); in disconnectImpl()
|