Home
last modified time | relevance | path

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

/aosp12/packages/services/BuiltInPrintService/jni/plugins/
H A Dplugin_pdf.c75 int rbytes, wbytes, nbytes = 0; in _print_page() local
96 wbytes = priv->print_ifc->send_data(priv->print_ifc, buff, rbytes); in _print_page()
97 if (wbytes == rbytes) { in _print_page()
98 nbytes += wbytes; in _print_page()
/aosp12/system/extras/boottime_tools/bootio/
H A Dbootio_collector.cpp223 uint64_t wbytes; member
276 stats.wbytes += (newerSample->writebytes() - olderSample->writebytes()); in PrintPids()
314 it->second.wbytes, in PrintPids()