Home
last modified time | relevance | path

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

/frameworks/av/media/libmedia/
DICrypto.cpp144 dstType = kDestinationTypeVmPointer; in decrypt()
153 } else if (dstType == kDestinationTypeVmPointer) { in decrypt()
322 dstType = kDestinationTypeVmPointer; in onTransact()
369 if (dstType == kDestinationTypeVmPointer) { in onTransact()
/frameworks/av/include/media/
DICrypto.h50 kDestinationTypeVmPointer, // non-secure enumerator
/frameworks/av/drm/libmediadrm/
DCrypto.cpp259 dstType != kDestinationTypeVmPointer, in decrypt()
/frameworks/av/media/libstagefright/
DMediaCodec.cpp2534 dst_type = ICrypto::kDestinationTypeVmPointer; in onQueueInputBuffer()