Searched refs:mControlOps (Results 1 – 4 of 4) sorted by relevance
37 : mControlOps(ops) { in AddressSpaceHostMediaContext()111 mControlOps->add_memory_mapping( in allocatePages()123 mControlOps->remove_memory_mapping(phys_addr, mHostBuffer, in deallocatePages()183 (uint8_t*)(mControlOps->get_host_ptr(info->phys_addr)) + in handleMediaRequest()192 (uint8_t*)(mControlOps->get_host_ptr(info->phys_addr)) + in handleMediaRequest()
84 mControlOps = ops; in initialize()106 return mControlOps; in controlOps()518 mControlOps->add_memory_mapping( in fillBlockLocked()538 mControlOps->hostmem_unregister(block.hostmemId); in destroyBlockLocked()540 mControlOps->remove_memory_mapping( in destroyBlockLocked()565 const address_space_device_control_ops* mControlOps = 0; member in android::emulation::asg::Globals
44 Impl() : mControlOps(get_address_space_device_control_ops()), in Impl()57 mControlOps->clear(); in clear()61 uint32_t handle = mControlOps->gen_handle(); in open()70 mControlOps->tell_ping_info(handle, (uint64_t)(uintptr_t)entry.pingInfo); in open()75 mControlOps->destroy_handle(handle); in close()91 mControlOps->run_deallocation_callbacks(kPciStart + off); in freeBlock()197 mControlOps->ping(handle); in ping()374 address_space_device_control_ops* mControlOps = nullptr; member in android::HostAddressSpaceDevice::Impl
61 const address_space_device_control_ops* mControlOps = 0; variable