Home
last modified time | relevance | path

Searched defs:refcount (Results 1 – 4 of 4) sorted by relevance

/aosp12/system/bt/osi/src/
H A Dbuffer.cc31 size_t refcount; member
/aosp12/frameworks/av/media/libstagefright/include/media/stagefright/
H A DMediaBuffer.h90 virtual int refcount() const { in refcount() function
/aosp12/system/memory/libmeminfo/libdmabufinfo/
H A Ddmabufinfo_test.cpp514 size_t refcount, uint64_t buf_size, bool expectFdrefs, in readAndCheckDmaBuffer()
/aosp12/frameworks/base/services/core/java/com/android/server/adb/
H A DAdbDebuggingManager.java938 int refcount = mConnectedKeys.get(key) - 1; in handleMessage() local