Home
last modified time | relevance | path

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

/aosp_15_r20/hardware/google/aemu/host-common/
Daddress_space_device_control_ops.cpp27 const struct address_space_device_control_ops &get_emugl_address_space_device_control_ops() { in get_emugl_address_space_device_control_ops() function
/aosp_15_r20/hardware/google/aemu/host-common/include/host-common/
Daddress_space_device_control_ops.h29 …MON_API const struct address_space_device_control_ops& get_emugl_address_space_device_control_ops(…
/aosp_15_r20/hardware/google/gfxstream/host/vulkan/
DVkDecoderGlobalState.cpp384 if (get_emugl_address_space_device_control_ops().control_get_hw_funcs && in Impl()
385 get_emugl_address_space_device_control_ops().control_get_hw_funcs()) { in Impl()
386 mUseOldMemoryCleanupPath = 0 == get_emugl_address_space_device_control_ops() in Impl()
4908 get_emugl_address_space_device_control_ops().register_deallocation_callback( in mapHostVisibleMemoryToGuestPhysicalAddressLocked()