Home
last modified time | relevance | path

Searched refs:ErrorNull (Results 1 – 10 of 10) sorted by relevance

/external/oboe/apps/OboeTester/app/src/main/cpp/
Djni-bridge.cpp196 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 …]
DNativeAudioContext.h262 return stream ? oboe::Result::ErrorNull : stream->getLastErrorCallbackResult(); in getLastErrorCallbackResult()
697 return oboe::Result::ErrorNull; in startStreams()
/external/oboe/src/common/
DAudioStreamBuilder.cpp102 return Result::ErrorNull; in openStream()
157 return Result::ErrorNull; in openStream()
DUtilities.cpp88 case Result::ErrorNull: return "ErrorNull"; in convertToText()
/external/oboe/src/opensles/
DAudioStreamBuffered.cpp127 return ResultWithValue<int32_t>(Result::ErrorNull); in transfer()
131 return ResultWithValue<int32_t>(Result::ErrorNull); in transfer()
DAudioInputStreamOpenSLES.cpp344 return Result::ErrorNull; in updateServiceFrameCounter()
DAudioOutputStreamOpenSLES.cpp447 return Result::ErrorNull; in updateServiceFrameCounter()
/external/oboe/include/oboe/
DDefinitions.h169 ErrorNull = -886, // AAUDIO_ERROR_NULL, enumerator
/external/oboe/src/aaudio/
DAudioStreamAAudio.cpp662 return ResultWithValue<int32_t>(Result::ErrorNull); in getXRunCount()
678 return Result::ErrorNull; in getTimestamp()
DAAudioLoader.cpp331 static_assert((int32_t)Result::ErrorNull == AAUDIO_ERROR_NULL, ERRMSG);