Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/host-common/
DDmaMap.h31 void* hwpipe = nullptr; member
DAndroidPipe.cpp604 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()
DGoldfishDma.cpp33 void* hwpipe = android::DmaMap::get()->getPipeInstance(guest_paddr); in android_goldfish_dma_unlock() local
DDmaMap.cpp55 void DmaMap::addBuffer(void* hwpipe, in addBuffer()