HomeSort by relevance Sort by last modified time
    Searched refs:nNotSync (Results 1 - 3 of 3) sorted by null

  /system/libhwbinder/vts/performance/
PerfTest.cpp 188 ret.nNotSync = a.nNotSync + b.nNotSync;
196 double sync_ratio = (1.0 - (double)nNotSync / no_trans);
198 << "\"S\":" << (no_trans - nNotSync) << ",\"I\":" << no_trans << ","
PerfTest.h 127 int nNotSync = 0; ///< #transactions that are not synced
Latency.cpp 126 presults->nNotSync += ret & 0xffff;
219 presults.nNotSync += ret & 0xffff;

Completed in 472 milliseconds