Home
last modified time | relevance | path

Searched defs:getLastErrorCallbackResult (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/external/oboe/apps/OboeTester/app/src/main/java/com/mobileer/oboetester/
H A DOboeAudioStream.java255 public int getLastErrorCallbackResult() { in getLastErrorCallbackResult() method in OboeAudioStream
258 private native int getLastErrorCallbackResult(int streamIndex); in getLastErrorCallbackResult() method in OboeAudioStream
H A DAudioOutputTester.java58 …public int getLastErrorCallbackResult() {return mOboeAudioOutputStream.getLastErrorCallbackResult(… in getLastErrorCallbackResult() method in AudioOutputTester
H A DAudioStreamBase.java238 public int getLastErrorCallbackResult() { return 0; } in getLastErrorCallbackResult() method in AudioStreamBase
/aosp_15_r20/cts/apps/CtsVerifier/jni/megaaudio/common/
H A DOboeStream.cpp129 int OboeStream::getLastErrorCallbackResult() { in getLastErrorCallbackResult() function in OboeStream
/aosp_15_r20/cts/apps/CtsVerifier/src/org/hyphonate/megaaudio/recorder/
H A DJavaRecorder.java241 public int getLastErrorCallbackResult() { in getLastErrorCallbackResult() method in JavaRecorder
H A DOboeRecorder.java118 public int getLastErrorCallbackResult() { in getLastErrorCallbackResult() method in OboeRecorder
/aosp_15_r20/cts/apps/CtsVerifier/src/org/hyphonate/megaaudio/player/
H A DJavaPlayer.java252 public int getLastErrorCallbackResult() { in getLastErrorCallbackResult() method in JavaPlayer
H A DOboePlayer.java137 public int getLastErrorCallbackResult() { in getLastErrorCallbackResult() method in OboePlayer
/aosp_15_r20/external/oboe/src/common/
H A DFilterAudioStream.h213 oboe::Result getLastErrorCallbackResult() const override { in getLastErrorCallbackResult() function
/aosp_15_r20/cts/apps/CtsVerifier/src/org/hyphonate/megaaudio/common/
H A DStreamBase.java272 public abstract int getLastErrorCallbackResult(); in getLastErrorCallbackResult() method in StreamBase
/aosp_15_r20/external/oboe/include/oboe/
H A DAudioStream.h483 virtual oboe::Result getLastErrorCallbackResult() const { in getLastErrorCallbackResult() function
/aosp_15_r20/cts/apps/CtsVerifier/jni/megaaudio/player/
H A DOboePlayer.cpp164 int OboePlayer::getLastErrorCallbackResult() { in getLastErrorCallbackResult() function in OboePlayer
/aosp_15_r20/external/oboe/apps/OboeTester/app/src/main/cpp/
H A DNativeAudioContext.h272 oboe::Result getLastErrorCallbackResult() { in getLastErrorCallbackResult() function