Home
last modified time | relevance | path

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

/frameworks/av/media/libmedia/
DICrypto.cpp139 if (dstType == kDestinationTypeNativeHandle) { in decrypt()
315 if (dstType == kDestinationTypeNativeHandle) { in onTransact()
376 } else if (dstType == kDestinationTypeNativeHandle) { in onTransact()
/frameworks/av/include/media/
DICrypto.h52 kDestinationTypeNativeHandle // secure enumerator
/frameworks/av/media/libstagefright/
DMediaCodec.cpp2527 dst_type = ICrypto::kDestinationTypeNativeHandle; in onQueueInputBuffer()