Searched defs:benchmark (Results 1 - 6 of 6) sorted by relevance

/frameworks/rs/java/tests/SampleTest/src/com/android/rs/sample/
H A DSampleRSActivity.java165 public void benchmark(View v) { method in class:SampleRSActivity
/frameworks/rs/java/tests/ScriptGroupTest/src/com/android/rs/sgtest/
H A DScriptGroupTestActivity.java260 public void benchmark(View v) { method in class:ScriptGroupTestActivity
308 // For benchmark test
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
H A DImageProcessingActivity.java497 public void benchmark(View v) { method in class:ImageProcessingActivity
533 // For benchmark test
/frameworks/base/core/java/android/os/storage/
H A DIMountService.java1029 public long benchmark(String volId) throws RemoteException { method in class:IMountService.Stub.Proxy
1991 long res = benchmark(volId);
2458 public long benchmark(String volId) throws RemoteException; method in interface:IMountService
H A DStorageManager.java705 public long benchmark(String volId) { method in class:StorageManager
707 return mMountService.benchmark(volId);
/frameworks/base/services/core/java/com/android/server/
H A DMountService.java1783 public long benchmark(String volId) { method in class:MountService
1788 // TODO: make benchmark async so we don't block other commands
1790 "volume", "benchmark", volId);

Completed in 4872 milliseconds