Home
last modified time | relevance | path

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

/hardware/google/aemu/host-common/include/host-common/
Ddma_device.h34 typedef void (*emugl_dma_unlock_t)(uint64_t); typedef
38 emugl_dma_unlock_t unlock;
44 EMUGL_COMMON_API extern emugl_dma_unlock_t g_emugl_dma_unlock;
47 EMUGL_COMMON_API void set_emugl_dma_unlock(emugl_dma_unlock_t);
/hardware/google/aemu/host-common/
Ddma_device.cpp24 emugl_dma_unlock_t g_emugl_dma_unlock = defaultDmaUnlock;
30 void set_emugl_dma_unlock(emugl_dma_unlock_t f) { in set_emugl_dma_unlock()