Home
last modified time | relevance | path

Searched refs:set_emugl_dma_get_host_addr (Results 1 – 3 of 3) sorted by relevance

/hardware/google/aemu/host-common/
Ddma_device.cpp26 void set_emugl_dma_get_host_addr(emugl_dma_get_host_addr_t f) { in set_emugl_dma_get_host_addr() function
/hardware/google/aemu/host-common/include/host-common/
Ddma_device.h46 EMUGL_COMMON_API void set_emugl_dma_get_host_addr(emugl_dma_get_host_addr_t);
/hardware/google/gfxstream/host/
DRenderLibImpl.cpp83 emugl::set_emugl_dma_get_host_addr(ops.get_host_addr); in setDmaOps()