Home
last modified time | relevance | path

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

/hardware/google/aemu/host-common/include/host-common/
Daddress_space_device.h51 typedef void (*address_space_device_deallocation_callback_t)(void* context, uint64_t gpa); typedef
52 …deallocation_callback_t)(void* context, uint64_t gpa, address_space_device_deallocation_callback_t
/hardware/google/aemu/host-common/
Daddress_space_device.cpp159 …sterDeallocationCallback(uint64_t gpa, void* context, address_space_device_deallocation_callback_t in registerDeallocationCallback()
446 address_space_device_deallocation_callback_t func;
512 void* context, uint64_t gpa, address_space_device_deallocation_callback_t func) { in sAddressSpaceDeviceRegisterDeallocationCallback()