HomeSort by relevance Sort by last modified time
    Searched refs:getStrongCount (Results 1 - 19 of 19) sorted by null

  /system/core/libutils/tests/
StrongPointer_test.cpp 40 ASSERT_EQ(0, foo->getStrongCount());
43 ASSERT_EQ(1, foo->getStrongCount());
46 ASSERT_EQ(1, foo->getStrongCount()) << "std::move failed, incremented refcnt";
RefBase_test.cpp 51 ASSERT_EQ(INITIAL_STRONG_VALUE, foo->getStrongCount());
55 ASSERT_EQ(1, foo->getStrongCount());
60 ASSERT_EQ(1, foo->getStrongCount())
180 ASSERT_TRUE(bar->getStrongCount() >= 1);
  /frameworks/base/libs/hwui/tests/unit/
ThreadBaseTests.cpp 141 return queue().runSync([t = test]()->int { return t->getStrongCount(); });
146 ASSERT_EQ(1, dummyObject->getStrongCount());
147 ASSERT_EQ(2, queue().runSync([dummyObject]() -> int { return dummyObject->getStrongCount(); }));
148 ASSERT_EQ(1, dummyObject->getStrongCount());
150 ASSERT_EQ(1, dummyObject->getStrongCount());
  /system/core/libutils/include/utils/
LightRefBase.h 46 inline int32_t getStrongCount() const {
RefBase.h 246 int32_t getStrongCount() const;
  /frameworks/native/libs/gui/tests/
SurfaceTextureGLToGL_test.cpp 196 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/
SoftOMXPlugin.cpp 169 CHECK_EQ(me->getStrongCount(), 1);
  /frameworks/rs/cpp/util/
RefBase.h 74 int32_t getStrongCount() const;
177 inline int32_t getStrongCount() const {
  /frameworks/base/libs/hwui/
Caches.cpp 174 layer->getHeight(), glLayer->getTextureId(), layer->getStrongCount());
  /frameworks/native/opengl/libagl/
TextureObjectManager.cpp 288 const uint32_t refs = old->getStrongCount();
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayer.cpp     [all...]
NuPlayerDecoder.cpp 341 crypto.get(), (crypto != NULL ? crypto->getStrongCount() : 0), mIsSecure);
    [all...]
GenericSource.cpp     [all...]
  /system/core/libutils/
RefBase.cpp 477 int32_t RefBase::getStrongCount() const
  /frameworks/av/media/libstagefright/
MediaCodec.cpp     [all...]
  /frameworks/base/core/jni/
android_view_ThreadedRenderer.cpp 375 if ((*it)->getStrongCount() == 1) {
    [all...]
  /hardware/intel/img/hwcomposer/merrifield/common/devices/
VirtualDevice.cpp     [all...]
  /frameworks/av/services/audioflinger/
AudioFlinger.cpp     [all...]
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3Device.cpp 354 __FUNCTION__, stream->getId(), stream->getStrongCount() - 1);
    [all...]

Completed in 710 milliseconds