Home
last modified time | relevance | path

Searched defs:hw (Results 1 – 7 of 7) sorted by relevance

/hardware/google/aemu/host-common/
Daddress_space_shared_slots_host_memory_allocator_unittests.cpp54 AddressSpaceHwFuncs hw = {}; in create_AddressSpaceHwFuncs() local
124 const AddressSpaceHwFuncs hw = create_AddressSpaceHwFuncs(); in TEST() local
157 const AddressSpaceHwFuncs hw = create_AddressSpaceHwFuncs(); in TEST() local
Daddress_space_shared_slots_host_memory_allocator.cpp47 uint64_t allocateAddressSpaceBlock(const AddressSpaceHwFuncs* hw, uint32_t size) { in allocateAddressSpaceBlock()
56 uint64_t allocateAddressSpaceBlockFixed(uint64_t gpa, const AddressSpaceHwFuncs* hw, uint32_t size)… in allocateAddressSpaceBlockFixed()
73 int freeAddressBlock(const AddressSpaceHwFuncs* hw, uint64_t phys) { in freeAddressBlock()
250 const AddressSpaceHwFuncs* hw, in load()
296 const address_space_device_control_ops *ops, const AddressSpaceHwFuncs* hw) in AddressSpaceSharedSlotsHostMemoryAllocatorContext()
464 const AddressSpaceHwFuncs* hw) { in globalStateLoad()
Daddress_space_host_memory_allocator.cpp31 const address_space_device_control_ops *ops, const AddressSpaceHwFuncs* hw) in AddressSpaceHostMemoryAllocatorContext()
/hardware/google/aemu/host-common/include/host-common/
Daddress_space_shared_slots_host_memory_allocator.h65 const AddressSpaceHwFuncs* hw = nullptr; member
/hardware/libhardware_legacy/audio/
DAudioHardwareGeneric.cpp193 AudioHardwareGeneric *hw, in set()
312 AudioHardwareGeneric *hw, in set()
DA2dpAudioInterface.cpp47 A2dpAudioInterface::A2dpAudioInterface(AudioHardwareInterface* hw) : in A2dpAudioInterface()
DAudioDumpInterface.cpp34 AudioDumpInterface::AudioDumpInterface(AudioHardwareInterface* hw) in AudioDumpInterface()