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

  /system/core/storaged/
storaged.cpp 220 mConfig.event_time_check_usec =
256 if (mConfig.event_time_check_usec &&
267 if (mConfig.event_time_check_usec && check_time) {
277 if (cost > mConfig.event_time_check_usec) {
280 << mConfig.event_time_check_usec << " usec";
  /system/core/storaged/include/
storaged.h 246 int event_time_check_usec; // check how much cputime spent in event loop member in struct:storaged_config

Completed in 450 milliseconds