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

  /frameworks/av/media/libmedia/include/media/
ICrypto.h 57 kDestinationTypeSharedMemory, // non-secure
  /cts/hostsidetests/security/securityPatch/CVE-2017-13253/
poc.cpp 72 .mType = ICrypto::kDestinationTypeSharedMemory, .mHandle = NULL, .mSharedMemory = destMemory
  /frameworks/av/media/libstagefright/
ACodecBufferChannel.cpp 138 destination.mType = ICrypto::kDestinationTypeSharedMemory;
154 if (destination.mType == ICrypto::kDestinationTypeSharedMemory) {
  /frameworks/av/drm/libmediadrm/
CryptoHal.cpp 366 if (destination.mType == kDestinationTypeSharedMemory) {
ICrypto.cpp 358 } else if (destination.mType == kDestinationTypeSharedMemory) {
  /hardware/google/av/media/sfplugin/
CCodecBufferChannel.cpp     [all...]

Completed in 105 milliseconds