Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/oboe/src/fifo/
DFifoBuffer.cpp86 return static_cast<int32_t>(Result::ErrorOutOfRange); in read()
95 return static_cast<int32_t>(Result::ErrorOutOfRange); in read()
102 return static_cast<int32_t>(Result::ErrorOutOfRange); in read()
129 return static_cast<int32_t>(Result::ErrorOutOfRange); in write()
138 return static_cast<int32_t>(Result::ErrorOutOfRange); in write()
145 return static_cast<int32_t>(Result::ErrorOutOfRange); in write()
/third_party/skia/third_party/externals/oboe/src/opensles/
DAudioStreamBuffered.cpp123 return ResultWithValue<int32_t>(Result::ErrorOutOfRange); in transfer()
129 return ResultWithValue<int32_t>(Result::ErrorOutOfRange); in transfer()
/third_party/skia/third_party/externals/oboe/include/oboe/
DDefinitions.h147 ErrorOutOfRange = -882, // AAUDIO_ERROR_OUT_OF_RANGE, enumerator
/third_party/skia/third_party/externals/oboe/src/common/
DAudioStream.cpp167 if (numFrames < 0) return Result::ErrorOutOfRange; in waitForAvailableFrames()
DUtilities.cpp86 case Result::ErrorOutOfRange: return "ErrorOutOfRange"; in convertToText()
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/
DNativeAudioContext.cpp162 return (jint) oboe::Result::ErrorOutOfRange; in open()
173 return (jint) oboe::Result::ErrorOutOfRange; in open()
/third_party/skia/third_party/externals/oboe/src/aaudio/
DAAudioLoader.cpp295 static_assert((int32_t)Result::ErrorOutOfRange == AAUDIO_ERROR_OUT_OF_RANGE, ERRMSG);