Home
last modified time | relevance | path

Searched refs:ErrorDisconnected (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/oboe/apps/fxlab/app/src/main/cpp/
DDuplexCallback.h65 if (result == oboe::Result::ErrorDisconnected) { in onErrorAfterClose()
/third_party/skia/third_party/externals/oboe/samples/shared/
DDefaultAudioStreamCallback.h61 if (error == oboe::Result::ErrorDisconnected) { in onErrorAfterClose()
/third_party/skia/third_party/externals/oboe/include/oboe/
DDefinitions.h134 ErrorDisconnected = -899, // AAUDIO_ERROR_DISCONNECTED, enumerator
/third_party/skia/third_party/externals/oboe/src/common/
DAudioStream.cpp85 return Result::ErrorDisconnected; in waitForStateTransition()
DUtilities.cpp73 case Result::ErrorDisconnected: return "ErrorDisconnected"; in convertToText()
/third_party/skia/third_party/externals/oboe/src/aaudio/
DAAudioLoader.cpp282 static_assert((int32_t)Result::ErrorDisconnected == AAUDIO_ERROR_DISCONNECTED, ERRMSG);
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/
Djni-bridge.cpp416 } else if (result == oboe::Result::ErrorDisconnected){ in Java_com_google_sample_oboe_manualtest_OboeAudioStream_getState()
/third_party/skia/third_party/externals/oboe/docs/
DFullGuide.md329 …ted" and calls to `write()` or other functions will return `Result::ErrorDisconnected`. When a st…