Home
last modified time | relevance | path

Searched refs:kDestinationTypeNativeHandle (Results 1 – 6 of 6) sorted by relevance

/frameworks/av/media/libstagefright/
DBufferImpl.cpp63 return ICrypto::kDestinationTypeNativeHandle; in getDestinationType()
DACodecBufferChannel.cpp126 if (secureData->getDestinationType() != ICrypto::kDestinationTypeNativeHandle) { in queueSecureInputBuffer()
136 destination.mType = ICrypto::kDestinationTypeNativeHandle; in queueSecureInputBuffer()
/frameworks/av/drm/libmediadrm/interface/mediadrm/
DICrypto.h58 kDestinationTypeNativeHandle // secure enumerator
/frameworks/av/drm/libmediadrm/
DICrypto.cpp138 if (destination.mType == kDestinationTypeNativeHandle) { in decrypt()
365 if (destination.mType == kDestinationTypeNativeHandle) { in onTransact()
427 if (destination.mType == kDestinationTypeNativeHandle) { in onTransact()
DCryptoHal.cpp391 } else if (destination.mType == kDestinationTypeNativeHandle) { in decrypt()
/frameworks/av/media/codec2/sfplugin/
DCCodecBufferChannel.cpp436 destination.mType = ICrypto::kDestinationTypeNativeHandle; in queueSecureInputBuffer()