Searched defs:hwpipe (Results 1 – 4 of 4) sorted by relevance
31 void* hwpipe = nullptr; member
47 void* hwpipe = android::DmaMap::get()->getPipeInstance(guest_paddr); in android_goldfish_dma_unlock() local
608 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()
55 void DmaMap::addBuffer(void* hwpipe, in addBuffer()