Searched refs:ErrorInternal (Results 1 – 7 of 7) sorted by relevance
137 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()
212 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()
76 return Result::ErrorInternal; in open()
136 ErrorInternal = -896, // AAUDIO_ERROR_INTERNAL, enumerator
75 case Result::ErrorInternal: return "ErrorInternal"; in convertToText()
284 static_assert((int32_t)Result::ErrorInternal == AAUDIO_ERROR_INTERNAL, ERRMSG);
243 if (result == Result::ErrorInternal && mDirection == Direction::Input) { in open()