Home
last modified time | relevance | path

Searched refs:kDestinationTypeSharedMemory (Results 1 – 5 of 5) sorted by relevance

/frameworks/av/drm/libmediadrm/interface/mediadrm/
DICrypto.h57 kDestinationTypeSharedMemory, // non-secure enumerator
/frameworks/av/media/libstagefright/
DACodecBufferChannel.cpp139 destination.mType = ICrypto::kDestinationTypeSharedMemory; in queueSecureInputBuffer()
155 if (destination.mType == ICrypto::kDestinationTypeSharedMemory) { in queueSecureInputBuffer()
/frameworks/av/drm/libmediadrm/
DCryptoHal.cpp383 if (destination.mType == kDestinationTypeSharedMemory) { in decrypt()
DICrypto.cpp371 } else if (destination.mType == kDestinationTypeSharedMemory) { in onTransact()
/frameworks/av/media/codec2/sfplugin/
DCCodecBufferChannel.cpp439 destination.mType = ICrypto::kDestinationTypeSharedMemory; in queueSecureInputBuffer()
450 if (destination.mType == ICrypto::kDestinationTypeSharedMemory) { in queueSecureInputBuffer()