Searched refs:ErrorNull (Results 1 – 10 of 10) sorted by relevance
196 return (jint) oboe::Result::ErrorNull; in Java_com_mobileer_oboetester_OboeAudioStream_setBufferSizeInFrames()202 jint result = (jint) oboe::Result::ErrorNull; in Java_com_mobileer_oboetester_OboeAudioStream_getBufferSizeInFrames()213 jint result = (jint) oboe::Result::ErrorNull; in Java_com_mobileer_oboetester_OboeAudioStream_getBufferCapacityInFrames()237 jint result = (jint) oboe::Result::ErrorNull; in Java_com_mobileer_oboetester_OboeAudioStream_getNativeApi()250 jint result = (jint) oboe::Result::ErrorNull; in Java_com_mobileer_oboetester_OboeAudioStream_getSampleRate()261 jint result = (jint) oboe::Result::ErrorNull; in Java_com_mobileer_oboetester_OboeAudioStream_getSharingMode()272 jint result = (jint) oboe::Result::ErrorNull; in Java_com_mobileer_oboetester_OboeAudioStream_getPerformanceMode()283 jint result = (jint) oboe::Result::ErrorNull; in Java_com_mobileer_oboetester_OboeAudioStream_getInputPreset()294 jint result = (jint) oboe::Result::ErrorNull; in Java_com_mobileer_oboetester_OboeAudioStream_getFramesPerBurst()305 jint result = (jint) oboe::Result::ErrorNull; in Java_com_mobileer_oboetester_OboeAudioStream_getChannelCount()[all …]
262 return stream ? oboe::Result::ErrorNull : stream->getLastErrorCallbackResult(); in getLastErrorCallbackResult()697 return oboe::Result::ErrorNull; in startStreams()
102 return Result::ErrorNull; in openStream()157 return Result::ErrorNull; in openStream()
88 case Result::ErrorNull: return "ErrorNull"; in convertToText()
127 return ResultWithValue<int32_t>(Result::ErrorNull); in transfer()131 return ResultWithValue<int32_t>(Result::ErrorNull); in transfer()
344 return Result::ErrorNull; in updateServiceFrameCounter()
447 return Result::ErrorNull; in updateServiceFrameCounter()
169 ErrorNull = -886, // AAUDIO_ERROR_NULL, enumerator
662 return ResultWithValue<int32_t>(Result::ErrorNull); in getXRunCount()678 return Result::ErrorNull; in getTimestamp()
331 static_assert((int32_t)Result::ErrorNull == AAUDIO_ERROR_NULL, ERRMSG);