Home
last modified time | relevance | path

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

/hardware/google/aemu/host-common/
DHostGoldfishPipe.cpp241 const uint32_t pipeCount = stream_get_be32(cStream); in loadSnapshot() local
243 for (uint32_t i = 0; i < pipeCount; ++i) { in loadSnapshot()
298 uint32_t pipeCount = stream_get_be32(cStream); in loadSnapshotSinglePipe() local
300 if (pipeCount != 1) { in loadSnapshotSinglePipe()