Home
last modified time | relevance | path

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

/hardware/google/aemu/host-common/include/host-common/
Daddress_space_device.hpp24 AEMU_EXPORT void goldfish_address_space_set_vm_operations(const QAndroidVmOperations* vmops);
Daddress_space_device.h79 void address_space_set_vm_operations(const QAndroidVmOperations* vmops);
/hardware/google/aemu/host-common/
Daddress_space_device.hpp24 AEMU_EXPORT void goldfish_address_space_set_vm_operations(const QAndroidVmOperations* vmops);
Daddress_space_device.cpp565 void address_space_set_vm_operations(const QAndroidVmOperations* vmops) { in address_space_set_vm_operations() argument
566 sVmOps = vmops; in address_space_set_vm_operations()
574 void goldfish_address_space_set_vm_operations(const QAndroidVmOperations* vmops) { in goldfish_address_space_set_vm_operations() argument
575 sVmOps = vmops; in goldfish_address_space_set_vm_operations()