Lines Matching refs:AddressSpaceGraphicsContext

345     void fillAllocFromLoad(Allocation& alloc, AddressSpaceGraphicsContext::AllocType allocType) {  in fillAllocFromLoad()
347 case AddressSpaceGraphicsContext::AllocType::AllocTypeRing: in fillAllocFromLoad()
351 case AddressSpaceGraphicsContext::AllocType::AllocTypeBuffer: in fillAllocFromLoad()
355 case AddressSpaceGraphicsContext::AllocType::AllocTypeCombined: in fillAllocFromLoad()
556 void AddressSpaceGraphicsContext::init(const address_space_device_control_ops* ops) { in init()
561 void AddressSpaceGraphicsContext::clear() { in clear()
566 void AddressSpaceGraphicsContext::setConsumer( in setConsumer()
571 AddressSpaceGraphicsContext::AddressSpaceGraphicsContext( in AddressSpaceGraphicsContext() function in android::emulation::asg::AddressSpaceGraphicsContext
633 AddressSpaceGraphicsContext::~AddressSpaceGraphicsContext() { in ~AddressSpaceGraphicsContext()
646 void AddressSpaceGraphicsContext::perform(AddressSpaceDevicePingInfo* info) { in perform()
680 int AddressSpaceGraphicsContext::onUnavailableRead() { in onUnavailableRead()
724 AddressSpaceDeviceType AddressSpaceGraphicsContext::getDeviceType() const { in getDeviceType()
728 void AddressSpaceGraphicsContext::preSave() const { in preSave()
735 void AddressSpaceGraphicsContext::save(base::Stream* stream) const { in save()
755 void AddressSpaceGraphicsContext::postSave() const { in postSave()
762 bool AddressSpaceGraphicsContext::load(base::Stream* stream) { in load()
801 void AddressSpaceGraphicsContext::globalStatePreSave() { in globalStatePreSave()
805 void AddressSpaceGraphicsContext::globalStateSave(base::Stream* stream) { in globalStateSave()
809 void AddressSpaceGraphicsContext::globalStatePostSave() { in globalStatePostSave()
813 bool AddressSpaceGraphicsContext::globalStateLoad(base::Stream* stream) { in globalStateLoad()
817 void AddressSpaceGraphicsContext::saveRingConfig(base::Stream* stream, const struct asg_ring_config… in saveRingConfig()
827 void AddressSpaceGraphicsContext::saveAllocation(base::Stream* stream, const Allocation& alloc) con… in saveAllocation()
834 void AddressSpaceGraphicsContext::loadRingConfig(base::Stream* stream, struct asg_ring_config& conf… in loadRingConfig()
844 void AddressSpaceGraphicsContext::loadAllocation(base::Stream* stream, Allocation& alloc, AddressSp… in loadAllocation()