Home
last modified time | relevance | path

Searched refs:mDmaBuffers (Results 1 – 2 of 2) sorted by relevance

/hardware/google/aemu/host-common/
DDmaMap.cpp68 mDmaBuffers[guest_paddr] = info; in addBuffer()
74 if (auto info = android::base::find(mDmaBuffers, guest_paddr)) { in removeBuffer()
76 mDmaBuffers.erase(guest_paddr); in removeBuffer()
86 if (auto info = android::base::find(mDmaBuffers, guest_paddr)) { in getHostAddr()
110 for (auto& it : mDmaBuffers) { in invalidateHostMappings()
117 for (auto& it : mDmaBuffers) { in resetHostMappings()
120 mDmaBuffers.clear(); in resetHostMappings()
125 if (auto info = android::base::find(mDmaBuffers, guest_paddr)) { in getPipeInstance()
150 saveCollection(stream, mDmaBuffers, in save()
162 mDmaBuffers.clear(); in load()
[all …]
/hardware/google/aemu/host-common/include/host-common/
DDmaMap.h74 DmaBufferMap mDmaBuffers; variable