Home
last modified time | relevance | path

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

/frameworks/av/drm/libmediadrm/
DCryptoHalHidl.cpp277 const drm::V1_0::SharedBuffer& hSource, size_t offset, in decrypt() argument
332 status_t status = checkSharedBuffer(hSource); in decrypt()
346 hSource, offset, hDestination, in decrypt()
359 hSource, offset, hDestination, in decrypt()
DCryptoHalAidl.cpp276 const SharedBufferHidl& hSource, size_t offset, in decrypt() argument
329 status_t status = checkSharedBuffer(hSource); in decrypt()
347 args.source = hidlSharedBufferToAidlSharedBuffer(hSource); in decrypt()