Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/oboe/src/opensles/
DAudioOutputStreamOpenSLES.cpp137 return Result::ErrorInternal; in open()
237 return Result::ErrorInternal; // TODO convert error from SLES to OBOE in open()
275 result = Result::ErrorInternal; // TODO convert slResult to Result::Error in setPlayState_l()
369 result = Result::ErrorInternal; in requestFlush_l()
441 result = Result::ErrorInternal; in updateServiceFrameCounter()
DAudioInputStreamOpenSLES.cpp212 return Result::ErrorInternal; // TODO convert error from SLES to OBOE in open()
246 result = Result::ErrorInternal; // TODO review in setRecordState_l()
345 result = Result::ErrorInternal; in updateServiceFrameCounter()
DAudioStreamOpenSLES.cpp76 return Result::ErrorInternal; in open()
/third_party/skia/third_party/externals/oboe/include/oboe/
DDefinitions.h136 ErrorInternal = -896, // AAUDIO_ERROR_INTERNAL, enumerator
/third_party/skia/third_party/externals/oboe/src/common/
DUtilities.cpp75 case Result::ErrorInternal: return "ErrorInternal"; in convertToText()
/third_party/skia/third_party/externals/oboe/src/aaudio/
DAAudioLoader.cpp284 static_assert((int32_t)Result::ErrorInternal == AAUDIO_ERROR_INTERNAL, ERRMSG);
DAudioStreamAAudio.cpp243 if (result == Result::ErrorInternal && mDirection == Direction::Input) { in open()