Home
last modified time | relevance | path

Searched refs:toSharedBuffer (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/drm/libmediadrm/
DCryptoHal.cpp300 status_t CryptoHal::toSharedBuffer(const sp<IMemory>& memory, int32_t seqNum, ::SharedBuffer* buffe… in toSharedBuffer() function in android::CryptoHal
385 status_t status = toSharedBuffer(destination.mSharedMemory, heapSeqNum, in decrypt()
401 status_t status = toSharedBuffer(source.mSharedMemory, heapSeqNum, &hSource); in decrypt()
/frameworks/av/drm/libmediadrm/include/mediadrm/
DCryptoHal.h110 status_t toSharedBuffer(const sp<IMemory>& memory, int32_t seqNum, ::SharedBuffer* buffer);