Home
last modified time | relevance | path

Searched defs:decCount (Results 1 – 3 of 3) sorted by relevance

/hardware/google/aemu/base/
DGraphicsObjectCounter.cpp33 void decCount(size_t type) { in decCount() function in android::base::GraphicsObjectCounter::Impl
68 void GraphicsObjectCounter::decCount(size_t type) { mImpl->decCount(type); } in decCount() function in android::base::GraphicsObjectCounter
DGLObjectCounter.cpp50 void decCount(size_t type) { in decCount() function in android::base::GLObjectCounter::Impl
104 void GLObjectCounter::decCount(size_t type) { in decCount() function in android::base::GLObjectCounter
/hardware/interfaces/sensors/common/default/2.X/multihal/tests/
DScopedWakelock_test.cpp29 size_t decCount = 0; member in android::hardware::sensors::V2_0::implementation::RefCounter