Home
last modified time | relevance | path

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

/frameworks/av/include/mediadrm/
DICrypto.h56 enum DestinationType { enum
62 DestinationType mType;
/frameworks/av/media/libmedia/include/media/
DICrypto.h56 enum DestinationType { enum
62 DestinationType mType;
/frameworks/av/media/libstagefright/include/
DSecureBuffer.h43 ICrypto::DestinationType getDestinationType();
/frameworks/av/media/libstagefright/
DBufferImpl.cpp62 ICrypto::DestinationType SecureBuffer::getDestinationType() { in getDestinationType()
/frameworks/av/drm/libmediadrm/
DICrypto.cpp351 destination.mType = (DestinationType)data.readInt32(); in onTransact()