Home
last modified time | relevance | path

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

/frameworks/av/drm/libmediadrm/
DCryptoHalHidl.cpp279 const drm::V1_0::DestinationBuffer& hDestination, in decrypt() argument
319 if (hDestination.type == BufferType::SHARED_MEMORY) { in decrypt()
320 status_t status = checkSharedBuffer(hDestination.nonsecureMemory); in decrypt()
325 } else if (hDestination.type == BufferType::NATIVE_HANDLE) { in decrypt()
346 hSource, offset, hDestination, in decrypt()
359 hSource, offset, hDestination, in decrypt()
DCryptoHalAidl.cpp278 const DestinationBufferHidl& hDestination, AString* errorDetailMsg) { in decrypt() argument
316 if (hDestination.type == BufferTypeHidl::SHARED_MEMORY) { in decrypt()
317 status_t status = checkSharedBuffer(hDestination.nonsecureMemory); in decrypt()
322 } else if (hDestination.type == BufferTypeHidl::NATIVE_HANDLE) { in decrypt()
349 args.destination = hidlDestinationBufferToAidlDestinationBuffer(hDestination); in decrypt()