Home
last modified time | relevance | path

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

/frameworks/av/drm/mediadrm/plugins/clearkey/aidl/
DCryptoPlugin.cpp49 const auto NON_SECURE = DestinationBuffer::Tag::nonsecureMemory; in decrypt() local
50 if (in_args.destination.getTag() != NON_SECURE) { in decrypt()
55 const SharedBuffer& destBuffer = in_args.destination.get<NON_SECURE>(); in decrypt()