Home
last modified time | relevance | path

Searched refs:ErrorTimeout (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/oboe/include/oboe/
DDefinitions.h144 ErrorTimeout = -885, // AAUDIO_ERROR_TIMEOUT, enumerator
/third_party/skia/third_party/externals/oboe/src/common/
DAudioStream.cpp185 ? ResultWithValue<int32_t>(Result::ErrorTimeout) in waitForAvailableFrames()
DUtilities.cpp83 case Result::ErrorTimeout: return "ErrorTimeout"; in convertToText()
/third_party/skia/third_party/externals/oboe/tests/
DtestStreamWaitState.cpp62 EXPECT_EQ(Result::ErrorTimeout, result); in checkWaitZeroTimeout()
/third_party/skia/third_party/externals/oboe/src/opensles/
DAudioStreamOpenSLES.cpp369 Result oboeResult = Result::ErrorTimeout; in waitForStateChange()
/third_party/skia/third_party/externals/oboe/src/aaudio/
DAAudioLoader.cpp292 static_assert((int32_t)Result::ErrorTimeout == AAUDIO_ERROR_TIMEOUT, ERRMSG);
DAudioStreamAAudio.cpp454 Result oboeResult = Result::ErrorTimeout; in waitForStateChange()