Searched refs:getLastErrorCallbackResult (Results 1 – 11 of 11) sorted by relevance
129 int OboeStream::getLastErrorCallbackResult() { in getLastErrorCallbackResult() function in OboeStream131 … ? (int) mAudioStream->getLastErrorCallbackResult() : StreamBase::ERROR_INVALID_STATE); in getLastErrorCallbackResult()
37 int getLastErrorCallbackResult();
162 int OboePlayer::getLastErrorCallbackResult() { in getLastErrorCallbackResult() function in OboePlayer163 return (int)(mAudioStream->getLastErrorCallbackResult()); in getLastErrorCallbackResult()247 return (int)((OboePlayer*)(native_player))->getLastErrorCallbackResult(); in Java_org_hyphonate_megaaudio_player_OboePlayer_getLastErrorCallbackResultN()
43 int getLastErrorCallbackResult();
272 public abstract int getLastErrorCallbackResult(); in getLastErrorCallbackResult() method in StreamBase
118 public int getLastErrorCallbackResult() { in getLastErrorCallbackResult() method in OboeRecorder
238 public int getLastErrorCallbackResult() { in getLastErrorCallbackResult() method in JavaRecorder
137 public int getLastErrorCallbackResult() { in getLastErrorCallbackResult() method in OboePlayer
246 public int getLastErrorCallbackResult() { in getLastErrorCallbackResult() method in JavaPlayer
200 return (int)((OboeRecorder*)(native_recorder))->getLastErrorCallbackResult(); in Java_org_hyphonate_megaaudio_recorder_OboeRecorder_getLastErrorCallbackResultN()
344 error = mStream.getLastErrorCallbackResult(); in runTest()392 error = mStream.getLastErrorCallbackResult(); in runTest()