Searched refs:ErrorNull (Results 1 – 10 of 10) sorted by relevance
189 return (jint) oboe::Result::ErrorNull; in Java_com_google_sample_oboe_manualtest_OboeAudioStream_setBufferSizeInFrames()195 jint result = (jint) oboe::Result::ErrorNull; in Java_com_google_sample_oboe_manualtest_OboeAudioStream_getBufferSizeInFrames()206 jint result = (jint) oboe::Result::ErrorNull; in Java_com_google_sample_oboe_manualtest_OboeAudioStream_getBufferCapacityInFrames()230 jint result = (jint) oboe::Result::ErrorNull; in Java_com_google_sample_oboe_manualtest_OboeAudioStream_getNativeApi()243 jint result = (jint) oboe::Result::ErrorNull; in Java_com_google_sample_oboe_manualtest_OboeAudioStream_getSampleRate()254 jint result = (jint) oboe::Result::ErrorNull; in Java_com_google_sample_oboe_manualtest_OboeAudioStream_getSharingMode()265 jint result = (jint) oboe::Result::ErrorNull; in Java_com_google_sample_oboe_manualtest_OboeAudioStream_getPerformanceMode()276 jint result = (jint) oboe::Result::ErrorNull; in Java_com_google_sample_oboe_manualtest_OboeAudioStream_getInputPreset()287 jint result = (jint) oboe::Result::ErrorNull; in Java_com_google_sample_oboe_manualtest_OboeAudioStream_getFramesPerBurst()298 jint result = (jint) oboe::Result::ErrorNull; in Java_com_google_sample_oboe_manualtest_OboeAudioStream_getChannelCount()[all …]
252 return stream ? oboe::Result::ErrorNull : stream->getLastErrorCallbackResult(); in getLastErrorCallbackResult()668 return oboe::Result::ErrorNull; in startStreams()
101 return Result::ErrorNull; in openStream()156 return Result::ErrorNull; in openStream()
82 case Result::ErrorNull: return "ErrorNull"; in convertToText()
125 return ResultWithValue<int32_t>(Result::ErrorNull); in transfer()129 return ResultWithValue<int32_t>(Result::ErrorNull); in transfer()
345 return Result::ErrorNull; in updateServiceFrameCounter()
436 return Result::ErrorNull; in updateServiceFrameCounter()
143 ErrorNull = -886, // AAUDIO_ERROR_NULL, enumerator
617 return ResultWithValue<int32_t>(Result::ErrorNull); in getXRunCount()632 return Result::ErrorNull; in getTimestamp()
296 static_assert((int32_t)Result::ErrorNull == AAUDIO_ERROR_NULL, ERRMSG);