Searched refs:kDestinationTypeSharedMemory (Results 1 - 5 of 5) sorted by path

/frameworks/av/drm/libmediadrm/
H A DCryptoHal.cpp326 if (destination.mType == kDestinationTypeSharedMemory) {
H A DICrypto.cpp358 } else if (destination.mType == kDestinationTypeSharedMemory) {
/frameworks/av/include/media/
H A DICrypto.h57 kDestinationTypeSharedMemory, // non-secure enumerator in enum:android::ICrypto::DestinationType
/frameworks/av/media/libmedia/include/media/
H A DICrypto.h57 kDestinationTypeSharedMemory, // non-secure enumerator in enum:android::ICrypto::DestinationType
/frameworks/av/media/libstagefright/
H A DACodecBufferChannel.cpp128 destination.mType = ICrypto::kDestinationTypeSharedMemory;
144 ICrypto::kDestinationTypeSharedMemory ?
171 if (result > 0 && destination.mType == ICrypto::kDestinationTypeSharedMemory) {
181 if (destination.mType == ICrypto::kDestinationTypeSharedMemory) {

Completed in 659 milliseconds