Home
last modified time | relevance | path

Searched refs:getHeapSeqNum (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/media/libstagefright/include/
DACodecBufferChannel.h135 int32_t getHeapSeqNum(const sp<HidlMemory> &memory);
/frameworks/av/media/codec2/sfplugin/
DCCodecBufferChannel.h247 int32_t getHeapSeqNum(const sp<hardware::HidlMemory> &memory);
DCCodecBufferChannel.cpp347 int32_t CCodecBufferChannel::getHeapSeqNum(const sp<HidlMemory> &memory) { in getHeapSeqNum() function in android::CCodecBufferChannel
395 int32_t heapSeqNum = getHeapSeqNum(memory); in attachEncryptedBuffer()
/frameworks/av/media/libstagefright/
DACodecBufferChannel.cpp319 int32_t ACodecBufferChannel::getHeapSeqNum(const sp<HidlMemory> &memory) { in getHeapSeqNum() function in android::ACodecBufferChannel
377 int32_t heapSeqNum = getHeapSeqNum(memory); in attachEncryptedBuffer()