Searched refs:hDestination (Results 1 – 2 of 2) sorted by relevance
279 const drm::V1_0::DestinationBuffer& hDestination, in decrypt() argument319 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()
278 const DestinationBufferHidl& hDestination, AString* errorDetailMsg) { in decrypt() argument316 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()