Home
last modified time | relevance | path

Searched refs:g_emugl_dma_unlock (Results 1 – 4 of 4) sorted by relevance

/hardware/google/aemu/host-common/
Ddma_device.cpp24 emugl_dma_unlock_t g_emugl_dma_unlock = defaultDmaUnlock; variable
31 g_emugl_dma_unlock = f; in set_emugl_dma_unlock()
/hardware/google/aemu/host-common/include/host-common/
Ddma_device.h44 EMUGL_COMMON_API extern emugl_dma_unlock_t g_emugl_dma_unlock;
/hardware/google/gfxstream/host/
DChannelStream.cpp96 void ChannelStream::unlockDma(uint64_t guest_paddr) { emugl::g_emugl_dma_unlock(guest_paddr); } in unlockDma()
DRingStream.cpp340 void RingStream::unlockDma(uint64_t guest_paddr) { emugl::g_emugl_dma_unlock(guest_paddr); } in unlockDma()