Home
last modified time | relevance | path

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

/hardware/google/aemu/host-common/
Daddress_space_host_media.cpp183 (uint8_t*)(mControlOps->get_host_ptr(info->phys_addr)) + in handleMediaRequest()
192 (uint8_t*)(mControlOps->get_host_ptr(info->phys_addr)) + in handleMediaRequest()
DGoldfishDma.cpp34 host_ptr = get_address_space_device_control_ops()->get_host_ptr(guest_paddr); in android_goldfish_dma_get_host_addr()
Daddress_space_graphics.cpp575 [](uint64_t physAddr) { return (char*)sGlobals()->controlOps()->get_host_ptr(physAddr); }, in AddressSpaceGraphicsContext()
/hardware/google/aemu/host-common/include/host-common/
Daddress_space_device.h63 address_space_device_get_host_ptr_t get_host_ptr; member