Searched refs:sendRate (Results 1 - 1 of 1) sorted by relevance

/external/qemu/hw/android/goldfish/
H A Dpipe.c790 double sendRate; member in struct:__anon29662
809 pipe->sendRate = 1e9 / (500*1024*8);
810 pipe->recvRate = pipe->sendRate;
889 pipe->sendExpiration = qemu_clock_get_ns(QEMU_CLOCK_VIRTUAL) + ret*pipe->sendRate;

Completed in 212 milliseconds