Home
last modified time | relevance | path

Searched refs:ErrorUnavailable (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/oboe/src/opensles/
DAudioStreamBuffered.cpp212 … return ResultWithValue<int32_t>(Result::ErrorUnavailable); // TODO review, better error code? in write()
227 … return ResultWithValue<int32_t>(Result::ErrorUnavailable); // TODO review, better error code? in read()
/third_party/skia/third_party/externals/oboe/include/oboe/
DDefinitions.h140 ErrorUnavailable = -889, // AAUDIO_ERROR_UNAVAILABLE, enumerator
/third_party/skia/third_party/externals/oboe/src/common/
DUtilities.cpp79 case Result::ErrorUnavailable: return "ErrorUnavailable"; in convertToText()
/third_party/skia/third_party/externals/oboe/src/aaudio/
DAAudioLoader.cpp288 static_assert((int32_t)Result::ErrorUnavailable == AAUDIO_ERROR_UNAVAILABLE, ERRMSG);