Home
last modified time | relevance | path

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

/external/oboe/src/opensles/
DAudioOutputStreamOpenSLES.cpp137 return Result::ErrorInternal; in open()
237 return Result::ErrorInternal; // TODO convert error from SLES to OBOE in open()
273 result = Result::ErrorInternal; // TODO convert slResult to Result::Error in setPlayState_l()
371 result = Result::ErrorInternal; in requestFlush_l()
443 result = Result::ErrorInternal; in updateServiceFrameCounter()
DAudioInputStreamOpenSLES.cpp218 return Result::ErrorInternal; // TODO convert error from SLES to OBOE in open()
249 result = Result::ErrorInternal; // TODO review in setRecordState_l()
352 result = Result::ErrorInternal; in updateServiceFrameCounter()
DAudioStreamBuffered.cpp121 return ResultWithValue<int32_t>(Result::ErrorInternal); in transfer()
DAudioStreamOpenSLES.cpp76 return Result::ErrorInternal; in open()
/external/oboe/include/oboe/
DDefinitions.h136 ErrorInternal = -896, // AAUDIO_ERROR_INTERNAL, enumerator
/external/oboe/src/common/
DUtilities.cpp75 case Result::ErrorInternal: return "ErrorInternal"; in convertToText()
/external/oboe/src/aaudio/
DAAudioLoader.cpp289 static_assert((int32_t)Result::ErrorInternal == AAUDIO_ERROR_INTERNAL, ERRMSG);
DAudioStreamAAudio.cpp268 if (result == Result::ErrorInternal && mDirection == Direction::Input) { in open()
/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/
Dre2.cc75 return RE2::ErrorInternal; in RegexpErrorToRE2()
101 return RE2::ErrorInternal; in RegexpErrorToRE2()
Dre2.h239 ErrorInternal, enumerator
/external/rust/crates/grpcio-sys/grpc/third_party/re2/
Ducs2.diff284 return RE2::ErrorInternal;