Home
last modified time | relevance | path

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

/hardware/google/aemu/host-common/
Daddress_space_device.cpp552 static const struct AddressSpaceHwFuncs* sAddressSpaceHwFuncs = nullptr; variable
556 const AddressSpaceHwFuncs* result = sAddressSpaceHwFuncs; in address_space_set_hw_funcs()
557 sAddressSpaceHwFuncs = hwFuncs; in address_space_set_hw_funcs()
562 return sAddressSpaceHwFuncs; in get_address_space_device_hw_funcs()
/hardware/google/aemu/host-common/testing/
DHostAddressSpace.cpp490 static const AddressSpaceHwFuncs sAddressSpaceHwFuncs = { variable
503 address_space_set_hw_funcs(&sAddressSpaceHwFuncs); in initialize()