HomeSort by relevance Sort by last modified time
    Searched defs:nNotInherent (Results 1 - 2 of 2) sorted by null

  /system/libhwbinder/vts/performance/
PerfTest.h 126 int nNotInherent = 0; ///< #transactions that does not inherit priority
Latency.cpp 125 presults->nNotInherent += (ret >> 16) & 0xffff;
218 presults.nNotInherent += (ret >> 16) & 0xffff;
391 int nNotInherent = 0;
393 nNotInherent += presults[i].nNotInherent;
395 cout << "\"inheritance\": " << (nNotInherent == 0 ? "\"PASS\"" : "\"FAIL\"") << endl;
399 return -nNotInherent;

Completed in 69 milliseconds