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

  /system/extras/tests/sdcard/
testcase.cpp 104 if(readTimer()->used()) readTimer()->sprint(&str, &size_left);
testcase.h 103 StopWatch *readTimer() { return mReadTimer; }
sdcard_perf_test.cpp 324 testCase->readTimer()->start();
337 testCase->readTimer()->stop();
  /libcore/ojluni/src/main/java/sun/nio/ch/
UnixAsynchronousSocketChannelImpl.java 83 private Future<?> readTimer;
403 Future<?> timeout = readTimer;
553 this.readTimer = port.schedule(readTimeoutTask, timeout, unit);
  /frameworks/native/opengl/tests/tritex/
tritex.cpp 33 int readTimer(void);
  /frameworks/native/opengl/tests/gl_basic/
gl_basic.cpp 33 int readTimer(void);

Completed in 83 milliseconds