Home
last modified time | relevance | path

Searched defs:hwpipe (Results 1 – 4 of 4) sorted by relevance

/hardware/google/aemu/host-common/include/host-common/
DDmaMap.h31 void* hwpipe = nullptr; member
/hardware/google/aemu/host-common/
DGoldfishDma.cpp47 void* hwpipe = android::DmaMap::get()->getPipeInstance(guest_paddr); in android_goldfish_dma_unlock() local
DAndroidPipe.cpp608 void* android_pipe_guest_open(void* hwpipe) { in android_pipe_guest_open()
614 void* android_pipe_guest_open_with_flags(void* hwpipe, uint32_t flags) { in android_pipe_guest_open_with_flags()
813 void android_pipe_host_close(void* hwpipe) { in android_pipe_host_close()
819 void android_pipe_host_signal_wake(void* hwpipe, unsigned flags) { in android_pipe_host_signal_wake()
824 int android_pipe_get_id(void* hwpipe) { in android_pipe_get_id()
DDmaMap.cpp55 void DmaMap::addBuffer(void* hwpipe, in addBuffer()