Home
last modified time | relevance | path

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

/frameworks/av/drm/libmediadrm/
DCryptoHalHidl.cpp258 status_t CryptoHalHidl::checkSharedBuffer(const ::SharedBuffer& buffer) { in checkSharedBuffer() function in android::CryptoHalHidl
320 status_t status = checkSharedBuffer(hDestination.nonsecureMemory); in decrypt()
332 status_t status = checkSharedBuffer(hSource); in decrypt()
DCryptoHalAidl.cpp75 status_t CryptoHalAidl::checkSharedBuffer(const SharedBufferHidl& buffer) { in checkSharedBuffer() function in android::CryptoHalAidl
317 status_t status = checkSharedBuffer(hDestination.nonsecureMemory); in decrypt()
329 status_t status = checkSharedBuffer(hSource); in decrypt()
/frameworks/av/drm/libmediadrm/include/mediadrm/
DCryptoHalHidl.h101 status_t checkSharedBuffer(const ::SharedBuffer& buffer);
DCryptoHalAidl.h83 status_t checkSharedBuffer(const ::SharedBuffer& buffer);