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

  /frameworks/av/media/libmedia/include/media/
ICrypto.h 58 kDestinationTypeNativeHandle // secure
  /frameworks/av/media/libstagefright/
BufferImpl.cpp 63 return ICrypto::kDestinationTypeNativeHandle;
ACodecBufferChannel.cpp 126 if (secureData->getDestinationType() != ICrypto::kDestinationTypeNativeHandle) {
135 destination.mType = ICrypto::kDestinationTypeNativeHandle;
  /frameworks/av/drm/libmediadrm/
ICrypto.cpp 138 if (destination.mType == kDestinationTypeNativeHandle) {
352 if (destination.mType == kDestinationTypeNativeHandle) {
414 if (destination.mType == kDestinationTypeNativeHandle) {
CryptoHal.cpp 374 } else if (destination.mType == kDestinationTypeNativeHandle) {
  /hardware/google/av/media/sfplugin/
CCodecBufferChannel.cpp     [all...]

Completed in 336 milliseconds