Searched defs:refcount (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/media/libstagefright/
H A DMediaBuffer.cpp156 int MediaBuffer::refcount() const { function in class:android::MediaBuffer
/frameworks/base/libs/audioflinger/
H A DAudioPolicyManagerBase.cpp614 LOGW("stopOutput() refcount is already 0 for output %d", output);
1881 uint32_t refcount = 0; local
1883 refcount += mRefCount[i];
1885 return refcount;

Completed in 7274 milliseconds