Home
last modified time | relevance | path

Searched refs:GoldfishPipeBuffer (Results 1 – 2 of 2) sorted by relevance

/hardware/google/aemu/host-common/include/host-common/
Dgoldfish_pipe.h26 typedef struct GoldfishPipeBuffer { struct
29 } GoldfishPipeBuffer; typedef
123 GoldfishPipeBuffer *buffers,
135 const GoldfishPipeBuffer *buffers,
/hardware/google/gfxstream/host/
Dvirtio-gpu-gfxstream-renderer.cpp1269 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()