Home
last modified time | relevance | path

Searched defs:unlockDma (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gfxstream/host/
DChannelStream.cpp96 void ChannelStream::unlockDma(uint64_t guest_paddr) { emugl::g_emugl_dma_unlock(guest_paddr); } in unlockDma() function in gfxstream::ChannelStream
DRingStream.cpp340 void RingStream::unlockDma(uint64_t guest_paddr) { emugl::g_emugl_dma_unlock(guest_paddr); } in unlockDma() function in gfxstream::RingStream
/hardware/google/gfxstream/host/vulkan/
DVkReconstruction.cpp210 virtual void unlockDma(uint64_t guest_paddr) {} in unlockDma() function in gfxstream::vk::TrivialStream