Searched refs:oboeResult (Results 1 – 5 of 5) sorted by relevance
79 Result oboeResult = AudioStreamBuffered::open(); in open() local80 if (oboeResult != Result::OK) { in open()81 return oboeResult; in open()369 Result oboeResult = Result::ErrorTimeout; in waitForStateChange() local379 oboeResult = Result::OK; in waitForStateChange()395 return oboeResult; in waitForStateChange()
94 Result oboeResult = AudioStreamOpenSLES::open(); in open() local95 if (Result::OK != oboeResult) return oboeResult; in open()201 oboeResult = configureBufferSizes(mSampleRate); in open()202 if (Result::OK != oboeResult) { in open()
131 Result oboeResult = AudioStreamOpenSLES::open(); in open() local132 if (Result::OK != oboeResult) return oboeResult; in open()226 oboeResult = configureBufferSizes(mSampleRate); in open()227 if (Result::OK != oboeResult) { in open()
454 Result oboeResult = Result::ErrorTimeout; in waitForStateChange() local469 oboeResult = Result::ErrorClosed; in waitForStateChange()482 oboeResult = static_cast<Result>(result); in waitForStateChange()495 oboeResult = Result::OK; in waitForStateChange()515 return oboeResult; in waitForStateChange()
366 auto oboeResult = oboeStream->getXRunCount(); in Java_com_google_sample_oboe_manualtest_OboeAudioStream_getXRunCount() local367 if (!oboeResult) { in Java_com_google_sample_oboe_manualtest_OboeAudioStream_getXRunCount()368 result = (jint) oboeResult.error(); in Java_com_google_sample_oboe_manualtest_OboeAudioStream_getXRunCount()370 result = oboeResult.value(); in Java_com_google_sample_oboe_manualtest_OboeAudioStream_getXRunCount()