Searched refs:addRemoteRefcount (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/include/media/stagefright/
H A DMediaBuffer.h123 int addRemoteRefcount(int32_t value) { function in class:android::MediaBuffer
125 return reinterpret_cast<SharedControl *>(mMemory->pointer())->addRemoteRefcount(value);
191 inline int32_t addRemoteRefcount(int32_t value) { function in struct:android::MediaBuffer::SharedControl
/frameworks/av/media/libstagefright/foundation/include/
H A DMediaBuffer.h123 int addRemoteRefcount(int32_t value) { function in class:android::MediaBuffer
125 return reinterpret_cast<SharedControl *>(mMemory->pointer())->addRemoteRefcount(value);
191 inline int32_t addRemoteRefcount(int32_t value) { function in struct:android::MediaBuffer::SharedControl
/frameworks/av/media/libstagefright/include/
H A DMediaBuffer.h123 int addRemoteRefcount(int32_t value) { function in class:android::MediaBuffer
125 return reinterpret_cast<SharedControl *>(mMemory->pointer())->addRemoteRefcount(value);
191 inline int32_t addRemoteRefcount(int32_t value) { function in struct:android::MediaBuffer::SharedControl
/frameworks/av/media/libmedia/
H A DIMediaSource.cpp62 int32_t old = addRemoteRefcount(-1);
415 transferBuf->addRemoteRefcount(1);

Completed in 234 milliseconds