| 203 | } |
| 204 | |
| 205 | bool Mp3StreamDecoderImpl::hasError(fl::string* msg) const { |
| 206 | if (msg && mHasError) { |
| 207 | *msg = mErrorMsg; |
| 208 | } |
| 209 | return mHasError; |
| 210 | } |
| 211 | |
| 212 | void Mp3StreamDecoderImpl::reset() { |
| 213 | if (mDecoder) { |
no outgoing calls
no test coverage detected