Home
last modified time | relevance | path

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

/packages/services/Car/vehicle_monitor_service/
DProcessMonitor.cpp64 return a.second->wbytes > b.second->wbytes; in procWbytesCmp()
127 it->second->wbytes); in dumpTopProcesses()
240 sscanf(buf, "write_bytes: %" PRIu64, &pidData->wbytes); in readIo()
287 pidData->delta_wbytes = pidData->wbytes - oldPidData->wbytes; in updateDiffs()
DProcessMonitor.h45 uint64_t wbytes; member
/packages/services/BuiltInPrintService/jni/plugins/
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()
/packages/services/Car/tools/bootio/
Dbootio_collector.cpp225 uint64_t wbytes; member
278 stats.wbytes += (newerSample->writebytes() - olderSample->writebytes()); in PrintPids()
318 it->second.wbytes, in PrintPids()