Home
last modified time | relevance | path

Searched refs:getCpuLoad (Results 1 – 7 of 7) sorted by relevance

/external/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/
DOboeAudioStream.java237 public double getCpuLoad() { in getCpuLoad() method in OboeAudioStream
238 return getCpuLoad(streamIndex); in getCpuLoad()
240 public native double getCpuLoad(int streamIndex); in getCpuLoad() method in OboeAudioStream
DAudioStreamBase.java41 status.cpuLoad = getCpuLoad(); in getStreamStatus()
192 public double getCpuLoad() { return 0.0; } in getCpuLoad() method in AudioStreamBase
/external/oboe/apps/OboeTester/app/src/main/java/com/mobileer/miditools/synth/
DLatencyController.java76 public abstract int getCpuLoad(); in getCpuLoad() method in LatencyController
DSimpleAudioOutput.java108 public int getCpuLoad() { in getCpuLoad() method in SimpleAudioOutput.MyLatencyController
/external/oboe/apps/OboeTester/app/src/main/cpp/
DOboeStreamCallbackProxy.h70 double getCpuLoad() const { in getCpuLoad() function
DNativeAudioContext.h142 double getCpuLoad() { in getCpuLoad() function
143 return oboeCallbackProxy.getCpuLoad(); in getCpuLoad()
Djni-bridge.cpp401 return engine.getCurrentActivity()->getCpuLoad(); in Java_com_google_sample_oboe_manualtest_OboeAudioStream_getCpuLoad()