Home
last modified time | relevance | path

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

/hardware/google/aemu/host-common/
Daddress_space_host_memory_allocator_unittests.cpp46 AddressSpaceHwFuncs hw_funcs = {}; in create_address_space_device_hw_funcs() local
48 hw_funcs.getGuestPageSize = &getGuestPageSize; in create_address_space_device_hw_funcs()
50 return hw_funcs; in create_address_space_device_hw_funcs()
79 AddressSpaceHwFuncs hw_funcs = create_address_space_device_hw_funcs(); in TEST() local
81 AddressSpaceHostMemoryAllocatorContext ctx(&ops, &hw_funcs); in TEST()
90 AddressSpaceHwFuncs hw_funcs = create_address_space_device_hw_funcs(); in TEST() local
92 AddressSpaceHostMemoryAllocatorContext ctx(&ops, &hw_funcs); in TEST()
109 AddressSpaceHwFuncs hw_funcs = create_address_space_device_hw_funcs(); in TEST() local
111 AddressSpaceHostMemoryAllocatorContext ctx(&ops, &hw_funcs); in TEST()
148 AddressSpaceHwFuncs hw_funcs = create_address_space_device_hw_funcs(); in TEST() local
[all …]
Dgoldfish_sync.cpp188 void goldfish_sync_set_hw_funcs(GoldfishSyncDeviceInterface* hw_funcs) { in goldfish_sync_set_hw_funcs() argument
189 sGoldfishSyncHwFuncs = hw_funcs; in goldfish_sync_set_hw_funcs()
/hardware/google/aemu/host-common/include/host-common/
Dgoldfish_sync.h164 goldfish_sync_set_hw_funcs(GoldfishSyncDeviceInterface* hw_funcs);