Home
last modified time | relevance | path

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

/hardware/google/aemu/host-common/
Ddma_device.cpp18 static void* defaultDmaGetHostAddr(uint64_t guest_paddr) { return nullptr; } in defaultDmaGetHostAddr() function
23 emugl_dma_get_host_addr_t g_emugl_dma_get_host_addr = defaultDmaGetHostAddr;