HomeSort by relevance Sort by last modified time
    Searched refs:getStrongCount (Results 1 - 14 of 14) 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";
  /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 148 CHECK_EQ(me->getStrongCount(), 1);
  /frameworks/rs/cpp/util/
RefBase.h 74 int32_t getStrongCount() const;
177 inline int32_t getStrongCount() const {
  /frameworks/rs/server/
RefBase.h 73 int32_t getStrongCount() const;
176 inline int32_t getStrongCount() const {
  /system/core/include/utils/
RefBase.h 78 int32_t getStrongCount() const;
188 inline int32_t getStrongCount() const {
  /frameworks/base/libs/hwui/
Caches.cpp 181 layer->getFbo(), layer->getStrongCount());
  /frameworks/native/opengl/libagl/
TextureObjectManager.cpp 288 const uint32_t refs = old->getStrongCount();
  /system/core/libutils/
RefBase.cpp 458 int32_t RefBase::getStrongCount() const
  /frameworks/base/core/jni/
android_view_ThreadedRenderer.cpp 339 if ((*it)->getStrongCount() == 1) {
    [all...]
  /hardware/intel/img/hwcomposer/merrifield/common/devices/
VirtualDevice.cpp     [all...]
  /hardware/ti/omap4xxx/camera/
CameraHal.cpp     [all...]
  /frameworks/av/services/audioflinger/
AudioFlinger.cpp     [all...]
  /hardware/ti/omap4-aah/camera/
CameraHal.cpp     [all...]

Completed in 213 milliseconds