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

/frameworks/av/drm/libmediadrm/
H A DCryptoHal.cpp259 status_t CryptoHal::toSharedBuffer(const sp<IMemory>& memory, int32_t seqNum, ::SharedBuffer* buffer) { function in class:android::CryptoHal
328 status_t status = toSharedBuffer(destination.mSharedMemory, heapSeqNum,
341 status_t status = toSharedBuffer(source.mSharedMemory, heapSeqNum, &hSource);

Completed in 22 milliseconds