Searched defs:hwpipe (Results 1 – 4 of 4) sorted by relevance
31 void* hwpipe = nullptr; member
604 void* android_pipe_guest_open(void* hwpipe) { in android_pipe_guest_open()610 void* android_pipe_guest_open_with_flags(void* hwpipe, uint32_t flags) { in android_pipe_guest_open_with_flags()793 void android_pipe_host_close(void* hwpipe) { in android_pipe_host_close()799 void android_pipe_host_signal_wake(void* hwpipe, unsigned flags) { in android_pipe_host_signal_wake()804 int android_pipe_get_id(void* hwpipe) { in android_pipe_get_id()
33 void* hwpipe = android::DmaMap::get()->getPipeInstance(guest_paddr); in android_goldfish_dma_unlock() local
55 void DmaMap::addBuffer(void* hwpipe, in addBuffer()