Searched refs:GoldfishPipeBuffer (Results 1 – 2 of 2) sorted by relevance
/hardware/google/aemu/host-common/include/host-common/ |
D | goldfish_pipe.h | 26 typedef struct GoldfishPipeBuffer { struct 29 } GoldfishPipeBuffer; typedef 123 GoldfishPipeBuffer *buffers, 135 const GoldfishPipeBuffer *buffers,
|
/hardware/google/gfxstream/host/ |
D | virtio-gpu-gfxstream-renderer.cpp | 1269 GoldfishPipeBuffer buf = { in handleTransferReadPipe() 1309 GoldfishPipeBuffer buf = { in handleTransferWritePipe() 2207 [](GoldfishHostPipe* hostPipe, GoldfishPipeBuffer* buffers, int numBuffers) -> int { in __anonf6f38b3e1502() 2210 static_assert(sizeof(AndroidPipeBuffer) == sizeof(GoldfishPipeBuffer), in __anonf6f38b3e1502() 2217 static_assert(offsetof(AndroidPipeBuffer, data) == offsetof(GoldfishPipeBuffer, data), in __anonf6f38b3e1502() 2219 static_assert(offsetof(AndroidPipeBuffer, size) == offsetof(GoldfishPipeBuffer, size), in __anonf6f38b3e1502() 2230 [](GoldfishHostPipe** hostPipe, const GoldfishPipeBuffer* buffers, int numBuffers) -> int { in __anonf6f38b3e1702()
|