Home
last modified time | relevance | path

Searched refs:getLastErrorCallbackResult (Results 1 – 11 of 11) sorted by relevance

/cts/apps/CtsVerifier/jni/megaaudio/common/
DOboeStream.cpp129 int OboeStream::getLastErrorCallbackResult() { in getLastErrorCallbackResult() function in OboeStream
131 … ? (int) mAudioStream->getLastErrorCallbackResult() : StreamBase::ERROR_INVALID_STATE); in getLastErrorCallbackResult()
DOboeStream.h37 int getLastErrorCallbackResult();
/cts/apps/CtsVerifier/jni/megaaudio/player/
DOboePlayer.cpp162 int OboePlayer::getLastErrorCallbackResult() { in getLastErrorCallbackResult() function in OboePlayer
163 return (int)(mAudioStream->getLastErrorCallbackResult()); in getLastErrorCallbackResult()
247 return (int)((OboePlayer*)(native_player))->getLastErrorCallbackResult(); in Java_org_hyphonate_megaaudio_player_OboePlayer_getLastErrorCallbackResultN()
DOboePlayer.h43 int getLastErrorCallbackResult();
/cts/apps/CtsVerifier/src/org/hyphonate/megaaudio/common/
DStreamBase.java272 public abstract int getLastErrorCallbackResult(); in getLastErrorCallbackResult() method in StreamBase
/cts/apps/CtsVerifier/src/org/hyphonate/megaaudio/recorder/
DOboeRecorder.java118 public int getLastErrorCallbackResult() { in getLastErrorCallbackResult() method in OboeRecorder
DJavaRecorder.java238 public int getLastErrorCallbackResult() { in getLastErrorCallbackResult() method in JavaRecorder
/cts/apps/CtsVerifier/src/org/hyphonate/megaaudio/player/
DOboePlayer.java137 public int getLastErrorCallbackResult() { in getLastErrorCallbackResult() method in OboePlayer
DJavaPlayer.java246 public int getLastErrorCallbackResult() { in getLastErrorCallbackResult() method in JavaPlayer
/cts/apps/CtsVerifier/jni/megaaudio/recorder/
DOboeRecorder.cpp200 return (int)((OboeRecorder*)(native_recorder))->getLastErrorCallbackResult(); in Java_org_hyphonate_megaaudio_recorder_OboeRecorder_getLastErrorCallbackResultN()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DAudioDisconnectActivity.java344 error = mStream.getLastErrorCallbackResult(); in runTest()
392 error = mStream.getLastErrorCallbackResult(); in runTest()