Searched refs:toSharedBuffer (Results 1 – 3 of 3) sorted by relevance
/frameworks/av/drm/libmediadrm/ |
D | CryptoHal.cpp | 300 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/include/mediadrm/ |
D | CryptoHal.h | 110 status_t toSharedBuffer(const sp<IMemory>& memory, int32_t seqNum, ::SharedBuffer* buffer);
|
/frameworks/av/media/libmedia/include/media/ |
D | CryptoHal.h | 110 status_t toSharedBuffer(const sp<IMemory>& memory, int32_t seqNum, ::SharedBuffer* buffer);
|