Lines Matching refs:AddressSpaceGraphicsContext
350 void fillAllocFromLoad(Allocation& alloc, AddressSpaceGraphicsContext::AllocType allocType) { in fillAllocFromLoad()
352 case AddressSpaceGraphicsContext::AllocType::AllocTypeRing: in fillAllocFromLoad()
356 case AddressSpaceGraphicsContext::AllocType::AllocTypeBuffer: in fillAllocFromLoad()
360 case AddressSpaceGraphicsContext::AllocType::AllocTypeCombined: in fillAllocFromLoad()
578 void AddressSpaceGraphicsContext::init(const address_space_device_control_ops* ops) { in init()
583 void AddressSpaceGraphicsContext::clear() { in clear()
588 void AddressSpaceGraphicsContext::setConsumer( in setConsumer()
593 AddressSpaceGraphicsContext::AddressSpaceGraphicsContext( in AddressSpaceGraphicsContext() function in android::emulation::asg::AddressSpaceGraphicsContext
657 AddressSpaceGraphicsContext::~AddressSpaceGraphicsContext() { in ~AddressSpaceGraphicsContext()
670 void AddressSpaceGraphicsContext::perform(AddressSpaceDevicePingInfo* info) { in perform()
704 int AddressSpaceGraphicsContext::onUnavailableRead() { in onUnavailableRead()
748 AddressSpaceDeviceType AddressSpaceGraphicsContext::getDeviceType() const { in getDeviceType()
752 void AddressSpaceGraphicsContext::preSave() const { in preSave()
759 void AddressSpaceGraphicsContext::save(base::Stream* stream) const { in save()
793 void AddressSpaceGraphicsContext::postSave() const { in postSave()
800 bool AddressSpaceGraphicsContext::load(base::Stream* stream) { in load()
860 void AddressSpaceGraphicsContext::globalStatePreSave() { in globalStatePreSave()
864 void AddressSpaceGraphicsContext::globalStateSave(base::Stream* stream) { in globalStateSave()
868 void AddressSpaceGraphicsContext::globalStatePostSave() { in globalStatePostSave()
872 bool AddressSpaceGraphicsContext::globalStateLoad( in globalStateLoad()
877 void AddressSpaceGraphicsContext::saveRingConfig(base::Stream* stream, const struct asg_ring_config… in saveRingConfig()
887 void AddressSpaceGraphicsContext::saveAllocation(base::Stream* stream, const Allocation& alloc) con… in saveAllocation()
894 void AddressSpaceGraphicsContext::loadRingConfig(base::Stream* stream, struct asg_ring_config& conf… in loadRingConfig()
904 void AddressSpaceGraphicsContext::loadAllocation(base::Stream* stream, Allocation& alloc) { in loadAllocation()