Searched defs:unlockDma (Results 1 – 3 of 3) sorted by relevance
/hardware/google/gfxstream/host/ | ||
D | ChannelStream.cpp | 96 void ChannelStream::unlockDma(uint64_t guest_paddr) { emugl::g_emugl_dma_unlock(guest_paddr); } in unlockDma() function in gfxstream::ChannelStream |
D | RingStream.cpp | 340 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/ | ||
D | VkReconstruction.cpp | 210 virtual void unlockDma(uint64_t guest_paddr) {} in unlockDma() function in gfxstream::vk::TrivialStream |