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

  /external/nos/test/system-test-harness/tools/
nugget_tools.cc 99 struct nugget_app_low_power_stats stats0; local
110 memcpy(&stats0, buffer.data(), sizeof(stats0));
139 if (stats1.hard_reset_count == stats0.hard_reset_count + 1 &&
148 ShowStats("stats before waiting", stats0);
155 struct nugget_app_low_power_stats stats0; local
166 memcpy(&stats0, buffer.data(), sizeof(stats0));
183 if (stats1.hard_reset_count == stats0.hard_reset_count &&
184 stats1.deep_sleep_count == stats0.deep_sleep_count + 1 &
202 struct nugget_app_low_power_stats stats0; local
    [all...]
  /cts/tests/sensor/src/android/hardware/cts/helpers/
SensorStatsTest.java 45 stats.addSensorStats("stats0", subStats);

Completed in 154 milliseconds