Home
last modified time | relevance | path

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

/device/google/cuttlefish/common/libs/utils/
Dtcp_socket.cpp38 auto read_count = fd_->Read(buf.data(), buf.size()); in RecvAny() local
39 if (read_count < 0) { in RecvAny()
40 read_count = 0; in RecvAny()
42 buf.resize(read_count); in RecvAny()
/device/google/cuttlefish_vmm/qemu/x86_64-linux-gnu/usr/share/qemu/
Dtrace-events-all1273 pl011_read_fifo(int read_count) "FIFO read, read_count now %d"
1275 pl011_can_receive(uint32_t lcr, int read_count, int r) "LCR 0x%08x read_count %d returning %d"
1276 pl011_put_fifo(uint32_t c, int read_count) "new char 0x%x read_count now %d"
/device/google/cuttlefish_vmm/qemu/aarch64-linux-gnu/usr/share/qemu/
Dtrace-events-all1273 pl011_read_fifo(int read_count) "FIFO read, read_count now %d"
1275 pl011_can_receive(uint32_t lcr, int read_count, int r) "LCR 0x%08x read_count %d returning %d"
1276 pl011_put_fifo(uint32_t c, int read_count) "new char 0x%x read_count now %d"