Home
last modified time | relevance | path

Searched refs:getPipeInstance (Results 1 – 3 of 3) sorted by relevance

/hardware/google/aemu/host-common/include/host-common/
DDmaMap.h52 void* getPipeInstance(uint64_t addr);
/hardware/google/aemu/host-common/
DGoldfishDma.cpp47 void* hwpipe = android::DmaMap::get()->getPipeInstance(guest_paddr); in android_goldfish_dma_unlock()
DDmaMap.cpp123 void* DmaMap::getPipeInstance(uint64_t guest_paddr) { in getPipeInstance() function in android::DmaMap