HomeSort by relevance Sort by last modified time
    Searched refs:kDestinationTypeNativeHandle (Results 1 - 7 of 7) sorted by null

  /frameworks/av/drm/libmediadrm/
MediaCasDefs.cpp 66 if (dstType != kDestinationTypeNativeHandle
111 if (dstType == kDestinationTypeNativeHandle) {
127 if (dstType != kDestinationTypeNativeHandle
168 if (dstType == kDestinationTypeNativeHandle) {
ICrypto.cpp 138 if (destination.mType == kDestinationTypeNativeHandle) {
352 if (destination.mType == kDestinationTypeNativeHandle) {
403 if (destination.mType == kDestinationTypeNativeHandle) {
Crypto.cpp 257 if (destination.mType == kDestinationTypeNativeHandle) {
  /frameworks/av/include/media/
MediaCasDefs.h 70 kDestinationTypeNativeHandle // secure
  /frameworks/av/media/libmedia/include/media/
ICrypto.h 58 kDestinationTypeNativeHandle // secure
  /frameworks/av/media/libstagefright/
BufferImpl.cpp 59 return ICrypto::kDestinationTypeNativeHandle;
ACodecBufferChannel.cpp 122 if (destination.mType != ICrypto::kDestinationTypeNativeHandle) {
146 DescrambleInfo::kDestinationTypeNativeHandle;

Completed in 722 milliseconds